From: <vac...@us...> - 2008-12-13 22:28:56
|
Revision: 109 http://xmlwrapp.svn.sourceforge.net/xmlwrapp/?rev=109&view=rev Author: vaclavslavik Date: 2008-12-13 22:28:53 +0000 (Sat, 13 Dec 2008) Log Message: ----------- copied 0.5.0's changelog to ChangeLog file Modified Paths: -------------- trunk/ChangeLog Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2008-12-13 21:53:17 UTC (rev 108) +++ trunk/ChangeLog 2008-12-13 22:28:53 UTC (rev 109) @@ -26,8 +26,27 @@ Version 0.5.0 - ? + Fixed a null pointer dereference problem in + xml::attributes, Bug ID 20. Thanks goes to John K. Hohm + for finding this and providing a working patch. + Added three new constructors to the xml::node class for creating + CDATA sections, XML comments, and XML processing instructions. This + is done using three new helper structs, xml::node::cdata, + xml::node::comment, and xml::node::pi. + + Added new member functions to the xml::node class. + They are: size and empty. + + Added new member functions to the xml::document class. + They are: size, push_back, insert, replace, and erase. + + Added the ability to compress XML files saved with the + xml::document::save_to_file member function (Bug ID 19). + + Major clean ups in the test harness. Test code should be a lot easier + to write now. + Version 0.4.4 Small changes so that xmlwrapp can work with libxml2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |