8
0

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=21
This commit is contained in:
Vítězslav Čížek
2011-09-22 13:02:16 +00:00
committed by Git OBS Bridge
parent 8aa48e813c
commit 5693159870
4 changed files with 32 additions and 18 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
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