diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-05-25 23:21:14 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-05-25 23:24:36 +0200 |
commit | 89abdff7b0dcba8c050ce9ef7f68760511814f2f (patch) | |
tree | 7a0ed65d138148640f254ade7bf29c42b9dc92e5 /NEWS | |
parent | 9953a5621b9feef624f97df7e45e88af0ff38184 (diff) |
add cppunit 1.13.1 changes to NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -4,8 +4,16 @@ * Portability: - Supports 64 bit build on windows - - Report errors from dlopen and dlclose on windows through dlerror on - unix. + - Report errors from dlopen and dlclose through dlerror on + unix/linux. + + New in CppUnit 1.13.1: + --------------------- + +* Portability: + - Use portable way to use free (fdo#52536) + + - Prevent crash when demangling fails with gcc (fdo#52539) New in CppUnit 1.13.0: ---------------------- |