diff options
author | dirkbaechle <devnull@localhost> | 2012-09-28 19:03:58 (GMT) |
---|---|---|
committer | dirkbaechle <devnull@localhost> | 2012-09-28 19:03:58 (GMT) |
commit | b06b3d36d08d55d2aa4c42c75a8ab65401f0b3dd (patch) | |
tree | 09ff33d67c33adf087c22808b9cb92e9eb922677 /src | |
parent | a6d1f2c5f7282a4c25bc20059054cbc0a6d9a688 (diff) | |
download | SCons-b06b3d36d08d55d2aa4c42c75a8ab65401f0b3dd.zip SCons-b06b3d36d08d55d2aa4c42c75a8ab65401f0b3dd.tar.gz SCons-b06b3d36d08d55d2aa4c42c75a8ab65401f0b3dd.tar.bz2 |
- updated src/CHANGES with my latest additions
Diffstat (limited to 'src')
-rw-r--r-- | src/CHANGES.txt | 14 |
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. |