[darwinbuild-changes] [843] trunk

source_changes at macosforge.org source_changes at macosforge.org
Tue Jun 15 14:41:10 PDT 2010


Revision: 843
          http://trac.macosforge.org/projects/darwinbuild/changeset/843
Author:   wsiegrist at apple.com
Date:     2010-06-15 14:41:07 -0700 (Tue, 15 Jun 2010)
Log Message:
-----------
CHANGES and version bump for 19

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

Modified: trunk/CHANGES
===================================================================
--- trunk/CHANGES	2010-06-15 21:36:51 UTC (rev 842)
+++ trunk/CHANGES	2010-06-15 21:41:07 UTC (rev 843)
@@ -1,6 +1,13 @@
 Darwin Build Scripts Change History
 -----------------------------------
 
+Release 19 [15-Jun-2010]
+	- darwinup: fix crash when getgrnam fails
+	- darwinup: add rename command
+	- darwinup: touch /System/Library/Extensions when a kernel 
+	  extension is modified.
+	- darwinup: add option for rebooting when finished
+
 Release 18.1 [04-May-2010]
 	- darwinup: fix release build issue
 

Modified: trunk/darwinup/main.cpp
===================================================================
--- trunk/darwinup/main.cpp	2010-06-15 21:36:51 UTC (rev 842)
+++ trunk/darwinup/main.cpp	2010-06-15 21:41:07 UTC (rev 843)
@@ -47,7 +47,7 @@
 
 void usage(char* progname) {
 	fprintf(stderr, "usage:    %s [-v] [-p DIR] [command] [args]          \n", progname);
-	fprintf(stderr, "version: 18.1                                                  \n");
+	fprintf(stderr, "version: 19                                                    \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/20100615/2cbbf7ad/attachment.html>


More information about the darwinbuild-changes mailing list