[darwinbuild-changes] [882] trunk

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 17 17:33:03 PDT 2010


Revision: 882
          http://trac.macosforge.org/projects/darwinbuild/changeset/882
Author:   wsiegrist at apple.com
Date:     2010-09-17 17:33:02 -0700 (Fri, 17 Sep 2010)
Log Message:
-----------
CHANGES and version bump for darwinbuild-21

Modified Paths:
--------------
    trunk/CHANGES
    trunk/darwinup/main.cpp

Modified: trunk/CHANGES
===================================================================
--- trunk/CHANGES	2010-09-18 00:28:31 UTC (rev 881)
+++ trunk/CHANGES	2010-09-18 00:33:02 UTC (rev 882)
@@ -1,5 +1,14 @@
 Darwin Build Scripts Change History
 -----------------------------------
+Release 21 [17-Sep-2010]
+	- darwinup: fix bug which silently failed to fully install
+	  a root if the root had a directory where the destination
+	  had a symlink to a directory
+	- darwinup: test for object change during analyze stage instead
+	  of install stage so we can bail out without having a root
+	  partially installed then uninstalled
+	- darwinup: add a full set of test cases for object change
+	  conditions
 
 Release 20.1 [02-Sep-2010]
 	- darwinxref: build fix for format string warning

Modified: trunk/darwinup/main.cpp
===================================================================
--- trunk/darwinup/main.cpp	2010-09-18 00:28:31 UTC (rev 881)
+++ trunk/darwinup/main.cpp	2010-09-18 00:33:02 UTC (rev 882)
@@ -47,7 +47,7 @@
 
 void usage(char* progname) {
 	fprintf(stderr, "usage:    %s [-v] [-p DIR] [command] [args]          \n", progname);
-	fprintf(stderr, "version: 20.1                                                  \n");
+	fprintf(stderr, "version: 21                                                    \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/20100917/f13f2a14/attachment.html>


More information about the darwinbuild-changes mailing list