2016-11-14 Murray Cumming <murrayc@murrayc.com> 3.0.1 2016-10-27 Murray Cumming <murrayc@murrayc.com> Doxyfile.in: Remove now-unsupported Doxygen tags. 2016-07-18 Kjell Ahlstedt <kjell.ahlstedt@bredband.net> Require mm-common 0.9.10 Necessary when MM_AX_CXX_COMPILE_STDCXX is used in configure.ac. 2016-07-18 Kjell Ahlstedt <kjell.ahlstedt@bredband.net> Fix even more silent 'make check' * examples/Makefile.am: Add $(AM_V_GEN) and $(AM_V_at) to 'echo' commands. Bug #768797 2016-07-18 Kjell Ahlstedt <kjell.ahlstedt@bredband.net> Build: Fix silent builds * configure.ac: Pass yes to AM_SILENT_RULES, thus enabling silent builds. Replace MM_AX_CXX_COMPILE_STDCXX_11 by MM_AX_CXX_COMPILE_STDCXX (not necessary for silent builds). * docs/reference/Doxyfile.in: Set QUIET=YES. Update for doxygen 1.8.11 (not necessary for silent builds). Bug #768797 2016-07-06 Kjell Ahlstedt <kjell.ahlstedt@bredband.net> Docs: Suppress some links generated by Doxygen 2016-07-06 Kjell Ahlstedt <kjell.ahlstedt@bredband.net> Element::remove_attribute(): Delete the C++ wrapper * libxml++/nodes/element.cc: Call Node::free_wrappers() before the call to xmlUnsetProp() or xmlUnsetNsProp(). Bug #768404. Based on a patch by Harald Schmalzl <h.schmalzl@gekko.at>