Modified: trunk/CHANGES (1011 => 1012)
--- trunk/CHANGES 2012-02-08 21:42:06 UTC (rev 1011)
+++ trunk/CHANGES 2012-02-08 21:52:16 UTC (rev 1012)
@@ -1,5 +1,10 @@
Darwin Build Scripts Change History
-----------------------------------
+Release 28 [8-Feb-2012]
+ - darwinup: Display more helpful error if unable to create a depot.
+ - darwinup: Touch /System/Library/Extensions when uninstalling kernel extensions.
+ - darwinup: Run xpchelper on system sandbox profile changes.
+
Release 27 [23-Jan-2012]
- darwinup: Clear quarantine xattr from installed files.
- darwinup: Correctness fix for has_suffix.
Modified: trunk/darwinup/main.cpp (1011 => 1012)
--- trunk/darwinup/main.cpp 2012-02-08 21:42:06 UTC (rev 1011)
+++ trunk/darwinup/main.cpp 2012-02-08 21:52:16 UTC (rev 1012)
@@ -47,7 +47,7 @@
void usage(char* progname) {
fprintf(stderr, "usage: %s [-v] [-p DIR] [command] [args] \n", progname);
- fprintf(stderr, "version: 27 \n");
+ fprintf(stderr, "version: 28 \n");
fprintf(stderr, " \n");
fprintf(stderr, "options: \n");
#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1060