libxml++ 2.91.2



About libxml++
==============

libxml++ is a C++ wrapper for the libxml2 XML parser library. It has
SAX and DOM-like APIs, but does not attempt to conform exactly to the
DOM specification. Its API is simpler than the underlying libxml2 C
API.

News
====

* Remove the preprocessor constant LIBXMLCPP_EXCEPTIONS_ENABLED.
  It was always 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.
  This includes re-implementing the wrapped_exception class and the
  raise() and clone() methods in xmlpp::exception and its subclasses.
  (Daniel Trebbien, Kjell Ahlstedt) Bug #757042 (Michael Biebl)

* The ABI is not identical to that of libxml++ 2.91.1.
  There may be more changes in ABI and/or API before the first stable
  libxml++-3.0 release.


ChangeLog
=========
https://download.gnome.org/sources/libxml++/2.91/libxml++-2.91.2.changes  (3.36K)

Download
========
https://download.gnome.org/sources/libxml++/2.91/libxml++-2.91.2.tar.xz (912K)
  sha256sum: daa1a00751e2867b0d0b73985d1afc0bf3514f2826047fc980e8d104213c9040



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]