Revision: 914 http://trac.macosforge.org/projects/darwinbuild/changeset/914 Author: wsiegrist@apple.com Date: 2011-01-25 08:34:40 -0800 (Tue, 25 Jan 2011) Log Message: ----------- Version bump and changes Modified Paths: -------------- trunk/CHANGES trunk/darwinup/main.cpp Modified: trunk/CHANGES =================================================================== --- trunk/CHANGES 2011-01-25 16:31:04 UTC (rev 913) +++ trunk/CHANGES 2011-01-25 16:34:40 UTC (rev 914) @@ -1,5 +1,8 @@ Darwin Build Scripts Change History ----------------------------------- +Release 23.1 [25-Jan-2011] + - darwinup: strip symbols when building with Public configuration + Release 23 [03-Nov-2010] - darwinup: properly backup and restore existing content when installing a root that replaces a directory with a file. Modified: trunk/darwinup/main.cpp =================================================================== --- trunk/darwinup/main.cpp 2011-01-25 16:31:04 UTC (rev 913) +++ trunk/darwinup/main.cpp 2011-01-25 16:34:40 UTC (rev 914) @@ -47,7 +47,7 @@ void usage(char* progname) { fprintf(stderr, "usage: %s [-v] [-p DIR] [command] [args] \n", progname); - fprintf(stderr, "version: 23 \n"); + fprintf(stderr, "version: 23.1 \n"); fprintf(stderr, " \n"); fprintf(stderr, "options: \n"); #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1060