summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-04-13 13:41:04 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-04-25 11:02:36 +0200
commit866076cd3ec4b383ee7fd44450763b35ebf63132 (patch)
treee5e00ff787eb795df288f60311a1a946438ee412
parent215ff59273aaf6f316159c8c090ca7503eb7322c (diff)
update NEWS
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 432739e..6839240 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+ New in CppUnit 1.13.0:
+ ----------------------
+
+* Compilation
+
+ - destructor of Message causes segfault when testing (rhbz#641350)
+
+ - use correct CPPUNIT_VERSION value (sf#2983798)
+
+ - allow -Werror builds
+ (various Libreoffice patches)
+
+ - finite in "ieeefp.h" instead of math.h on Solaris (sf#2912590)
+
New in CppUnit 1.12.2:
----------------------