Revision: 823 http://trac.macosforge.org/projects/darwinbuild/changeset/823 Author: wsiegrist@apple.com Date: 2010-05-03 15:11:02 -0700 (Mon, 03 May 2010) Log Message: ----------- Changes and version bump for 18 Modified Paths: -------------- trunk/CHANGES trunk/darwinup/main.cpp Modified: trunk/CHANGES =================================================================== --- trunk/CHANGES 2010-05-03 21:36:14 UTC (rev 822) +++ trunk/CHANGES 2010-05-03 22:11:02 UTC (rev 823) @@ -1,6 +1,11 @@ Darwin Build Scripts Change History ----------------------------------- +Release 18 [03-May-2010] + - darwinup: fix bug which caused the uninstall half of upgrade to + run when the install half failed + - darwinup: add .tbz as a suffix for bzip2 tarballs + Release 17.1 [20-Apr-2010] - darwinup: add a manpage for darwinup - darwinup: fix crash when not root and a db upgrade is needed Modified: trunk/darwinup/main.cpp =================================================================== --- trunk/darwinup/main.cpp 2010-05-03 21:36:14 UTC (rev 822) +++ trunk/darwinup/main.cpp 2010-05-03 22:11:02 UTC (rev 823) @@ -46,7 +46,7 @@ void usage(char* progname) { fprintf(stderr, "usage: %s [-v] [-p DIR] [command] [args] \n", progname); - fprintf(stderr, "version: 17.1 \n"); + fprintf(stderr, "version: 18 \n"); fprintf(stderr, " \n"); fprintf(stderr, "options: \n"); #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1060
participants (1)
-
source_changes@macosforge.org