Add a stub compat/_scon_dbm.py module and copy whichdb.whichdb() to
[scons.git] / src / RELEASE.txt
2010-03-24 garyoMerged r4724 (1.3.0 release changes) back into trunk.
2010-02-12 garyoAdd documentation for MSVC_USE_SCRIPT.
2010-01-20 managanFix spelling.
2010-01-19 bdbaddogMerge back from checkpoint.
2010-01-11 garyoAdded release note re: Visual Studio detection, MSVC_VE...
2010-01-11 bdbaddogFix for 2422
2009-11-10 bdbaddogAdd check for python 3.0.0 or higher and exit with...
2009-05-07 garyoFix #1673, CheckLib should prepend rather than append.
2009-02-25 stevenknightMerged revisions 3909-4041,4043-4049 via svnmerge from
2009-02-11 stevenknightRemove unnecessary nested $( $) around $_LIBDIRFLAGS...
2009-02-09 stevenknightAdd the $CCFLAGS variable to the $PCHCOM command line...
2009-01-20 stevenknightMerged revisions 3848-3890,3892-3896,3898-3908 via...
2008-12-22 stevenknightAdd the Options object and *Option() function to the...
2008-12-22 stevenknightAdd a release note about the mandatory warnings (i...
2008-12-21 stevenknightMerged revisions 3611-3763,3765-3794,3796-3811,3813...
2008-12-07 stevenknightMake ${,UN}CHANGED_{SOURCES,TARGETS} into future reserv...
2008-10-10 stevenknightMerged revisions 3378-3423,3425-3532,3534-3599,3601...
2008-09-09 stevenknightMerged revisions 3289,3291-3299,3301-3313,3315-3347...
2008-08-12 stevenknightUpdate to 1.0.0.
2008-06-10 stevenknightMerged revisions 2949-2953,2955-3056 via svnmerge from
2008-05-18 stevenknightUpdate package numbers to 0.98.4.
2008-04-30 stevenknightUpdate version numbers to 0.98.3.
2008-04-21 stevenknightUpdate strings to 0.98.2.
2008-04-19 stevenknightUpdate official version number(s) to 0.98.1
2008-04-19 stevenknightMerged revisions 2867-2879 via svnmerge from
2008-04-17 stevenknightMerged revisions 2725-2865 via svnmerge from
2008-03-31 stevenknightMerged revisions 2647-2719 via svnmerge from
2008-02-04 stevenknightMerged revisions 2527-2645 via svnmerge from
2007-12-13 stevenknightMerged revisions 2454-2525 via svnmerge from
2007-09-19 stevenknightMerged revisions 2302-2362,2364-2452 via svnmerge from
2007-08-17 stevenknightMerged revisions 2136-2200,2202-2290,2292-2301 via...
2007-06-01 stevenknightMerged revisions 1907-1940,1942-1967 via svnmerge from
2007-05-18 stevenknightMerged revisions 1884-1905 via svnmerge from
2007-04-13 stevenknightMerged revisions 1826-1882 via svnmerge from
2006-12-16 stevenknightMerged revisions 1675-1736 via svnmerge from
2006-11-04 stevenknightMerged revisions 1667-1674 via svnmerge from
2006-07-25 stevenknightMerged revisions 1441-1539 via svnmerge from
2006-02-11 stevenknightOn Windows, fix the line endings of the files unpacked...
2005-11-16 stevenknightMake CheckLib() arguments consistent with other calls.
2005-10-08 stevenknightMove /opt/bin to between /usr/local/bin and /bin on...
2005-09-21 stevenknightDocument the necessity of passing in "target" to and...
2005-09-19 stevenknightGive the subst logic its own SCons.Subst module. It...
2005-08-24 stevenknightOn Solaris, enable the -KPIC option by default when...
2005-08-22 stevenknightAdd f90 and f95 to the list of Fortran compilers search...
2005-08-12 stevenknightAdd Framework support for Mac OS X. (Greg Noel) Docum...
2005-06-07 stevenknightSplit Node-specific stuff from BuildInfo into a separat...
2005-05-08 stevenknightAvoid rebuilds when otherwise unmodified Python functio...
2005-05-07 stevenknightMake SConsignFile() behavior the default.
2005-04-01 stevenknightStore source file and dependency paths relative to...
2005-04-01 stevenknightNormalize directory paths in SConsignFile() database...
2005-03-16 stevenknightVersion installation of scripts.
2005-03-16 stevenknightRestructure release notes. Add one about use of +...
2005-03-05 stevenknightEnhance setup.py to install troff man pages on UNIX...
2005-02-14 stevenknightDon't read up entire directories to decide if an Alias...
2005-02-14 stevenknightMove the canned Scanner objects out of Defaults.py...
2005-01-05 stevenknightUse AppendUnique() in ParseConfig(). Provide a unique...
2004-09-05 stevenknightLots of Configure() enhancements. (Christoph Wiedemann)
2004-09-03 stevenknightRemove all features deprecated in 0.93 or earlier.
2004-09-01 stevenknightDon't add the ATL and MFC directories to %INCLUDE%...
2004-09-01 stevenknightAllow to contain File Nodes. Have ParseConfig add...
2004-08-18 stevenknightPrepare for next development cycle.
2004-08-18 stevenknightInitialize the new branch for release.
2004-08-17 stevenknightIncorporate changes from pre-release reviews.
2004-08-05 stevenknightReturn lists of Nodes from all builders, not single...
2004-07-30 stevenknightTreat file extensions with all digits as part of the...
2004-05-14 stevenknightMake the saved info opaque to the .sconsign subsystem...
2004-05-04 stevenknightRefactor Builders to remove the node_factory keyword...
2004-05-01 stevenknightFix use of timestamps with --implicit-cache. (Anthony...
2004-04-25 stevenknightHave SConsignFile() use a dblite.py module by default...
2004-04-10 stevenknightAdd support for extending the suffixes a scanner knows...
2004-03-27 stevenknightKeep *FLAGS variables as CLVar variables after copying...
2004-03-26 stevenknightRefactor env.Append() and env.Prepend().
2004-03-12 stevenknightPrepare the 0.95 branch for development.
2004-03-12 stevenknightInitialize the new branch for release.
2004-03-06 stevenknightUpdate various default paths in MSVS .Net and MSVC...
2004-02-08 stevenknightDeprecate the overrides Builder() keyword argument...
2004-01-20 stevenknightRefactor variable substitution for more scalable expans...
2003-12-16 stevenknightHave the Zip() Builder create compressed .zip files...
2003-11-07 stevenknightInitialize the 0.94 branch for release.
2003-11-03 stevenknightRestore the default '-LANG:std' C++ flag on SGI IRIX...
2003-10-30 stevenknightUpdate the tool specifications for the SGI MIPSpro...
2003-10-23 stevenknightInitialize the new branch.
2003-09-25 stevenknightAdd more environment methods for global functions:...
2003-09-05 stevenknightSupport construction variable expansion anywhere in...
2003-08-21 stevenknightPrep the branch for the work towards the next release.
2003-08-20 stevenknightBuild a Debian package, too.
2003-08-20 stevenknightInitialize the new branch.
2003-08-16 stevenknightUpdate the branch for next release.
2003-08-16 stevenknightInitialize the new branch.
2003-07-31 stevenknightDon't Split() SConscript file name strings on white...
2003-07-27 stevenknightCorrect the spelling of validator.
2003-06-28 stevenknightSet up for development.
2003-06-25 stevenknightInitialize the new branch for release.
2003-06-08 stevenknightAdd MSVS Project file support. (Greg Spencer)
2003-05-22 stevenknightInitialize the new branch.
2003-05-21 stevenknightPrepare the release.
2003-05-06 stevenknightRefactor to use real Nodes for command-line attributes...
2003-04-30 stevenknightProvide uniform access to (some) command-line options...
2003-04-29 stevenknightSupport Java when using Repository and SConscriptChdir...
2003-04-25 stevenknightFix test/scan-once.py for the recent Export change.
next