[libxml++] Late update of configure.ac and NEWS for 2.37.1



commit ccc0052d18f822cdf35ed9adee70d0e2e3009dc5
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date:   Wed Sep 17 17:01:31 2014 +0200

    Late update of configure.ac and NEWS for 2.37.1
    
    The changes in configure.ac and NEWS were not pushed to the git repository
    when libxml++ 2.37.1 was released. These are the changes that are included
    in the tarball.
    The last commit in 2.37.1 is "Fix examples/Makefile.am for new versions
    of automake" from 2013-09-14.

 NEWS         |   21 ++++++++++++++++++++-
 configure.ac |    2 +-
 2 files changed, 21 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 25bc0f5..ebcdd2e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,23 @@
-2.36.0 (unstable):
+2.37.1 (unstable):
+
+* Parser: Add [set|get]_include_default_attributes().
+  (Kjell Ahlstedt) Bug #701674 (Bob Nolty)
+* Improve some null-pointer checks
+  (Kjell Ahlstedt) Bug #705187 (Gaurav)
+
+Documentation:
+* Manual: Add XIncludeStart and XIncludeEnd to the node type tree.
+  (Kjell Ahlstedt)
+* Update Doxyfile.in for doxygen 1.8.3.
+  (Kjell Ahlstedt)
+
+Build:
+* Fix examples/Makefile.am for new versions of automake.
+  (Kjell Ahlstedt) Bug #678390
+* Examples dom_parse_entities and dom_parser: Fix when LC_ALL=C.
+  (Murray Cumming) Bug #702136 (Michael Biebl)
+
+2.36.0 (stable):
 
 * Element::set_namespace_declaration():
   It is not an error to set the same URI twice.
diff --git a/configure.ac b/configure.ac
index 48706a0..af38b51 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libxml++], [2.36.0],
+AC_INIT([libxml++], [2.37.1],
         [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]