Changelog for
libxml++26-devel-2.42.2-150600.1.1.x86_64.rpm :
* Fri Dec 16 2022 dimstarAATTopensuse.org- Drop baselibs.conf: there is no known consumer of the -32bit package.
* Sun Sep 11 2022 bjorn.lieAATTgmail.com- Update to version 2.42.2: + Document, Node: Recognize HTML documents + Build: - Meson build: When mm-common >= 1.0.4 is used, Perl is not required - Win32: Don\'t include afxres.h in resources - Support Visual Studio 2022 - Meson build: . Require meson >= 0.55.0 . Specify \'check\' option in run_command(). Will be necessary with future versions of Meson. . Avoid configuration warnings - docs/manual: Sort example file lists. See glgo/GNOME/gtkmm-documentation/!15 - NMake Makefiles: Make things more configurable + Documentation: - docs/manual: Upgrade from DocBook 4.1 to DocBook 5.0 - MSVC_NMake/README: Document dependency placement- Changes from version 2.42.1: + Build: - libxml++config.h.
*: Don\'t dllimport on MinGW - Meson build: . Make it possible to use libxml++ as a subproject . No implicit_include_directories - MSVC build: Export classes selectively + Documentation: Let links point to libxml++-2.6 versions instead of latest versions.- Drop erroneous executable bit from docs and headerfiles.- Use ldconfig_scriptlets macro for post(un) handling.
* Sun Dec 20 2020 bjorn.lieAATTgmail.com- Update to version 2.42.0: + Element: Remove redundant null check + Element::remove_attribute(): Fix a memory leak + Document, DomParser: Improve XInclude processing: - Document: Add process_xinclude() overload that takes a fixup_base_uris parameter - DomParser: Add set/get_xinclude_options() and add optional XInclude processing to the parse methods + Parser: Replace deprecated Glib::Threads::Mutex with std::mutex + Build: - Fix silent builds - Require mm-common >= 0.9.10 (for Autotools build) - Require mm-common >= 1.0.0 (for Meson build) - Add NMake Makefiles. Remove Visual Studio 2010 projects - Add support for building with Meson - Use __declspec(dllexport) when building on Visual Studio Stop using gendef.exe- Add meson BuildRequires and macros.- Replace gcc-c++ with generic c++_compiler BuildRequires.- Update URL to new home.
* Wed Feb 28 2018 dimstarAATTopensuse.org- Modernize spec-file by calling spec-cleaner
* Fri Feb 05 2016 zaitorAATTopensuse.org- Update to version 2.40.1: + Add a config-time test for support of std::exception_ptr. Don\'t try to use std::exception_ptr on a system where it does not exist (bgo#757042).
* Fri Feb 05 2016 zaitorAATTopensuse.org- Rename package to libxml++26: Provide it as a compatability package.- Add a %define _name, and set it to libxml++.- Drop superfluous glibmm2-devel Requires from devel-package.
* Wed Sep 30 2015 zaitorAATTopensuse.org- Update to version 2.40.0: + Build improvements.
* Sat Sep 05 2015 zaitorAATTopensuse.org- Update to version 2.39.2: + SaxParser: Fix “double free or corruption” if a std::exception is thrown by a handler method. + Replace some (deprecated in C++11) std::auto_ptr by std::unique_ptr. There are still some auto_ptrs in header files bug replacing them would break ABI (bgo#753123).
* Sat Jul 25 2015 zaitorAATTopensuse.org- Update to version 2.39.1: + Use (and require) C++11.
* Thu Jul 23 2015 zaitorAATTopensuse.org- Run spec-cleaner, make spec more modern.- Replace glibmm2-devel and libxml2-devel for their pkgconfig() equivalents.
* Mon Jun 08 2015 zaitorAATTopensuse.org- Update to version 2.38.1: + Fix the build with C++11 compilers, such as MS Visual C++ 2013. Implicit conversions from streams to bool are no longer allowed. + Build: - Disable deprecated API in dependencies if - -enable-warnings=fatal. - Require libxml2 2.7.7 or later.
* Fri Feb 27 2015 zaitorAATTopensuse.org- Update to version 2.38.0: + No changes from last relase, stable version bump only.
* Wed Jan 28 2015 zaitorAATTopensuse.org- Update to version 2.37.2: + Add version information to libxml++config.h. + Document: Avoid possible null pointer dereference (bgo#732604). + Element::set_namespace_declaration(): Update the node\'s associated namespace. Add dom_update_namespace example program (bgo#737682). + Add Node::add_child_with_new_ns() (bgo#737682). + Schema: Don\'t use null pointers in get_name(), get_target_namespace() and get_version(). + Add XsdSchema and XsdValidator. Deprecate Schema and SchemaValidator. + Add RelaxNGSchema and RelaxNGValidator (bgo#737712). + Parser: Add input operator>>(std::istream& in, Parser& parser) (bgo#329281). + Documentation: Use doxygen-extra.css from the mm-common package. Requires mm-common 0.9.7 when configured to use maintainer-mode. + Build: Avoid infinite loop with Doxygen 1.8.6.