Modified: trunk/CHANGES (1042 => 1043)
--- 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 (1042 => 1043)
--- 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