Revision
999
Author
mww@apple.com
Date
2012-01-23 10:58:51 -0800 (Mon, 23 Jan 2012)

Log Message

Add CHANGES and version bump for 27.

Modified Paths

Diff

Modified: trunk/CHANGES (998 => 999)


--- trunk/CHANGES	2012-01-23 18:55:42 UTC (rev 998)
+++ trunk/CHANGES	2012-01-23 18:58:51 UTC (rev 999)
@@ -1,5 +1,9 @@
 Darwin Build Scripts Change History
 -----------------------------------
+Release 27 [23-Jan-2012]
+	- darwinup: Clear quarantine xattr from installed files.
+	- darwinup: Correctness fix for has_suffix.
+
 Release 26.5 [29-Nov-2011]
         - all: set correct INSTALL_PATH for iOS simulator
 

Modified: trunk/darwinup/main.cpp (998 => 999)


--- trunk/darwinup/main.cpp	2012-01-23 18:55:42 UTC (rev 998)
+++ trunk/darwinup/main.cpp	2012-01-23 18:58:51 UTC (rev 999)
@@ -47,7 +47,7 @@
 
 void usage(char* progname) {
 	fprintf(stderr, "usage:    %s [-v] [-p DIR] [command] [args]          \n", progname);
-	fprintf(stderr, "version: 26.5                                                  \n");
+	fprintf(stderr, "version: 27                                                    \n");
 	fprintf(stderr, "                                                               \n");
 	fprintf(stderr, "options:                                                       \n");
 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1060