Changelog for
libxml++-2_6-2-debuginfo-2.33.2-1.pm.1.1.x86_64.rpm :
Fri Mar 4 13:00:00 2011 johannesobermayrAATTgmx.de
- Update to version 2.33.2
- Port \'Release:\' to packman
Fri Oct 15 14:00:00 2010 vuntzAATTopensuse.org
- Update to version 2.32.0:
+ Node::find(): Check xmlNode::type for a XML_NAMESPACE_DECL to
prevent a crash/corruption (bgo#386013)
+ Build: Added an MSVC .net 2010 and 64-bit Windows builds.
Thu Oct 14 14:00:00 2010 cooloAATTnovell.com
- add baselibs.conf to build 32bit libs needed for libffado2-32bit
Thu May 6 14:00:00 2010 dimstarAATTopensuse.org
- Update to version 2.30.1:
+ Documentation fixes.
- Drop libxml++-2.24.0-pkgconfig-requires-private.patch.
Tue Mar 30 14:00:00 2010 vuntzAATTopensuse.org
- Update to version 2.30.0:
+ Build system rewrite.
+ Use mm-common for reference documentation generation. Fixes
bgo#583411, bgo#614260, bgo#551501
+ Fix several compiler warnings.
+ Use 0 instead of NULL.
- Rebase libxml++-2.24.0-pkgconfig-requires-private.patch.
- Create a libxml++-2_6-2 subpackage to follow the library policy.
It provides/obsoletes libxml++.
- Update build/install sections as well as the file list because of
the build system rewrite.
Wed Jul 29 14:00:00 2009 vuntzAATTnovell.com
- Remove unneeded update-desktop-files BuildRequires.
Tue Jul 28 14:00:00 2009 lmedinasAATTgmail.com
- Update to version 2.26.1:
+ Build fixes
+ Build without exceptions
Mon Mar 16 13:00:00 2009 vuntzAATTnovell.com
- Update to version 2.26.0:
+ Increased version number to match GNOME 2.26.
- Remove AutoReqProv: it\'s default now.
Fri Mar 13 13:00:00 2009 mbomanAATTsuse.de
- Update to version 2.24.3:
+ TextReader: Actually throw exceptions on errors (This breaks
ABI but we do not believe that this class could be used with
this problem so it should not actually break any application.)
+ Build: Windows: Remove unnecessary vsnprint define.
- Don\'t run autoreconf
Tue Jan 13 13:00:00 2009 crrodriguezAATTsuse.de
- remove static libraries and \"la\" files
- corrct -devel package dependencies
Mon Dec 29 13:00:00 2008 mbomanAATTsuse.de
- Update to version 2.24.2:
* Fixed another two memory leaks (bgo#563321)
* Removed obsolete MSVC6 project files
Sat Dec 20 13:00:00 2008 mbomanAATTsuse.de
- Update to version 2.24.1:
+ Added new Schema and SchemaValidator classes to MSVC project files
+ Avoid a memory leak in Validator::check_for_exception.
+ Avoid a memory leak in schema class.
Fri Oct 3 14:00:00 2008 mbomanAATTsuse.de
- Update to version 2.24.0:
+ Added Schema and SchemaValidator classes, demonstrated in
examples/schemavalidation. bgo#312216
+ Element: Added add_child_text() with a previous_node parameter, for
adding between existing nodes. Added add_child_text_before() too.
+ Node: Added add_child() with a previous_node parameter, for adding
between existing nodes. Added add_child_before() too.
+ SaxParser: added parse_chunk_raw().
Sun Aug 24 14:00:00 2008 mbomanAATTnovell.com
- Upgraded to version 2.23.3:
* Attribute: Return the correct value even when using a namespace.
bgo#547689
* Fixed MSVC++ Windows build.
* SaxParser: added parse_chunk_raw().
* examples: sax_parser: Catch convert errors when printing an exception to
std:cout, though libxml++/libxml should always supply valid UTF-8.
* Added Schema and SchemaValidator classes, demonstrated in
examples/schemavalidation. bgo#312216.
* Element: Added add_child_text() with a previous_node parameter, for
adding between existing nodes. Added add_child_text_before() too.
* Node: Added add_child() with a previous_node parameter, for adding
between existing nodes. Added add_child_before() too.
Thu Apr 3 14:00:00 2008 hpjAATTsuse.de
- Upgraded to version 2.22.0:
* Document: Fix a memory leak, by calling xmlCleanupParser
in the destructor.
* Build: Fix the build with gcc 4.3 pre-releases.
- Removed libxml++-include-memory.patch, now in upstream.
Tue Nov 20 13:00:00 2007 mawAATTsuse.de
- Add libxml++-include-memory.patch
- Use %fdupes.
Wed Sep 19 14:00:00 2007 sbrabecAATTsuse.cz
- Updated to version 2.20.0:
* Element: Added get_attribute_value(), to get a simple text
value for an attribute.
* Added an experimental --enable-api-exceptions configure option,
to allow libxml++ to build without exceptions.
Thu Apr 12 14:00:00 2007 mawAATTsuse.de
- Update to version 2.18.0
- Fixes for bugzilla.gnome.org #380110, #351867, #361950, #351215,
and #351876.
Fri Jan 12 13:00:00 2007 sbrabecAATTsuse.cz
- Spec file cleanup.
Fri Dec 15 13:00:00 2006 mawAATTsuse.de
- Move to /usr
Tue Nov 28 13:00:00 2006 sbrabecAATTsuse.cz
- Require new package name glibmm2-devel.
Tue Oct 31 13:00:00 2006 meissnerAATTsuse.de
- use RPM_OPT_FLAGS
Mon Sep 18 14:00:00 2006 jhargadonAATTsuse.de
- update to version 2.14.0
- Improved ContentNode documentation
- Added find() overload that takes namespaces to register during the search,
using xmlXPathRegisterNs(). Bug #323935
- set_namespace(): When creating a default namespace, avoid the
\"The namespace () has not been declared\" warning, by passing 0 to
xmlSearchNs() instead of an empty string. Bug #318186
- Build: Fix buildir!=srcdir builds. Bug #319863.
- Tutorial: Mention pkg-config
- Reference: Grammar fixes and a small fix for find