[libxml++] 2.38.1



commit c710ef2254097d868cd248f0eb35926ba6b958e7
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Jun 8 11:32:55 2015 +0200

    2.38.1

 NEWS         |   10 ++++++++++
 configure.ac |    2 +-
 2 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9e8ec47..be06212 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+2.38.1 (stable):
+
+* Fix the build with C++11 compilers, such as MS Visual C++ 2013 - Implicit
+  conversions from streams to bool are no longer allowed.)
+  (Mikhail Titov)
+* Build: Disable deprecated API in dependencies if --enable-warnings=fatal
+  (Kjell Ahlstedt)
+* Build: Require libxml2 2.7.7 or later
+  (Kjell Ahlstedt)
+
 2.38.0 (stable):
 
 This stable version is identical to the unstable version 2.37.2.
diff --git a/configure.ac b/configure.ac
index 6f69f81..0afd0cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libxml++], [2.38.0],
+AC_INIT([libxml++], [2.38.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]