8
0
OBS User unknown
2008-02-08 20:08:27 +00:00
committed by Git OBS Bridge
parent 0c77d3fa54
commit 17e94c10b4
4 changed files with 59 additions and 22 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Feb 5 16:32:54 CET 2008 - anicka@suse.cz
- update to 1.66
* sync the binary internals to those of XML::LibXML 1.66
* use pkg-config to determine linker flags for libexslt
* added XML::LibXML-like API to retrieve libxslt version
* added output_as_bytes() and output_as_chars()
* added regression tests for output_as_* to 11utf8.t
* output_as_string documentation fixed to match reality
* fixed error reporting: die on fatal errors, warn otherwise
(in particular, warn rather than die on
<xsl:message terminate="no">)
* using call_* instead of perl_call_* (perl_ variants are obsolete)
* in callbacks, POPs on error before croaking, otherwise it has no
effect (and we probably leak)
* bugfixes, test fixes
- enable tests in %check
-------------------------------------------------------------------
Tue Aug 8 11:17:40 CEST 2006 - ke@suse.de