summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2012-09-29 22:51:17 (GMT)
committerGary Oberbrunner <garyo@oberbrunner.com>2012-09-29 22:51:17 (GMT)
commit80cdf2501dfec07640481bf3d934add3e0cb0a04 (patch)
treea5492e102eafbbf87c775337e48a7f3d9cc2918a /src/CHANGES.txt
parent25ba5d089858217d688c726e67b82ef95a2df1dc (diff)
parentb06b3d36d08d55d2aa4c42c75a8ab65401f0b3dd (diff)
downloadSCons-80cdf2501dfec07640481bf3d934add3e0cb0a04.zip
SCons-80cdf2501dfec07640481bf3d934add3e0cb0a04.tar.gz
SCons-80cdf2501dfec07640481bf3d934add3e0cb0a04.tar.bz2
Merged in dirkbaechle/scons (pull request #39)
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 a96bc0d..72cbcce 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -15,8 +15,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.