2009-07-27 Johannes Schmid * libxml++/validators/schemavalidator.cc: * libxml++/schema.cc: Fixed exception handling problems in non-exception build 2009-07-27 Johannes Schmid New tarball release * configure.in: Updated version to 2.26.1 * NEWS: updated 2009-05-07 Murray Cumming Fix the build without exceptions, hopefully. * libxml++/parsers/textreader.cc: check_for_exceptions(): Add an ifdef so that this should build with exceptions disabled, though there is no alternative API yet. Noticed by David King. 2009-05-07 Murray Cumming * libxml++/parsers/textreader.cc: Whitespace corrections. 2009-03-25 Hubert Figuiere * libxml++/parsers/saxparser.h: Fix some warnings triggered by -Wshadow. 2009-03-23 Hubert Figuiere * libxml++/parsers/textreader.cc: severity_ was not initialised at construction time. (Closes #576516)