[libxml++] 2.37.2
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libxml++] 2.37.2
- Date: Tue, 28 Oct 2014 08:32:56 +0000 (UTC)
commit d4b2807553a5d83681f80252c222dbfb87710722
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date: Tue Oct 28 09:26:52 2014 +0100
2.37.2
NEWS | 30 ++++++++++++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 31 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index ebcdd2e..3c648a6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+2.37.2 (unstable):
+
+* Add version information to libxml++config.h.
+ (Kjell Ahlstedt)
+* Document: Avoid possible null pointer dereference.
+ (Gaurav) Bug #732604
+* Element::set_namespace_declaration(): Update the node's associated namespace.
+ Add dom_update_namespace example program.
+ (Mathias Lorente) Bug #737682
+* Add Node::add_child_with_new_ns().
+ (Kjell Ahlstedt) Bug #737682 (Mathias Lorente)
+* Schema: Don't use null pointers in get_name(), get_target_namespace()
+ and get_version().
+ (Kjell Ahlstedt)
+* Add XsdSchema and XsdValidator. Deprecate Schema and SchemaValidator.
+ Add RelaxNGSchema and RelaxNGValidator.
+ (Kjell Ahlstedt) Bug #737712 (Michel Stam)
+ Thanks to Tjalling Hattink, who made initial versions of the RelaxNG classes.
+* Parser: Add input operator>>(std::istream& in, Parser& parser).
+ (Kjell Ahlstedt) Bug #329281 (Pierre Thierry)
+
+Documentation:
+* Use doxygen-extra.css from the mm-common package.
+ Requires mm-common 0.9.7 when configured to use maintainer-mode.
+ (Kjell Ahlstedt)
+
+Build:
+* Avoid infinite loop with Doxygen 1.8.6.
+ (Kjell Ahlstedt)
+
2.37.1 (unstable):
* Parser: Add [set|get]_include_default_attributes().
diff --git a/configure.ac b/configure.ac
index c256efe..66bf8e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libxml++], [2.37.1],
+AC_INIT([libxml++], [2.37.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]