Revision: 1012 http://trac.macosforge.org/projects/darwinbuild/changeset/1012 Author: mww@apple.com Date: 2012-02-08 13:52:16 -0800 (Wed, 08 Feb 2012) Log Message: ----------- Add CHANGES and version bump for 28. Modified Paths: -------------- trunk/CHANGES trunk/darwinup/main.cpp Modified: trunk/CHANGES =================================================================== --- trunk/CHANGES 2012-02-08 21:42:06 UTC (rev 1011) +++ trunk/CHANGES 2012-02-08 21:52:16 UTC (rev 1012) @@ -1,5 +1,10 @@ Darwin Build Scripts Change History ----------------------------------- +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. + Release 27 [23-Jan-2012] - darwinup: Clear quarantine xattr from installed files. - darwinup: Correctness fix for has_suffix. Modified: trunk/darwinup/main.cpp =================================================================== --- trunk/darwinup/main.cpp 2012-02-08 21:42:06 UTC (rev 1011) +++ trunk/darwinup/main.cpp 2012-02-08 21:52:16 UTC (rev 1012) @@ -47,7 +47,7 @@ void usage(char* progname) { fprintf(stderr, "usage: %s [-v] [-p DIR] [command] [args] \n", progname); - fprintf(stderr, "version: 27 \n"); + fprintf(stderr, "version: 28 \n"); fprintf(stderr, " \n"); fprintf(stderr, "options: \n"); #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1060
participants (1)
-
source_changes@macosforge.org