2013-06-04 17:16:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 4 17:05:54 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.80
|
|
|
|
- Bump the minimum version of libxslt2 to 1.1.28.
|
|
|
|
- due to failures such as http://www.cpantesters.org/cpan/report/6f5029ee-639a-11e2-8465-2a97270fb964
|
|
|
|
|
|
|
|
- Die when libxslt is 1.1.27.
|
|
|
|
- Due to this bug - https://bugzilla.gnome.org/show_bug.cgi?id=684564
|
|
|
|
|
|
|
|
- Add output_method method, update documentation of media_type
|
|
|
|
(dorian@cpan).
|
|
|
|
- Thanks, Dorian!
|
|
|
|
|
|
|
|
- Apply a patch from Michael Ludwig clarifying the quoting of string
|
|
|
|
parameters to the XSLT transformation.
|
|
|
|
- Thanks, Michael!
|
|
|
|
|
2012-01-13 12:40:37 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 13 02:39:50 UTC 2012 - vcizek@suse.com
|
|
|
|
|
|
|
|
- update to 1.76
|
|
|
|
- Made LibXSLT.xs compile with C compilers that don't accept declarations
|
|
|
|
inside blocks:
|
|
|
|
- https://rt.cpan.org/Public/Bug/Display.html?id=73905
|
|
|
|
- These include Microsoft Visual C++ (in C-mode).
|
|
|
|
|
2011-10-31 08:39:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 31 02:34:47 UTC 2011 - vcizek@suse.com
|
|
|
|
|
|
|
|
- update to 1.75
|
|
|
|
- Convert the following test scripts from Test.pm to Test::More :
|
|
|
|
- t/03input.t
|
|
|
|
- Fix for https://rt.cpan.org/Public/Bug/Display.html?id=71345 by Tim
|
|
|
|
Brody:
|
|
|
|
- «segfault in free()»
|
|
|
|
- Thanks, Tim!
|
|
|
|
|
2011-10-27 11:37:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 27 01:34:42 UTC 2011 - vcizek@suse.com
|
|
|
|
|
|
|
|
- update to 1.74
|
|
|
|
- Convert some test scripts from Test.pm to Test::More
|
|
|
|
- In the process made "Encode" and perl-5.8.1. pre-requisites of this
|
|
|
|
distribution.
|
|
|
|
- Add the "make runtest" and "make distruntest" targets to test using
|
|
|
|
Test-Run.
|
|
|
|
|
2011-10-13 10:09:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 10 01:35:16 UTC 2011 - vcizek@suse.com
|
|
|
|
|
|
|
|
- update to 1.73
|
|
|
|
- Possible fix for https://rt.cpan.org/Ticket/Display.html?id=71456 :
|
|
|
|
- made the port reservation on t/14security.t for the non-existent
|
|
|
|
URL more robust.
|
|
|
|
1.72 Thu Oct 6 13:37:13 IST 2011
|
|
|
|
- Moved the benchmarking code under benchmark/ so it won't be indexed
|
|
|
|
by CPAN (Tim Brody).
|
|
|
|
- Avoid leaking memory inside extension elements by cleaning up on
|
|
|
|
stylesheet DESTROY (Tim Brody).
|
|
|
|
- xsltInit() and xsltCleanupGlobals() to avoid leaking memory on
|
|
|
|
init/shutdown (Tim Brody).
|
|
|
|
- Added support for stylesheet context functions via a
|
|
|
|
$stylesheet->register_function() method with the same arguments as
|
|
|
|
XML::LibXSLT->register_function(). (Tim Brody)
|
|
|
|
- Added support for register_element() on stylesheet objects. The callback
|
|
|
|
may leak memory though - nothing frees the _private attributes of the
|
|
|
|
node + document owner for the passed arguments? (Tim Brody)
|
|
|
|
|
2011-09-12 09:40:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 12 01:35:40 UTC 2011 - vcizek@suse.com
|
|
|
|
|
|
|
|
- corrected licence to same as Perl
|
|
|
|
- update to 1.71
|
|
|
|
- Fixed https://rt.cpan.org/Ticket/Display.html?id=50487 :
|
|
|
|
- add a blacklist for libxslt-1.1.25 which has a deadlock that
|
|
|
|
hangs a test.
|
|
|
|
- Fixed https://rt.cpan.org/Ticket/Display.html?id=52422 :
|
|
|
|
- Unexpected webserver dependency in test
|
|
|
|
- Updated the version control instructions in the README to bitbucket.org.
|
|
|
|
|
2010-12-01 13:57:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 1 13:36:14 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- switch to perl_requires macro
|
|
|
|
|
2010-11-30 16:27:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 29 18:32:27 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- remove /var/adm/perl-modules
|
|
|
|
|
2010-01-18 17:17:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 15 14:23:14 CET 2010 - anicka@suse.cz
|
|
|
|
|
|
|
|
- update to 1.70
|
|
|
|
* fixed various bugs
|
|
|
|
* documentation updates
|
|
|
|
* #48247: Win32 patch kindly provided by KMX@cpan.org
|
|
|
|
* sync with latest XML::LibXML ABI and add a compatibility check
|
|
|
|
* do not force -lgcrypt and -lgpg-error linker flags
|
|
|
|
* fix for attribute nodes returned by user-defined XPath functions
|
|
|
|
* address #41542: restore internalDTD subset on the source
|
|
|
|
document of a transformation (libxslt unlinks it)
|
|
|
|
|
2010-01-12 11:57:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- enable parallel build
|
|
|
|
|
2009-01-22 16:07:34 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 22 15:32:39 CET 2009 - anicka@suse.cz
|
|
|
|
|
|
|
|
- update to 1.68
|
|
|
|
* fix compilation problems
|
|
|
|
* skip exslt tests if not available
|
|
|
|
* added XML::LibXSLT::HAVE_EXSLT() (1/0)
|
|
|
|
* sync the binary internals to those of XML::LibXML 1.67
|
|
|
|
* update regression tests for compatibility with up-to-date
|
|
|
|
libxslt
|
|
|
|
- remove last patch (not needed anymore)
|
|
|
|
|
2008-09-30 16:07:01 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 30 15:18:53 CEST 2008 - anicka@suse.cz
|
|
|
|
|
|
|
|
- fix build (disable two tests that are wrong (with regard to XML
|
|
|
|
specification)
|
|
|
|
|
2008-02-08 20:08:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2007-01-15 23:32:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 8 11:17:40 CEST 2006 - ke@suse.de
|
|
|
|
|
|
|
|
- Version 1.59; Changes:
|
|
|
|
- (revision bumped to match XML::LibXML)
|
|
|
|
- adapted for new XML::LibXML::InputCallback API
|
|
|
|
- support for static linking against libxml2
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 25 21:40:03 CET 2006 - mls@suse.de
|
|
|
|
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 12 10:05:57 CET 2005 - ke@suse.de
|
|
|
|
|
|
|
|
- New package: version 1.58.
|
|
|
|
|
|
|
|
|