75 lines
2.8 KiB
Text
75 lines
2.8 KiB
Text
|
|
Revision history for XML::SAX::Expat:
|
|
|
|
0.51 May 2013
|
|
- attempt to repair https://rt.cpan.org/Ticket/Display.html?id=86087
|
|
and the duplicate https://rt.cpan.org/Ticket/Display.html?id=88638
|
|
|
|
0.50 May 2013
|
|
- fixed broken link to SAX2 specification in POD
|
|
- added repository information to Makefile.PL
|
|
- added README file to satisfy packaging guidelines
|
|
|
|
0.40 2008-06-30 08:00
|
|
- small Kwalitee improvements
|
|
|
|
0.39 2007-06-10 08:00
|
|
- check SKIP_SAX_INSTALL environment variable; thanks to Klaus Heinz for
|
|
the patch.
|
|
|
|
0.38 2007-01-25 14:00
|
|
- fix for http://rt.cpan.org/Public/Bug/Display.html?id=7434. Thanks to
|
|
Bjoern Hoehrmann <http://bjoern.hoehrmann.de/> for the bug report, and
|
|
to Chris Fields for the fix.
|
|
|
|
0.37 2003-07-04 22:22
|
|
- suppressed the warning for those strange people that process documents
|
|
without namespaces.
|
|
|
|
0.36 2003-07-04 20:25
|
|
- XML::SAX::Expat went through a thorough round of testing. A number of
|
|
bugs were found and addressed
|
|
- start_document and end_document used to get the same hash, which is
|
|
wrong
|
|
- same for start_prefix_mapping and end_prefix_mapping
|
|
- deprecated xml_decl() in favour of adding fields to start_document()
|
|
- removed some useless manipulations of the element stack
|
|
- end_dtd() now correctly passes an empty hash instead of nothing, as
|
|
wouldn't start_cdata and end_cdata
|
|
- element_decl would return XML::Parser::ContentModel objects instead of
|
|
a content model string.
|
|
- PublicId would sometimes be undef on external_entity_decl()
|
|
|
|
- added supported_features(), as well as support for
|
|
http://xml.org/sax/features/external-general-entities and
|
|
http://xml.org/sax/features/external-parameter-entities. XML::SAX::Base
|
|
or XML::SAX::ParserFactory seem to have a bug in that they don't blow
|
|
up on unsupported features. Thanks to the numerous people on the perl-xml
|
|
list that supplied patches for this.
|
|
|
|
0.31 - 0.35 wed 20011219 19:10:09
|
|
- more bugfixes (many thanks to Barrie Slaymaker for all those patches
|
|
and bug reports he sends me for breakfast)
|
|
- bugfix and docs (thanks to Dave Rolsky)
|
|
- bugfix (thanks to Sean M. Burke)
|
|
|
|
0.20 - 0.30 mon 20011206 21:03:32
|
|
- a bunch of bugfixes
|
|
|
|
0.05 - 0.20 mon 20011126 22:53:42
|
|
- added most missing callbacks
|
|
- made a few bits saner
|
|
|
|
0.05 sat 20011118 23:01:08
|
|
- upgraded many bits
|
|
- prepared for CPAN
|
|
- added support for XML::SAX
|
|
|
|
0.02 - 0.04 tue 20011030 20:46:42
|
|
- many small changes making it more SAX2 compliant, and a switch
|
|
to using XML::SAX::Base instead of the deprecated XML::Filter::Base
|
|
|
|
0.01 mon 20011015 13:53:14
|
|
- original version
|
|
- stole Ken's original code and modified it, using techniques
|
|
based on the recent XML::Filter::Base
|