Revision
891
Author
wsiegrist@apple.com
Date
2010-09-29 08:54:34 -0700 (Wed, 29 Sep 2010)

Log Message

Change notes and version bump for 21.1

Modified Paths

Diff

Modified: trunk/CHANGES (890 => 891)


--- trunk/CHANGES	2010-09-29 15:47:51 UTC (rev 890)
+++ trunk/CHANGES	2010-09-29 15:54:34 UTC (rev 891)
@@ -1,5 +1,9 @@
 Darwin Build Scripts Change History
 -----------------------------------
+Release 21.1 [29-Sep-2010]
+	- darwinup: fix regression in v21 that broke installing roots when
+	  the path is a symlink to a directory. 
+
 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

Modified: trunk/darwinup/main.cpp (890 => 891)


--- trunk/darwinup/main.cpp	2010-09-29 15:47:51 UTC (rev 890)
+++ trunk/darwinup/main.cpp	2010-09-29 15:54:34 UTC (rev 891)
@@ -47,7 +47,7 @@
 
 void usage(char* progname) {
 	fprintf(stderr, "usage:    %s [-v] [-p DIR] [command] [args]          \n", progname);
-	fprintf(stderr, "version: 21                                                    \n");
+	fprintf(stderr, "version: 21.1                                                  \n");
 	fprintf(stderr, "                                                               \n");
 	fprintf(stderr, "options:                                                       \n");
 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1060