Revision: 1027 http://trac.macosforge.org/projects/darwinbuild/changeset/1027 Author: mww@apple.com Date: 2012-03-15 16:22:16 -0700 (Thu, 15 Mar 2012) Log Message: ----------- Bumped CHANGES and darwinup version. Modified Paths: -------------- trunk/CHANGES trunk/darwinup/main.cpp Modified: trunk/CHANGES =================================================================== --- trunk/CHANGES 2012-03-15 23:21:27 UTC (rev 1026) +++ trunk/CHANGES 2012-03-15 23:22:16 UTC (rev 1027) @@ -1,5 +1,8 @@ Darwin Build Scripts Change History ----------------------------------- +Release 30 [15-Mar-2012] + - darwinup: not detecting installs into /System/Library/Sandbox/Profiles + Release 29 [15-Feb-2012] - darwintrace: posix_spawn may have NULL envp parameter Modified: trunk/darwinup/main.cpp =================================================================== --- trunk/darwinup/main.cpp 2012-03-15 23:21:27 UTC (rev 1026) +++ trunk/darwinup/main.cpp 2012-03-15 23:22:16 UTC (rev 1027) @@ -47,7 +47,7 @@ void usage(char* progname) { fprintf(stderr, "usage: %s [-v] [-p DIR] [command] [args] \n", progname); - fprintf(stderr, "version: 28.1 \n"); + fprintf(stderr, "version: 30 \n"); fprintf(stderr, " \n"); fprintf(stderr, "options: \n"); #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1060
participants (1)
-
source_changes@macosforge.org