[libxml++] 2.91.3



commit f21bcf61808fb8bad96575f8eb47cbc29729d5b6
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date:   Tue Jan 12 10:11:36 2016 +0100

    2.91.3

 NEWS         |   14 ++++++++++++++
 configure.ac |    2 +-
 2 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index fc6d7b1..5c3c05c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+2.91.3 (unstable):
+
+* Element: Remove a redundant nullptr check
+  (Renu Tyagi) Bug #757515
+
+* Use scoped enums (enum class) instead of unscoped enums
+* Document: Test for nullptr in a constructor
+* DomParser: Make operator bool() explicit
+  (Kjell Ahlstedt)
+
+* The ABI and API are not identical to libxml++ 2.91.2.
+  There may be more changes in ABI and/or API before the first stable
+  libxml++-3.0 release.
+
 2.91.2 (unstable):
 
 * Remove the preprocessor constant LIBXMLCPP_EXCEPTIONS_ENABLED.
diff --git a/configure.ac b/configure.ac
index a24a9b7..643e585 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 ## This file is part of libxml++.
 
-AC_INIT([libxml++], [2.91.2],
+AC_INIT([libxml++], [2.91.3],
         [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]