[darwinbuild-changes] [851] trunk

source_changes at macosforge.org source_changes at macosforge.org
Thu Jul 1 17:01:02 PDT 2010


Revision: 851
          http://trac.macosforge.org/projects/darwinbuild/changeset/851
Author:   wsiegrist at apple.com
Date:     2010-07-01 17:01:01 -0700 (Thu, 01 Jul 2010)
Log Message:
-----------
Version bump and CHANGES for 19.1

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

Modified: trunk/CHANGES
===================================================================
--- trunk/CHANGES	2010-07-01 23:52:24 UTC (rev 850)
+++ trunk/CHANGES	2010-07-02 00:01:01 UTC (rev 851)
@@ -1,6 +1,10 @@
 Darwin Build Scripts Change History
 -----------------------------------
 
+Release 19.1 [01-Jul-2010]
+	- darwinup: fix bug which prevented remote root install when the remote
+	  path is a symlink.
+
 Release 19 [15-Jun-2010]
 	- darwinup: fix crash when getgrnam fails
 	- darwinup: add rename command

Modified: trunk/darwinup/main.cpp
===================================================================
--- trunk/darwinup/main.cpp	2010-07-01 23:52:24 UTC (rev 850)
+++ trunk/darwinup/main.cpp	2010-07-02 00:01:01 UTC (rev 851)
@@ -47,7 +47,7 @@
 
 void usage(char* progname) {
 	fprintf(stderr, "usage:    %s [-v] [-p DIR] [command] [args]          \n", progname);
-	fprintf(stderr, "version: 19                                                    \n");
+	fprintf(stderr, "version: 19.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/20100701/78e3b4ad/attachment.html>


More information about the darwinbuild-changes mailing list