2015-06-08 Murray Cumming 2.38.1 2015-04-30 Mikhail Titov Fix the build with C++11 compilers, such as MS Visual C++ 2013. Implicit conversions from streams to bool are no longer allowed. 2015-03-04 Kjell Ahlstedt Disable deprecated API in dependencies if --enable-warnings=fatal * configure.ac: Disable deprecated API in glib, glibmm and libsigc++ when building with --enable-warnings=fatal. * libxml++/validators/parser.cc: Put #include first. Necessary when G_DISABLE_DEPRECATED is defined. 2015-03-04 Kjell Ahlstedt Require libxml2 2.7.7 or later * configure.ac: Require libxml2 2.7.7 or later. Earlier versions contain a bug that makes some of the example programs crash.