[libxml++] 2.35.2



commit 08b4093fcdc083f04ad29c5c963a22cd877403ce
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Mar 22 13:34:01 2012 +0100

    2.35.2

 ChangeLog    |    2 ++
 NEWS         |    7 +++++++
 configure.ac |    2 +-
 3 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2dc9c49..10e5294 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.35.2:
+
 2012-03-21  Murray Cumming  <murrayc murrayc com>
 
 	Fix a warning found by clang++
diff --git a/NEWS b/NEWS
index 40e00da..34b67f4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+2.35.2 (unstable):
+
+* Node: Add get_first_child().
+  (Murray Cumming, Based on a patch by Ilya Murav'jov in bug #648125)
+* Build: Remove the --disable-api-exceptions configure option.
+  (Murray Cumming)
+
 2.35.1 (unstable):
 
 * Handle attributes with default values correctly.
diff --git a/configure.ac b/configure.ac
index d0c5734..5e65125 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libxml++], [2.35.1],
+AC_INIT([libxml++], [2.35.2],
         [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]