[darwinbuild-changes] [815] trunk

source_changes at macosforge.org source_changes at macosforge.org
Tue Apr 20 14:34:02 PDT 2010


Revision: 815
          http://trac.macosforge.org/projects/darwinbuild/changeset/815
Author:   wsiegrist at apple.com
Date:     2010-04-20 14:34:01 -0700 (Tue, 20 Apr 2010)
Log Message:
-----------
CHANGES and version for 17.1

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

Modified: trunk/CHANGES
===================================================================
--- trunk/CHANGES	2010-04-20 21:19:34 UTC (rev 814)
+++ trunk/CHANGES	2010-04-20 21:34:01 UTC (rev 815)
@@ -1,6 +1,12 @@
 Darwin Build Scripts Change History
 -----------------------------------
 
+Release 17.1 [20-Apr-2010]
+	- darwinup: add a manpage for darwinup
+	- darwinup: fix crash when not root and a db upgrade is needed
+	- darwinup: make remote root install behave consistently with
+	  respect to trailing slashes.
+
 Release 17 [30-Mar-2010]
 	- darwinup: only update dyld cache when Depot actually
 	  changes a file

Modified: trunk/darwinup/main.cpp
===================================================================
--- trunk/darwinup/main.cpp	2010-04-20 21:19:34 UTC (rev 814)
+++ trunk/darwinup/main.cpp	2010-04-20 21:34:01 UTC (rev 815)
@@ -46,7 +46,7 @@
 
 void usage(char* progname) {
 	fprintf(stderr, "usage:    %s [-v] [-p DIR] [command] [args]          \n", progname);
-	fprintf(stderr, "version: 17                                                    \n");
+	fprintf(stderr, "version: 17.1                                                  \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/20100420/43870086/attachment.html>


More information about the darwinbuild-changes mailing list