Modified: trunk/CHANGES (822 => 823)
--- trunk/CHANGES 2010-05-03 21:36:14 UTC (rev 822)
+++ trunk/CHANGES 2010-05-03 22:11:02 UTC (rev 823)
@@ -1,6 +1,11 @@
Darwin Build Scripts Change History
-----------------------------------
+Release 18 [03-May-2010]
+ - darwinup: fix bug which caused the uninstall half of upgrade to
+ run when the install half failed
+ - darwinup: add .tbz as a suffix for bzip2 tarballs
+
Release 17.1 [20-Apr-2010]
- darwinup: add a manpage for darwinup
- darwinup: fix crash when not root and a db upgrade is needed
Modified: trunk/darwinup/main.cpp (822 => 823)
--- trunk/darwinup/main.cpp 2010-05-03 21:36:14 UTC (rev 822)
+++ trunk/darwinup/main.cpp 2010-05-03 22:11:02 UTC (rev 823)
@@ -46,7 +46,7 @@
void usage(char* progname) {
fprintf(stderr, "usage: %s [-v] [-p DIR] [command] [args] \n", progname);
- fprintf(stderr, "version: 17.1 \n");
+ fprintf(stderr, "version: 18 \n");
fprintf(stderr, " \n");
fprintf(stderr, "options: \n");
#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1060