2015-06-08  Murray Cumming  <murrayc@murrayc.com>

	2.38.1

2015-04-30  Mikhail Titov  <mlt@gmx.us>

	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  <kjell.ahlstedt@bredband.net>

	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 <glibmm/threads.h> first.
	Necessary when G_DISABLE_DEPRECATED is defined.

2015-03-04  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	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.