Revision history for Perl extension RPC::XML::Parser::LibXML
0.06
- Don't allow external entities to be injected
Bump LibXML to 1.70 (because we need to specify %param to new() and
LibXML changed that method signature in a recent version)
(yannk)
0.05 Mon Sep 27 18:08:24 JST 2010
- Fixed a testing issue in dateTime.iso8601.
(Tokuhiro Matsuno)
- Depend to latest RPC::XML.
(Tokuhiro Matsuno)
0.04 Fri Oct 24 17:59:12 PDT 2008
- Fixed a bug where <value>foo</value> is not treated as <string> as in XMLRPC spec.
(Benjamin Trott, Tatsuhiko Miyagawa)
0.03 Wed Aug 27 20:59:32 PDT 2008
- Fixed bug when findnodes() returns list including undeg.
(Tatsuhiko Miyagawa)
- miyagawa is taking over the maint bit to push to CPAN
0.02
- initial cpan release.
0.01 Tue Mar 4 11:26:24 2008
- original version