summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-05-25 23:06:16 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-05-25 23:06:16 +0200
commit9953a5621b9feef624f97df7e45e88af0ff38184 (patch)
treef83648aa3f99a5a60cc98ddfc6edbb1fe05d8080
parent13244fdaa4ff563bdb0e853b8e081fe4ebb4001f (diff)
downloadcppunit-9953a5621b9feef624f97df7e45e88af0ff38184.tar.gz
update NEWS file with 1.13.2 changes
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4712771..efbf5d2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+ New in CppUnit 1.13.2:
+ ---------------------
+
+* Portability:
+ - Supports 64 bit build on windows
+
+ - Report errors from dlopen and dlclose on windows through dlerror on
+ unix.
+
New in CppUnit 1.13.0:
----------------------