[darwinbuild-changes] [1043] trunk

source_changes at macosforge.org source_changes at macosforge.org
Wed Aug 29 12:01:42 PDT 2012


Revision: 1043
          http://trac.macosforge.org/projects/darwinbuild/changeset/1043
Author:   mww at apple.com
Date:     2012-08-29 12:01:42 -0700 (Wed, 29 Aug 2012)
Log Message:
-----------
Update CHANGES and main.cpp version.

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

Modified: trunk/CHANGES
===================================================================
--- trunk/CHANGES	2012-08-29 19:00:15 UTC (rev 1042)
+++ trunk/CHANGES	2012-08-29 19:01:42 UTC (rev 1043)
@@ -1,5 +1,8 @@
 Darwin Build Scripts Change History
 -----------------------------------
+Release 33 [29-Aug-2012]
+	- darwinup: Fix uninitialised variable in Database.cpp.
+
 Release 32 [17-May-2012]
 	- darwinup: Updated trigger for xpchelper cacher rebuild.
 

Modified: trunk/darwinup/main.cpp
===================================================================
--- trunk/darwinup/main.cpp	2012-08-29 19:00:15 UTC (rev 1042)
+++ trunk/darwinup/main.cpp	2012-08-29 19:01:42 UTC (rev 1043)
@@ -47,7 +47,7 @@
 
 void usage(char* progname) {
 	fprintf(stderr, "usage:    %s [-v] [-p DIR] [command] [args]          \n", progname);
-	fprintf(stderr, "version: 32                                                    \n");
+	fprintf(stderr, "version: 33                                                    \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/20120829/13dcde10/attachment.html>


More information about the darwinbuild-changes mailing list