diff options
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. |