[libxml++] 2.36.0



commit 1cf87fa88021df17163d4f16ffc084f7163225f7
Author: Murray Cumming <murrayc murrayc com>
Date:   Sun Nov 4 22:32:08 2012 +0100

    2.36.0

 ChangeLog    |    2 ++
 NEWS         |   10 ++++++++++
 configure.ac |    2 +-
 3 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index e02cd4e..0b836fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.36.0:
+
 2012-10-25  Kjell Ahlstedt  <kjell ahlstedt bredband net>
 
 	Element::set_namespace_declaration(): No error to set the same URI twice.
diff --git a/NEWS b/NEWS
index 819e86c..25bc0f5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+2.36.0 (unstable):
+
+* Element::set_namespace_declaration():
+  It is not an error to set the same URI twice.
+  (Kjell Ahlstedt) Bug #635846, comment 27.
+* Require libxml-2.0 >= 2.7.3.
+  (Kjell Ahlstedt)
+* Parser::initialize_context(): Call xmlCtxtUseOptions().
+  (Kjell Ahlstedt)
+
 2.35.4 (unstable):
 
 * Document:
diff --git a/configure.ac b/configure.ac
index 9526664..10f866c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libxml++], [2.35.4],
+AC_INIT([libxml++], [2.36.0],
         [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]