[libxml++] 2.35.4



commit 1d71b10565044115f0ad6055ef12d63245007c0c
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Oct 8 23:14:08 2012 +0200

    2.35.4

 ChangeLog    |    2 ++
 NEWS         |   22 ++++++++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 25 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 495dec2..5a8754b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.35.4:
+
 2012-08-28  Kjell Ahlstedt  <kjell ahlstedt bredband net>
 
 	Add XInclude processing.
diff --git a/NEWS b/NEWS
index a9ee85c..819e86c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+2.35.4 (unstable):
+
+* Document:
+  - Add process_xinclude(), using new XIncludeStart
+    and XIncludeEnd classes, derived from Node.
+    (Kjell Ahlsted) Bug #338521.
+  - Make the Document(xmlDoc*) constructor public.
+    (Kjell Ahlsted) Bug #668980.
+* Parser: Make it thread-safe.
+  (Kjell Ahlstedt) Bug #681467.
+* Schema::set_document(): If the argument 'document' is 0 then
+  create an empty document, as the documentation says.
+  (Kjell Ahlstedt)
+* Improve the error handling.
+  (Kjell Ahlstedt) Bug #635846.
+* Documentation:
+  - Add incremental parsing to the SaxParser example program.
+  - DtdValidation and SchemaValidation: Print all exception information.
+  - Improve error descriptions.
+    (Kjell Ahlstedt)
+
+
 2.35.3 (unstable):
 
 * Node:
diff --git a/configure.ac b/configure.ac
index 5e0b4b7..3aab085 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libxml++], [2.35.3],
+AC_INIT([libxml++], [2.35.4],
         [https://bugzilla.gnome.org/enter_bug.cgi?product=libxml%2B%2B],
         [libxml++], [http://libxmlplusplus.sourceforge.net/])
 AC_PREREQ([2.59])



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