summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2004-09-01 19:17:36 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2004-09-01 19:17:36 +0000
commit87051183eea0f573bd4f3521446d7eb4da4622be (patch)
treee03ebde8d15fecd5e8eecf4986d088fc0708bd67 /NEWS
parent4a003a878cfff870c7b2417c824042af0af60d59 (diff)
Include/cppunit/XmlOutputter.
include/cppunit/XmlOutputter.h: * include/cppunit/tools/XmlDocument.h * src/cppunit/XmlDocument.cpp: * src/cppunit/XmlOutputter.cpp: integrated patch #997006 from Akos Maroy. This patch makes the 'standalone' attribute in XML header optional.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b8c61a0..b0ad362 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,12 @@
no stream support. Just make sure that CPPUNIT_NO_STREAM is defined
to 1 in your config header.
+* Outputter:
+
+ - XML Ouputter: patch #997006 contributed by Akos Maroy makes the
+ 'stand-alone' attribute of the XML header optional.
+ See XmlOutputter::setStandalone() & XmlDocument::setStandalone().
+
* Bug Fix:
- cppunit.m4: patch #946302, AM_PATH_CPPUNIT doesn't report result