[darwinbuild-changes] [907] trunk
source_changes at macosforge.org
source_changes at macosforge.org
Wed Nov 3 16:34:41 PDT 2010
Revision: 907
http://trac.macosforge.org/projects/darwinbuild/changeset/907
Author: wsiegrist at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20101103/9521bcea/attachment.html>
More information about the darwinbuild-changes
mailing list