[darwinbuild-changes] [793] trunk

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 22 08:39:39 PDT 2010


Revision: 793
          http://trac.macosforge.org/projects/darwinbuild/changeset/793
Author:   wsiegrist at apple.com
Date:     2010-03-22 08:39:38 -0700 (Mon, 22 Mar 2010)
Log Message:
-----------
Changes and version for 16.2

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

Property Changed:
----------------
    trunk/


Property changes on: trunk
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/PR-4841388:399-419
/branches/PR-6358021:442-443
/branches/PR-6392966:423-427
/branches/PR-6398060:433-434
/branches/PR-6493844:460-461
/branches/PR-6497694:466-468,471
/branches/PR-6634286:632-650
/branches/PR-6688645:479-490
/branches/PR-6722857:495-499
/branches/PR-6729491:655-664
/branches/PR-7250612:635-650
/branches/PR-7341154:682-694
/branches/PR-7431723:660-664
/branches/PR-7461534:650-664
/branches/PR-7482850:670-671
/branches/PR-7489777:676-731
/branches/PR-7529688:692-694
/branches/PR-7593824:739-772
/branches/PR-7598640:703-731
/branches/PR-7748469:777-785
   + /branches/PR-4841388:399-419
/branches/PR-6358021:442-443
/branches/PR-6392966:423-427
/branches/PR-6398060:433-434
/branches/PR-6493844:460-461
/branches/PR-6497694:466-468,471
/branches/PR-6634286:632-650
/branches/PR-6688645:479-490
/branches/PR-6722857:495-499
/branches/PR-6729491:655-664
/branches/PR-7250612:635-650
/branches/PR-7341154:682-694
/branches/PR-7431723:660-664
/branches/PR-7461534:650-664
/branches/PR-7482850:670-671
/branches/PR-7489777:676-731
/branches/PR-7529688:692-694
/branches/PR-7593824:739-772
/branches/PR-7598640:703-731
/branches/PR-7748469:777-785
/branches/PR-7765119:790-791

Modified: trunk/CHANGES
===================================================================
--- trunk/CHANGES	2010-03-22 15:39:18 UTC (rev 792)
+++ trunk/CHANGES	2010-03-22 15:39:38 UTC (rev 793)
@@ -1,6 +1,10 @@
 Darwin Build Scripts Change History
 -----------------------------------
 
+Release 16.2 [22-Mar-2010]
+	- darwinup: fix crash in verify subcommand
+	- darwinup: fix non-root list subcommand locking
+
 Release 16.1 [15-Mar-2010]
 	- darwinup: uninstall a root's files in reverse order so children
 	  get removed before parents. Fixes "!" status bug.

Modified: trunk/darwinup/main.cpp
===================================================================
--- trunk/darwinup/main.cpp	2010-03-22 15:39:18 UTC (rev 792)
+++ trunk/darwinup/main.cpp	2010-03-22 15:39:38 UTC (rev 793)
@@ -45,7 +45,7 @@
 
 void usage(char* progname) {
 	fprintf(stderr, "usage:    %s [-v] [-p DIR] [command] [args]          \n", progname);
-	fprintf(stderr, "version: 16                                                    \n");
+	fprintf(stderr, "version: 16.2                                                  \n");
 	fprintf(stderr, "                                                               \n");
 	fprintf(stderr, "options:                                                       \n");
 	fprintf(stderr, "          -d        do not update dyld cache                   \n");	
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20100322/8139ad9d/attachment.html>


More information about the darwinbuild-changes mailing list