From: stevenknight Date: Fri, 22 Aug 2008 03:50:32 +0000 (+0000) Subject: Update src/CHANGES.txt with descriptions of recent changes. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=118c4635ad2187b5329a31279e4b92e06933cca5;p=scons.git Update src/CHANGES.txt with descriptions of recent changes. git-svn-id: http://scons.tigris.org/svn/scons/trunk@3291 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 49f5a1d5..46bc16ac 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -8,12 +8,33 @@ -RELEASE 1.0.0 - Sat, 09 Aug 2008 12:19:44 -0700 +RELEASE 1.0.0 - XXX + +From Jared Grubb: + + - Clear the Node state when turning a generic Entry into a Dir. From Ludwig Hähne: - Fix sporadic output-order failures in test/GetBuildFailures/parallel.py. +From Greg Noel: + + - Handle yacc/bison on newer Mac OS X versions creating file.hpp, + not file.cpp.h. + + - In RPCGEN tests, ignore stderr messages from older versions of + rpcgen on some versions of Mac OS X. + + - Fix typos in man page descriptions of Tag() and Package(), and in + the scons-time man page. + + - Fix documentation of SConf.CheckLibWithHeader and other SConf methods. + +From Rogier Schouten: + + - Enable building of shared libraries with the Bordand ilink32 linker. + RELEASE 1.0.0 - Sat, 09 Aug 2008 12:19:44 -0700