[libxml++] 2.35.1



commit 195975c73ac084bb79260a254ea91c2f8120e9ee
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Feb 16 11:42:33 2012 +0100

    2.35.1

 ChangeLog    |    2 ++
 NEWS         |   11 +++++++++++
 configure.ac |    2 +-
 3 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index f2ab1d9..7be3967 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.35.1:
+
 2012-02-15  Kjell Ahlstedt  <kjell ahlstedt bredband net>
 
 	Handle attributes with default values correctly.
diff --git a/NEWS b/NEWS
index 9c0d50b..40e00da 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+2.35.1 (unstable):
+
+* Handle attributes with default values correctly.
+  (Kjell Ahlstedt) Bug #669635.
+* Improved handling of entity references and processing instructions.
+  (Kjell Ahlstedt) Bug #669481
+* Parser: Throw more detailed error messages.
+  (Kjell Ahlstedt) Bug #304020 (Virgile Devaux)
+* Document: Make the Document(xmlDoc*) constructor protected.
+  (Murray Cumming) Bug #668980 (A. Pignotti).
+
 2.34.2 (stable):
 
 * Element: Add add_child_cdata(), like the existing add_child_text().
diff --git a/configure.ac b/configure.ac
index cf33192..0bf76a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libxml++], [2.34.2],
+AC_INIT([libxml++], [2.35.1],
         [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]