[darwinbuild-changes] [935] trunk

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 10 07:27:31 PST 2011


Revision: 935
          http://trac.macosforge.org/projects/darwinbuild/changeset/935
Author:   wsiegrist at apple.com
Date:     2011-02-10 07:27:29 -0800 (Thu, 10 Feb 2011)
Log Message:
-----------
Versioning and CHANGES for darwinbuild-24

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

Modified: trunk/CHANGES
===================================================================
--- trunk/CHANGES	2011-02-10 15:22:14 UTC (rev 934)
+++ trunk/CHANGES	2011-02-10 15:27:29 UTC (rev 935)
@@ -1,7 +1,14 @@
 Darwin Build Scripts Change History
 -----------------------------------
+Release 24 [10-Feb-2011]
+	- darwinup: fix uninstall build-check safety
+	- darwinup: remove unprebinding support
+	- darwintrace: use modern interposing
+	- darwintrace: add feature to ignore ROOT paths
+	- darwintrace: add test suite
+
 Release 23.1 [25-Jan-2011]
-  - darwinup: strip symbols when building with Public configuration
+	- darwinup: strip symbols when building with Public configuration
 
 Release 23 [03-Nov-2010]
 	- darwinup: properly backup and restore existing content when

Modified: trunk/darwinup/main.cpp
===================================================================
--- trunk/darwinup/main.cpp	2011-02-10 15:22:14 UTC (rev 934)
+++ trunk/darwinup/main.cpp	2011-02-10 15:27:29 UTC (rev 935)
@@ -47,7 +47,7 @@
 
 void usage(char* progname) {
 	fprintf(stderr, "usage:    %s [-v] [-p DIR] [command] [args]          \n", progname);
-	fprintf(stderr, "version: 23.1                                                  \n");
+	fprintf(stderr, "version: 24                                                    \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/20110210/f5b98f09/attachment.html>


More information about the darwinbuild-changes mailing list