Revision: 935 http://trac.macosforge.org/projects/darwinbuild/changeset/935 Author: wsiegrist@apple.com Date: 2011-02-10 07:27:29 -0800 (Thu, 10 Feb 2011) Log Message: ----------- Versioning and CHANGES for darwinbuild-24 Modified Paths: -------------- trunk/CHANGES trunk/darwinup/main.cpp Modified: trunk/CHANGES =================================================================== --- trunk/CHANGES 2011-02-10 15:22:14 UTC (rev 934) +++ trunk/CHANGES 2011-02-10 15:27:29 UTC (rev 935) @@ -1,7 +1,14 @@ Darwin Build Scripts Change History ----------------------------------- +Release 24 [10-Feb-2011] + - darwinup: fix uninstall build-check safety + - darwinup: remove unprebinding support + - darwintrace: use modern interposing + - darwintrace: add feature to ignore ROOT paths + - darwintrace: add test suite + Release 23.1 [25-Jan-2011] - - darwinup: strip symbols when building with Public configuration + - darwinup: strip symbols when building with Public configuration Release 23 [03-Nov-2010] - darwinup: properly backup and restore existing content when Modified: trunk/darwinup/main.cpp =================================================================== --- trunk/darwinup/main.cpp 2011-02-10 15:22:14 UTC (rev 934) +++ trunk/darwinup/main.cpp 2011-02-10 15:27:29 UTC (rev 935) @@ -47,7 +47,7 @@ void usage(char* progname) { fprintf(stderr, "usage: %s [-v] [-p DIR] [command] [args] \n", progname); - fprintf(stderr, "version: 23.1 \n"); + fprintf(stderr, "version: 24 \n"); fprintf(stderr, " \n"); fprintf(stderr, "options: \n"); #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1060
participants (1)
-
source_changes@macosforge.org