Revision: 907 http://trac.macosforge.org/projects/darwinbuild/changeset/907 Author: wsiegrist@apple.com Date: 2010-11-03 16:34:37 -0700 (Wed, 03 Nov 2010) Log Message: ----------- Versioning for v23 Modified Paths: -------------- trunk/CHANGES trunk/darwinup/main.cpp Modified: trunk/CHANGES =================================================================== --- trunk/CHANGES 2010-11-03 22:55:58 UTC (rev 906) +++ trunk/CHANGES 2010-11-03 23:34:37 UTC (rev 907) @@ -1,5 +1,9 @@ Darwin Build Scripts Change History ----------------------------------- +Release 23 [03-Nov-2010] + - darwinup: properly backup and restore existing content when + installing a root that replaces a directory with a file. + Release 22 [27-Oct-2010] - darwinup: make man page clearer about what paths we support - darwinup: add safety measures to prevent recursive installs Modified: trunk/darwinup/main.cpp =================================================================== --- trunk/darwinup/main.cpp 2010-11-03 22:55:58 UTC (rev 906) +++ trunk/darwinup/main.cpp 2010-11-03 23:34:37 UTC (rev 907) @@ -47,7 +47,7 @@ void usage(char* progname) { fprintf(stderr, "usage: %s [-v] [-p DIR] [command] [args] \n", progname); - fprintf(stderr, "version: 22 \n"); + fprintf(stderr, "version: 23 \n"); fprintf(stderr, " \n"); fprintf(stderr, "options: \n"); #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1060
participants (1)
-
source_changes@macosforge.org