2020-01-11  Murray Cumming  <murraycu@google.com>

	3.2.0

2020-01-11  Murray Cumming  <murraycu@google.com>

	Build/Docs: Change gitlab mentions to GitHub

2020-01-11  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	tests: Don't require C++17

	Don't include glibmm.h and don't call Glib::init(). Then no included
	header file requires C++17 support, just C++14 support.
	Glib::init() is not necessary, because libxml++ uses only a small part
	of glibmm, mainly Glib::ustring.

2020-01-11  Murray Cumming  <murrayc@murrayc.com>

	docs: manual: Fix srcdir!=buildir build.

2019-01-24  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	docs/index.html: Update bug report address

2019-01-03  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	docs/manual: Link to gitlab.gnome.org

	* docs/manual/libxml++_without_code.xml: Link to example code in
	the libxml++-3-2 branch in gitlab.gnome.org/GNOME/libxmlplusplus.

2019-01-03  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	docs/manual: Fix builddir != sourcedir builds

2018-12-21  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	configure.ac: Update bug report address

2018-07-17  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	Rename libxml++.doap to libxmlplusplus.doap

2017-05-04  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	Document, DomParser: Improve XInclude processing

	* examples/Makefile.am:
	* examples/dom_xinclude/example.xml: Changed due to moved include files.
	* examples/dom_xinclude/include1.txt:
	* examples/dom_xinclude/include2.xml: Moved to examples/dom_xinclude/xinclude/
	* examples/dom_xinclude/main.cc: Test both Document::process_xinclude() and
	Xinclude processing with DomParser::parse_file().
	* libxml++/document.[cc|h]: Add fixup_base_uris parameter to process_xinclude().
	* libxml++/parsers/domparser.[cc|h]: Add set/get_xinclude_options().
	Add optional XInclude processing to the parse methods.
	* libxml++/parsers/parser.[cc|h]: Add set/get_xinclude_options_internal().
	Bug 781566

2016-12-12  Murray Cumming  <murrayc@murrayc.com>

	Examples: Make some methods static.

	Noticed by cppcheck.

2016-12-12  Murray Cumming  <murrayc@murrayc.com>

	Replace a C-style cast with static_cast<>().

	Noticed by cppcheck.

2016-12-12  Murray Cumming  <murrayc@murrayc.com>

	Add explicit keyword to some single-parameter constructors.

	Noticed by cppcheck.

2016-12-12  Murray Cumming  <murrayc@murrayc.com>

	Fix tiny comment typo.