summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorDirk Baechle <dl9obn@darc.de>2012-04-22 22:22:46 (GMT)
committerDirk Baechle <dl9obn@darc.de>2012-04-22 22:22:46 (GMT)
commitc35fe0a420b99b701ecbac07258ce525dccda3d3 (patch)
tree8a3a0f81f3dba94362a5be512419a90652db61bd /src/CHANGES.txt
parent35f4086ceb163bcb036a9432b05b5c2089361c1f (diff)
downloadSCons-c35fe0a420b99b701ecbac07258ce525dccda3d3.zip
SCons-c35fe0a420b99b701ecbac07258ce525dccda3d3.tar.gz
SCons-c35fe0a420b99b701ecbac07258ce525dccda3d3.tar.bz2
- added simple test for #2720 (execute with cached targets)
- fixed two typos - updated list of changes
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index fbe4f25..b34350f 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -4,6 +4,18 @@
Change Log
+RELEASE 2.X.X -
+
+ From Alexey Klimkin:
+
+ - Fixed the Taskmaster, curing spurious build failures in
+ multi-threaded runs (#2720).
+
+ From Dirk Baechle:
+
+ - Improved documentation of command-line variables (#2809).
+ - Fixed scons-doc.py to properly convert main XML files (#2812).
+
RELEASE 2.1.0 - Mon, 09 Sep 2011 20:54:57 -0700