[libxml++] 2.38.0



commit b7431625d458e9004fb3d016458cb8cac73cf007
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date:   Fri Feb 27 17:05:15 2015 +0100

    2.38.0

 NEWS         |   18 ++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3c648a6..9e8ec47 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+2.38.0 (stable):
+
+This stable version is identical to the unstable version 2.37.2.
+
+API additions since 2.36:
+
+* Add Node::add_child_with_new_ns().
+  (Kjell Ahlstedt) Bug #737682 (Mathias Lorente)
+* Add XsdSchema and XsdValidator classes. 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)
+* Parser: Add [set|get]_include_default_attributes() and
+  [set|get]_parser_options().
+  (Kjell Ahlstedt) Bug #701674 (Bob Nolty)
+
 2.37.2 (unstable):
 
 * Add version information to libxml++config.h.
diff --git a/configure.ac b/configure.ac
index 66bf8e5..b9fd0c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libxml++], [2.37.2],
+AC_INIT([libxml++], [2.38.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]