automatic update OBS-URL: https://build.opensuse.org/request/show/305154 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MARC-XML?expand=0&rev=12
60 lines
2.2 KiB
Plaintext
60 lines
2.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun May 3 08:34:55 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 1.0.3
|
|
see /usr/share/doc/packages/perl-MARC-XML/Changes
|
|
|
|
1.0.3 Thu Jan 23 05:02:52 UTC 2014
|
|
- fix t/external-entities.t to pass on Strawberry
|
|
|
|
1.0.2 Tue Jan 21 17:18:37 UTC 2014
|
|
- MARC::File::XML will now die upon parsing a record that
|
|
declares an external entity and tries to use it. This
|
|
prevents the potential unwanted disclosure of the contents
|
|
of files on the server by applications that embed this module.
|
|
If, for some reason, an application needs to process MARCXML
|
|
records that contain external entities, set_parser() can be
|
|
used to force the use of an XML::LibXML parser that is
|
|
configured to process external entities.
|
|
|
|
The issue was reported by John Lightsey.
|
|
|
|
1.0.1 Fri Feb 15 08:25:04 PST 2013
|
|
- RT#83284: return empty MARC::Record given empty <record/>
|
|
|
|
1.0 Sun Feb 10 21:32:32 PST 2013
|
|
- Use XML::LibXML rather than XML::SAX to parse MARCXML records.
|
|
This offers a significant speed improvement for record parsing;
|
|
in some tests, parsing time on a large file was reduced by 80%.
|
|
This also avoids problems caused by character encoding bugs in
|
|
XML::SAX::PurePerl.
|
|
- Add method to let client code give MARC::File::XML a shared
|
|
XML::LibXML parser object.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 2 09:30:15 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.93
|
|
see /usr/share/doc/packages/perl-MARC-XML/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 1 13:33:32 UTC 2010 - coolo@novell.com
|
|
|
|
- switch to perl_requires macro
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 29 18:30:29 UTC 2010 - coolo@novell.com
|
|
|
|
- remove /var/adm/perl-modules
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 28 11:37:53 UTC 2010 - coolo@novell.com
|
|
|
|
- remove .packlist file
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 23 09:01:50 CEST 2007 - lars@linux-schulserver.de
|
|
|
|
- initial version 0.4
|
|
|