Revision: 1018 http://trac.macosforge.org/projects/darwinbuild/changeset/1018 Author: mww@apple.com Date: 2012-02-09 15:25:12 -0800 (Thu, 09 Feb 2012) Log Message: ----------- Update CHANGES and darwinup version. Modified Paths: -------------- trunk/CHANGES trunk/darwinup/main.cpp Modified: trunk/CHANGES =================================================================== --- trunk/CHANGES 2012-02-09 23:19:58 UTC (rev 1017) +++ trunk/CHANGES 2012-02-09 23:25:12 UTC (rev 1018) @@ -1,10 +1,12 @@ Darwin Build Scripts Change History ----------------------------------- +Release 28.1 [9-Feb-2012] + - darwinup: Don't include actual mach-o binaries in the test suite. + Release 28 [8-Feb-2012] - darwinup: Display more helpful error if unable to create a depot. - darwinup: Touch /System/Library/Extensions when uninstalling kernel extensions. - darwinup: Run xpchelper on system sandbox profile changes. - - darwinup: Don't include actual mach-o binaries in the test suite. Release 27 [23-Jan-2012] - darwinup: Clear quarantine xattr from installed files. Modified: trunk/darwinup/main.cpp =================================================================== --- trunk/darwinup/main.cpp 2012-02-09 23:19:58 UTC (rev 1017) +++ trunk/darwinup/main.cpp 2012-02-09 23:25:12 UTC (rev 1018) @@ -47,7 +47,7 @@ void usage(char* progname) { fprintf(stderr, "usage: %s [-v] [-p DIR] [command] [args] \n", progname); - fprintf(stderr, "version: 28 \n"); + fprintf(stderr, "version: 28.1 \n"); fprintf(stderr, " \n"); fprintf(stderr, "options: \n"); #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1060
participants (1)
-
source_changes@macosforge.org