Revision
900
Author
wsiegrist@apple.com
Date
2010-10-27 15:28:29 -0700 (Wed, 27 Oct 2010)

Log Message

Versioning and CHANGES for v22

Modified Paths

Diff

Modified: trunk/CHANGES (899 => 900)


--- trunk/CHANGES	2010-10-27 22:25:54 UTC (rev 899)
+++ trunk/CHANGES	2010-10-27 22:28:29 UTC (rev 900)
@@ -1,5 +1,11 @@
 Darwin Build Scripts Change History
 -----------------------------------
+Release 22 [27-Oct-2010]
+	- darwinup: make man page clearer about what paths we support
+	- darwinup: add safety measures to prevent recursive installs
+	- darwinup: do not try to rollback installs that fail before
+	  there is anything to rollback. 
+
 Release 21.1 [29-Sep-2010]
 	- darwinup: fix regression in v21 that broke installing roots when
 	  the path is a symlink to a directory. 

Modified: trunk/darwinup/main.cpp (899 => 900)


--- trunk/darwinup/main.cpp	2010-10-27 22:25:54 UTC (rev 899)
+++ trunk/darwinup/main.cpp	2010-10-27 22:28:29 UTC (rev 900)
@@ -47,7 +47,7 @@
 
 void usage(char* progname) {
 	fprintf(stderr, "usage:    %s [-v] [-p DIR] [command] [args]          \n", progname);
-	fprintf(stderr, "version: 21.1                                                  \n");
+	fprintf(stderr, "version: 22                                                    \n");
 	fprintf(stderr, "                                                               \n");
 	fprintf(stderr, "options:                                                       \n");
 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1060