[libxml++] 2.34.2



commit 11bec541351142dd2d9bf0636531bedb8fc0a3af
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Sep 6 09:53:32 2011 +0200

    2.34.2

 ChangeLog    |    2 ++
 NEWS         |    8 ++++++++
 configure.ac |    2 +-
 3 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 9cb34b2..698d023 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.34.2:
+
 2011-09-06  Mathias Lorente  <mathias lorente free fr>
 
 	Node::create_new_child_node(): Use the default namespace if none is specified.
diff --git a/NEWS b/NEWS
index 6cbc121..9c0d50b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+2.34.2 (stable):
+
+* Element: Add add_child_cdata(), like the existing add_child_text().
+* Node::create_new_child_node(): Use the default namespace if none is specified.
+  (Mathias Lorente) Bug #656110
+* Documentation: Fix a markup typo.
+  (Murray Cumming)
+	
 2.34.1 (stable):
 
 * Do not require mm-common during the tarball build.
diff --git a/configure.ac b/configure.ac
index 70fa575..cf33192 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libxml++], [2.34.1],
+AC_INIT([libxml++], [2.34.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]