summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authordirkbaechle <devnull@localhost>2012-09-28 19:03:58 (GMT)
committerdirkbaechle <devnull@localhost>2012-09-28 19:03:58 (GMT)
commitb06b3d36d08d55d2aa4c42c75a8ab65401f0b3dd (patch)
tree09ff33d67c33adf087c22808b9cb92e9eb922677 /src/CHANGES.txt
parenta6d1f2c5f7282a4c25bc20059054cbc0a6d9a688 (diff)
downloadSCons-b06b3d36d08d55d2aa4c42c75a8ab65401f0b3dd.zip
SCons-b06b3d36d08d55d2aa4c42c75a8ab65401f0b3dd.tar.gz
SCons-b06b3d36d08d55d2aa4c42c75a8ab65401f0b3dd.tar.bz2
- updated src/CHANGES with my latest additions
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 048068f..c866cd6 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -12,8 +12,20 @@ RELEASE 2.X.X -
From Dirk Baechle:
- Updated test framework to support dir and file fixtures and
- added ability to test external (out-of-tree) tools.
+ added ability to test external (out-of-tree) tools (#2862).
See doc in QMTest/test-framework.rst.
+ - Fixed several errors in the test suite (Java paths, MSVS version
+ detection, Tool import), additionally
+ * provided MinGW command-line support for the CXX, AS and
+ Fortran tests,
+ * refactored the detection of the gcc version and the according
+ Fortran startup library,
+ * provided a new module rpmutils.py, wrapping the RPM naming rules
+ for target files and further hardware-dependent info (compatibility,
+ compiler flags, ...),
+ * added new test methods must_exist_one_of() and
+ must_not_exist_any_of() and
+ * removed Aegis support from runtest.py. (#2872)
From Gary Oberbrunner:
- Fix MSVS solution generation for VS11, and fixed tests.