Revision: 991 http://trac.macosforge.org/projects/darwinbuild/changeset/991 Author: wsiegrist@apple.com Date: 2012-01-16 09:00:29 -0800 (Mon, 16 Jan 2012) Log Message: ----------- Add CHANGES and version bump for 26.5 Modified Paths: -------------- trunk/CHANGES trunk/darwinup/main.cpp Modified: trunk/CHANGES =================================================================== --- trunk/CHANGES 2012-01-06 17:04:54 UTC (rev 990) +++ trunk/CHANGES 2012-01-16 17:00:29 UTC (rev 991) @@ -1,5 +1,8 @@ Darwin Build Scripts Change History ----------------------------------- +Release 26.5 [29-Nov-2011] + - all: set correct INSTALL_PATH for iOS simulator + Release 26.4 [17-Nov-2011] - darwintrace: files opened with fopen(3) are missing from trace log Modified: trunk/darwinup/main.cpp =================================================================== --- trunk/darwinup/main.cpp 2012-01-06 17:04:54 UTC (rev 990) +++ trunk/darwinup/main.cpp 2012-01-16 17:00:29 UTC (rev 991) @@ -47,7 +47,7 @@ void usage(char* progname) { fprintf(stderr, "usage: %s [-v] [-p DIR] [command] [args] \n", progname); - fprintf(stderr, "version: 25 \n"); + fprintf(stderr, "version: 26.5 \n"); fprintf(stderr, " \n"); fprintf(stderr, "options: \n"); #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1060