summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2009-11-23 18:56:43 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2009-11-23 18:56:43 +0000
commite629238d569f6fcf3477537a60a8f3db1fd1f962 (patch)
tree3cc9a7b913e16a07957ca4cbb5a0b2b96c00101e
parentc1cdfdb27b547427ce1e4979d90cce8a6b7e3fec (diff)
Updated NEWS
-rw-r--r--ChangeLog19
-rw-r--r--NEWS20
2 files changed, 24 insertions, 15 deletions
diff --git a/ChangeLog b/ChangeLog
index c45ec56..ba580a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,15 @@
like "-ldl". Thus, it should be in LDADD instead of LDFLAGS in case
one of the libraries depends on a path set in LDFLAGS.
+2008-12-16 Andy Dent
+ * src/msvc6/testrunner/MsDevCallerListCtrl.cpp:
+ * INSTALL-VS.Net2008.txt: Added updated project and instructions for
+ building under Visual Studio.Net 2008 and fixed compilation issue.
+
+2008-10-12 Baptiste Lepilleur <blep@users.sourceforge.net>
+
+ * doc/cookbook.dox: fixed typos.
+
2008-02-21 Steve M. Robbins <smr@sumost.ca>
* examples/cppunittest/OrthodoxTest.h:
* examples/cppunittest/XMLOutputterTest.cpp:
@@ -24,16 +33,6 @@
* src/DllPlugInTester/DllPlugInTesterTest.cpp: Changes to suppress
warnings of gcc -Wall -W -ansi, mainly from patch [1898225].
-2008-12-16 Andy Dent
- * src/msvc6/testrunner/MsDevCallerListCtrl.cpp:
- * INSTALL-VS.Net2008.txt: Added updated project and instructions for
- building under Visual Studio.Net 2008 and fixed compilation issue.
-
-2008-10-12 Baptiste Lepilleur <blep@users.sourceforge.net>
-
- * doc/cookbook.dox: fixed typos.
-
-
2008-02-20 Steve M. Robbins <smr@sumost.ca>
* examples/money/MoneyTest.h (TestFixture): Change deprecated
diff --git a/NEWS b/NEWS
index 87b3f7d..2b355e6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,19 @@
-Applied patch #2807259
- contributed by Jan Echternach. LIBADD_DL contains a list of libraries
- like "-ldl". Thus, it should be in LDADD instead of LDFLAGS in case
- one of the libraries depends on a path set in LDFLAGS.
-
+ New in CppUnit 1.12.2:
+ ----------------------
+
+* Portability:
+* Compilation:
+
+ - Fixed compilation issue with Microsoft Visual Studio.Net 2008 and
+ added Visual Studio projects (.vcproj).
+
+ - Changes to build without warnings using gcc -Wall -W -ansi
+ (patch #1898225 contributed by dpkatz)
+
+ - Libraries flags such as "-ldl" are now in LDADD instead of LIBADD_DL
+ ( patch #2807259 contributed by Jan Echternach).
+
New in CppUnit 1.12.1:
----------------------