Modified: trunk/CHANGES (814 => 815)
--- trunk/CHANGES 2010-04-20 21:19:34 UTC (rev 814)
+++ trunk/CHANGES 2010-04-20 21:34:01 UTC (rev 815)
@@ -1,6 +1,12 @@
Darwin Build Scripts Change History
-----------------------------------
+Release 17.1 [20-Apr-2010]
+ - darwinup: add a manpage for darwinup
+ - darwinup: fix crash when not root and a db upgrade is needed
+ - darwinup: make remote root install behave consistently with
+ respect to trailing slashes.
+
Release 17 [30-Mar-2010]
- darwinup: only update dyld cache when Depot actually
changes a file
Modified: trunk/darwinup/main.cpp (814 => 815)
--- trunk/darwinup/main.cpp 2010-04-20 21:19:34 UTC (rev 814)
+++ trunk/darwinup/main.cpp 2010-04-20 21:34:01 UTC (rev 815)
@@ -46,7 +46,7 @@
void usage(char* progname) {
fprintf(stderr, "usage: %s [-v] [-p DIR] [command] [args] \n", progname);
- fprintf(stderr, "version: 17 \n");
+ fprintf(stderr, "version: 17.1 \n");
fprintf(stderr, " \n");
fprintf(stderr, "options: \n");
#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1060