[libxml++] 2.35.3



commit 088038ec8ba16317562c029021f12b4a45f25ed1
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Jun 21 09:33:26 2012 +0200

    2.35.3

 ChangeLog    |    2 ++
 NEWS         |   13 +++++++++++++
 configure.ac |    2 +-
 3 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 4542f99..f3a0d09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.35.3:
+
 2012-06-19  Kjell Ahlstedt  <kjell ahlstedt bredband net>
  
 	Add examples/Makefile.am. Let 'make check' run the examples.
diff --git a/NEWS b/NEWS
index 34b67f4..a9ee85c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+2.35.3 (unstable):
+
+* Node:
+  - Add eval_to_[boolean|number|string]() methods.
+  (Kjell Ahlstedt) Bug #316244
+  - Fix memory problems in import_node().
+  (Kjell Ahlstedt) Bug #672992
+* Build:
+  - The examples are now built and run during make check.
+  (Kjell Ahlstedt) Bug #678390
+  - Define LIBXMLCPP_EXCEPTIONS_ENABLED unconditionally.
+  (Kjell Ahlstedt)
+
 2.35.2 (unstable):
 
 * Node: Add get_first_child().
diff --git a/configure.ac b/configure.ac
index 7462ceb..5260e85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libxml++], [2.35.2],
+AC_INIT([libxml++], [2.35.3],
         [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]