8
0
Stephan Kulow
2014-07-25 09:51:19 +00:00
committed by Git OBS Bridge
parent 6a45490590
commit c0fa427457
4 changed files with 23 additions and 4 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Jul 25 09:32:09 UTC 2014 - coolo@suse.com
- updated to 2.0116
- t/cpan-changes.t : minimum version of Test::CPAN::Changes.
- This is to avoid test failures such as:
- http://www.cpantesters.org/cpan/report/69ee1a2a-6c09-1014-be8f-3786912f2992
2.0115 2014-04-03
- Fix double free when calling $node->addSibling with text nodes.
- https://rt.cpan.org/Ticket/Display.html?id=94149
- Thanks to Jeff Trout for the report.
2.0114 2014-04-03
- Fix memory leaks and segfaults related to removal and insertion of
DTD nodes.
- https://rt.cpan.org/Ticket/Display.html?id=80521
- Fix memory leak in $node->removeChildNodes
-------------------------------------------------------------------
Mon Mar 17 08:29:53 UTC 2014 - coolo@suse.com