forked from pool/perl-XML-LibXML
- Pull a commit from Aaron Crange to fix compilation bugs in Devel.xs: - local variable declarations must be in the PREINIT section, not `CODE`, at least for some compiler/OS combinations. - Thanks, Aaron! OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=27
298 lines
13 KiB
Plaintext
298 lines
13 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Jan 9 02:35:57 UTC 2012 - vcizek@suse.com
|
|
|
|
- update to 1.90
|
|
- Pull a commit from Aaron Crange to fix compilation bugs in Devel.xs:
|
|
- local variable declarations must be in the PREINIT section,
|
|
not `CODE`, at least for some compiler/OS combinations.
|
|
- Thanks, Aaron!
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 2 13:02:47 UTC 2012 - vcizek@suse.cz
|
|
|
|
- update to 1.89
|
|
- Apply a patch with spelling fixes by Kevin Lyda :
|
|
- https://rt.cpan.org/Public/Bug/Display.html?id=71403
|
|
- Thanks to Kevin.
|
|
- Apply a pull request by ElDiablo with the implementation of
|
|
lib/XML/LibXML/Devel.pm .
|
|
- Adjust the Win32 Build Instructions in the README file.
|
|
- Thanks to Christopher J. Madsen.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 22 12:49:34 UTC 2011 - vcizek@suse.com
|
|
|
|
- update to 1.88
|
|
- Add libxml2 2.7.8 as tested and working fine for the Makefile.PL.
|
|
(Thanks to H. Merijn Brand.).
|
|
- Apply a patch to perl-libxml-sax.c to use xmlChar * instead of char *.
|
|
(Thanks to H. Merijn Brand.).
|
|
- Correct the README so it won't read XML-LibXML-Common.
|
|
- see http://code.activestate.com/lists/perl-xml/8907/
|
|
- Add a patch to implement the no_defdtd option in recent libxml2's:
|
|
- https://rt.cpan.org/Ticket/Display.html?id=70878
|
|
- Thanks to zzgrim@gmail.com .
|
|
- Add scripts/bump-version-number.pl to modify the version number globally.
|
|
- Currently the version numbers of the modules under lib/ where 1.73.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 29 08:23:27 UTC 2011 - vcizek@suse.com
|
|
|
|
- update to 1.87
|
|
- Fix t/49callbacks_returning_undef.t to not read /etc/passed which may
|
|
not be valid XML. Instead, we're reading a local file while using
|
|
URI::file (assuming it exists - else - we skip_all.)
|
|
1.86 Thu Aug 25 11:42:55 IDT 2011
|
|
- Changed SvPVx_nolen() to SvPV_nolen() in LibXML.xs for better compatibility.
|
|
- SvPVx_nolen() appears to be undocumented API.
|
|
- Resolves https://rt.cpan.org/Public/Bug/Display.html?id=70476
|
|
- Thanks to Paul for the report.
|
|
1.85 Wed Aug 24 17:05:19 IDT 2011
|
|
- Gracefully handle returned undef()s in the read callback under -w ($^W):
|
|
- t/49callbacks_returning_undef.t
|
|
- https://rt.cpan.org/Ticket/Display.html?id=70321
|
|
- Add a patch from Mithaldu to get XML::LibXML to compile on Win32:
|
|
- https://rt.cpan.org/Ticket/Display.html?id=70141
|
|
- I'm applying it by faith, so if it breaks, blame him. (;-).
|
|
- the patch adds -lllibgettextlib.dll to the Makefile.PL.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 25 09:49:47 UTC 2011 - vcizek@novell.com
|
|
|
|
- update to 1.84
|
|
- fixes https://rt.cpan.org/Ticket/Display.html?id=69722 .
|
|
- Fixed missing declarations after statements:
|
|
- resolves https://rt.cpan.org/Ticket/Display.html?id=69622 again.
|
|
- Fix docbook source validity
|
|
- resolves https://rt.cpan.org/Ticket/Display.html?id=69702
|
|
- Moved some if blocks after the dSP; (which contains declarations) to be
|
|
compliant with C89/C90, which don't allow declarations in the middle of
|
|
a C function.
|
|
- resolves https://rt.cpan.org/Ticket/Display.html?id=69622
|
|
- Fix https://rt.cpan.org/Ticket/Display.html?id=69553 :
|
|
- "install_sax_driver doesn't like custom INSTALLARCHLIB"
|
|
- Fix "IDs of elements is lost when importing nodes"
|
|
- https://rt.cpan.org/Public/Bug/Display.html?id=69520
|
|
- With t/48importing_nodes_IDs_rt_69520.t .
|
|
- Convert all remaining Test.pm-based test scripts except t/14sax.t to
|
|
Test::More .
|
|
- Fix https://rt.cpan.org/Public/Bug/Display.html?id=69082 :
|
|
- Compilation on strawberry perl.
|
|
- The problem was that stderr required a dTHX; call previously.
|
|
- DOM Normalisation patches and a fix for #69096
|
|
- https://rt.cpan.org/Ticket/Display.html?id=69096
|
|
- "findvalue from XML::LibXML 1.74 is very slow (regression)"
|
|
- https://bitbucket.org/shlomif/perl-xml-libxml/pull-request/5/normalize-bug-fixes
|
|
- Fix https://rt.cpan.org/Ticket/Display.html?id=69433 :
|
|
- "t/19die_on_invalid_utf8_rt_58848.t assumes errors will be objects:"
|
|
- Failed on older libxml2's.
|
|
- Add a skip for t/60error_prev_chain.t in case $@ is true but not a ref.
|
|
- https://rt.cpan.org/Ticket/Display.html?id=69435
|
|
- http://www.cpantesters.org/cpan/report/4ac00aae-a73f-11e0-84bd-8881cd42d09c
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 11 14:28:38 UTC 2011 - vcizek@novell.com
|
|
|
|
- update to 1.79
|
|
- many rt bug fixes
|
|
- most of the tests rewritten to use Test::More
|
|
- dropped utf-16 patch (no longer needed)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 16 07:37:20 UTC 2011 - vcizek@novell.com
|
|
|
|
- update to 1.71
|
|
- turn XML_LIBXML_PARSE_DEFAULTS constant to $XML::LibXML::XML_LIBXML_PARSE_DEFAULTS
|
|
- Apply 0001-XML-LibXML-Error-no-need-to-AUTOLOAD-domain.patch from
|
|
https://rt.cpan.org/Public/Bug/Display.html?id=68575 - no need to
|
|
AUTOLOAD 'domain' because a method like that exists.
|
|
- Apply 0002-XML-LibXML-Error-avoid-AUTOLOAD.patch from
|
|
https://rt.cpan.org/Public/Bug/Display.html?id=68575 - get rid of
|
|
AUTOLOAD completely.
|
|
- Apply 0003-XML-LibXML-Error-make-domain-work-for-unknown-domain.patch
|
|
from https://rt.cpan.org/Public/Bug/Display.html?id=68575 - handle
|
|
unknown domains.
|
|
- Apply 0004-XML-LibXML-Error-add-domains-from-newer-libxml2.patch
|
|
from https://rt.cpan.org/Public/Bug/Display.html?id=68575 - add more
|
|
errors.
|
|
- Apply 0005-XML-LibXML-Error-avoid-malformed-UTF-8-warnings.patch
|
|
from https://rt.cpan.org/Public/Bug/Display.html?id=68575
|
|
- In replaceDataString - use
|
|
http://perldoc.perl.org/functions/quotemeta.html instead of a long (and
|
|
incomplete) list of characters to escape.
|
|
-- With test.
|
|
-- also fix deleteDataString by making it use replaceDataString
|
|
for help.
|
|
-- Fixing https://rt.cpan.org/Ticket/Display.html?id=68564
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 1 13:36:13 UTC 2010 - coolo@novell.com
|
|
|
|
- switch to perl_requires macro
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 2 21:41:26 UTC 2010 - chris@computersalat.de
|
|
|
|
- fix build for suse_version 1110
|
|
- spec mods
|
|
o sort TAGS
|
|
o fix deps
|
|
o update description, +Authors
|
|
o macros
|
|
- added perl-macros
|
|
- rpmlint
|
|
o fix self-obsoletion perl-XML-LibXML-Common
|
|
- Provides = version
|
|
- Obsoletes < version
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 14 03:11:27 UTC 2010 - jfunk@funktronics.ca
|
|
|
|
- XML-LibXML-Common was merged into XML-LibXML 1.70. Removed
|
|
Requires/BuildRequires and added Provides/Obsoletes
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 13 16:31:41 CET 2010 - anicka@suse.cz
|
|
|
|
- update to 1.70
|
|
* various fixes and improvements in the documentation
|
|
* added (convenient yet non-standard) methods nonBlankChildNodes,
|
|
firstNonBlankChild, nextNonBlankSibling, prevNonBlankSibling
|
|
that skip empty or whitespace-only Text and CDATA nodes
|
|
* exposed and documented external entity handler
|
|
* XPathContext can now be passed to toStringC14N and toStringEC14N
|
|
(e.g. to provide NS mapping for the XPath expression)
|
|
* avoid using libxml2's globals (Nick Wellnhofer)
|
|
* added interface to libxml2's regexp implementation: XML::LibXML::RegExp
|
|
* added XML::LibXML->load_xml and XML::LibXML->load_html with
|
|
uniform and cleaner API than the old parse_* family
|
|
* cleanup code dealing with parsing flags
|
|
* fix bogus validation results if revalidating a modified document
|
|
* added 'eq' and 'cmp' overloading on XML::LibXML::Error and set fallback to 1
|
|
* lots of bugs fixed
|
|
* provide context and more accurate column number in
|
|
structured errors
|
|
* clarify license and copyright
|
|
* support for Win32+mingw+ActiveState
|
|
* merge with XML::LibXML::Common
|
|
* fix compilation on Windows with mingw or msvc
|
|
* fix a bug in structured errors preventing the previous errors from being reported
|
|
* fix compilation bugs
|
|
* fix encoding problem in reader
|
|
* added getAttributeHash to the reader interface
|
|
* fix segfaults: reconcileNs in domReplaceChild, findnodes with a doc fragment
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 22 15:24:33 CET 2009 - anicka@suse.cz
|
|
|
|
- update to 1.69
|
|
* fix incorrect output of getAttributeNS and possibly other
|
|
methods on UTF-8
|
|
* added $node_or_xpc->exists($xpath) method
|
|
* remove accidental debug output from XML::LibXML::SAX::Builder
|
|
* compilation problem fixes
|
|
* many bugfixes (rt.cpan.org)
|
|
* added XML::LibXML::Pattern module and extended pattern
|
|
support in Reader
|
|
* added XML::LibXML::XPathExpression module that can pre-compile
|
|
an XPath expression
|
|
* reimplementation of the thread support
|
|
* structured errors XML::LibXML::Error
|
|
* memory leak fixes
|
|
* documentation fixes
|
|
* README - notes for building on Win32
|
|
- temporarily disabled two utf16 tests that fail due to our
|
|
old libxml
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 5 16:21:21 CET 2008 - anicka@suse.cz
|
|
|
|
- update to 1.66
|
|
* Perl-thread support
|
|
* make Reader interface require Perl 5.8
|
|
* strip-off UTF8 flag with $node->toString($format,1) for
|
|
consistent behavior independent on the actual document
|
|
encoding
|
|
* skip tests that require Encode module if not available
|
|
* finally removed the iterator() method deprecated since 1.54
|
|
* set_document_locator support in XML::LibXML::SAX::Parser
|
|
* XML::LibXML::Namespace API fixed in order to achieve
|
|
an agreement between the docs and the implementation
|
|
* added support for exclusive canonicalization
|
|
(http://www.w3.org/TR/xml*exc-c14n/)
|
|
* bugfixes, test fixes, documentation fixes
|
|
- enable tests in %check section
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 1 15:49:26 CEST 2007 - coolo@suse.de
|
|
|
|
- remove libxml2-test from buildrequires
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 13 14:19:52 CET 2006 - anicka@suse.cz
|
|
|
|
- update to 1.62001
|
|
* interface to libxml2's pull-parser XML::LibXML::Reader
|
|
* make error messages intended to the user report the line of the
|
|
application call rather than that of the internal XS call
|
|
* XML::LibXML::Attr->serializeContent added
|
|
* fix getAttributeNode etc. w.r.t.
|
|
* warn if runtime libxml2 is older than the one used at the
|
|
compile time
|
|
* if compiled against libxml2 >= 2.6.27, new parse_html_*
|
|
implementation is used allowing encoding and other options
|
|
to be passed to the parser
|
|
* DOM-compliant nodeNames: #comment, #text, #cdata, #document,
|
|
#document-fragment
|
|
* toString on empty text node returns empty string, not undef
|
|
* cloneNode copies attributes on an element as required
|
|
by the DOM spec
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 25 14:58:34 CEST 2006 - anicka@suse.cz
|
|
|
|
- update to 1.61
|
|
* get{Elements,Children}By{TagName,TagNameNS,LocalName} now
|
|
obey wildcards '*', getChildrenByLocalName was added.
|
|
* XML::LibXML::XPathContext merged in
|
|
* many new tests added
|
|
* the module should now be fully compatibile with
|
|
libxml2 >= 2.6.16
|
|
* threads test skipped by default
|
|
* documentation updates
|
|
* added setNamespaceDecl{URI,Prefix}
|
|
* get/setAttribute(NS)? implementation made xmlns aware
|
|
* all sub-modules have the same version as XML::LibXML
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 14 12:17:37 CEST 2006 - anicka@suse.cz
|
|
|
|
- update to 1.60
|
|
* remove the SGML parser code no longer supported by libxml
|
|
* documentation and regression fixes and enhancements
|
|
* added publicId and systemId methods to XML::LibXML::Dtd
|
|
* new XML::LibXML::InputCallback class
|
|
* new parser and callback code
|
|
* bugfixes
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 15 13:01:17 CET 2006 - anicka@suse.cz
|
|
|
|
- require perl-XML-LibXML-Common and perl-XML-SAX (#158024)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:40:02 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 19 13:59:58 CEST 2004 - mjancar@suse.cz
|
|
|
|
- update to 1.58
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 03 18:23:18 CET 2004 - mjancar@suse.cz
|
|
|
|
- initial version 1.57
|
|
|