libxml++ r196 - in trunk: . libxml++/parsers



Author: murrayc
Date: Tue Mar  3 16:29:38 2009
New Revision: 196
URL: http://svn.gnome.org/viewvc/libxml++?rev=196&view=rev

Log:
Increased version

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in
   trunk/libxml++/parsers/parser.h

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Tue Mar  3 16:29:38 2009
@@ -1,3 +1,12 @@
+2.24.3
+
+* TextReader: Actually throw exceptions on errors.
+  (This breaks ABI but we do not believe that this class could be used with 
+  this problem so it should not actually break any application.)
+  Bug #348006.
+* Build: Windows: Remove unnecessary vsnprint define.
+  (Armin Burgmeier)
+
 2.24.2:
 
 * Fixed another two memory leaks.

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Mar  3 16:29:38 2009
@@ -3,7 +3,7 @@
 #release versioning
 GENERIC_MAJOR_VERSION=2
 GENERIC_MINOR_VERSION=24
-GENERIC_MICRO_VERSION=2
+GENERIC_MICRO_VERSION=3
 GENERIC_VERSION=$GENERIC_MAJOR_VERSION.$GENERIC_MINOR_VERSION.$GENERIC_MICRO_VERSION
 AC_SUBST(GENERIC_MAJOR_VERSION)
 AC_SUBST(GENERIC_MINOR_VERSION)

Modified: trunk/libxml++/parsers/parser.h
==============================================================================
--- trunk/libxml++/parsers/parser.h	(original)
+++ trunk/libxml++/parsers/parser.h	Tue Mar  3 16:29:38 2009
@@ -78,6 +78,8 @@
    */
   virtual void parse_stream(std::istream& in) = 0;
 
+  //TODO: Add stop_parser()/stop_parsing(), wrapping XmlStopParser()?
+
 protected:
   virtual void initialize_context();
   virtual void release_underlying();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]