Revision: 864 http://trac.macosforge.org/projects/darwinbuild/changeset/864 Author: wsiegrist@apple.com Date: 2010-08-10 17:33:43 -0700 (Tue, 10 Aug 2010) Log Message: ----------- Version bump and CHANGES for v20 Modified Paths: -------------- trunk/CHANGES trunk/darwinup/main.cpp Modified: trunk/CHANGES =================================================================== --- trunk/CHANGES 2010-08-11 00:32:06 UTC (rev 863) +++ trunk/CHANGES 2010-08-11 00:33:43 UTC (rev 864) @@ -1,6 +1,10 @@ Darwin Build Scripts Change History ----------------------------------- +Release 20 [10-Aug-2010] + - all: use CommonCrypto instead of OpenSSL + - all: remove obsolete Makefiles + Release 19.1 [01-Jul-2010] - darwinup: fix bug which prevented remote root install when the remote path is a symlink. Modified: trunk/darwinup/main.cpp =================================================================== --- trunk/darwinup/main.cpp 2010-08-11 00:32:06 UTC (rev 863) +++ trunk/darwinup/main.cpp 2010-08-11 00:33:43 UTC (rev 864) @@ -47,7 +47,7 @@ void usage(char* progname) { fprintf(stderr, "usage: %s [-v] [-p DIR] [command] [args] \n", progname); - fprintf(stderr, "version: 19.1 \n"); + fprintf(stderr, "version: 20 \n"); fprintf(stderr, " \n"); fprintf(stderr, "options: \n"); #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1060
participants (1)
-
source_changes@macosforge.org