Changelog for
perl-RPC-XML-0.78-38.11.noarch.rpm :
Tue Apr 14 14:00:00 2015 cooloAATTsuse.com
- updated to 0.78
see /usr/share/doc/packages/perl-RPC-XML/ChangeLog
0.78 Thursday February 6, 2014, 08:00:00 PM -0800
* lib/RPC/XML.pm
A patch to loop detection in smart_encode from Dag-Erling
Smørgrav. Some other minor bits.
* lib/RPC/XML/Procedure.pm
RT #83108: Fixed a spelling error. Some other fixes, too.
* lib/RPC/XML.pm
RT #86187: Force key-ordering in struct as_string and
serialize. Was getting some intermittent bug reports of
failures in t/15_serialize.t that amounted to the keys in a
fault struct not being in consistent order.
* lib/RPC/XML.pm
* t/15_serialize.t
Undo the previous change and fix the test. The previous change
didn\'t feel right, so this rolls it back and fixes the problem
at the level of the test, instead.
* Makefile.PL
* lib/RPC/XML.pm
* lib/RPC/XML/Client.pm
* lib/RPC/XML/Server.pm
Replace direct evals for loading optional modules with
Module::Load. Required adding this to Makefile.PL because
Module::Load is not core in 5.8.8. Also did some slight doc
tweaking.
* lib/RPC/XML.pm
* lib/RPC/XML/Client.pm
Merge pull request #5 from alexrj/utf8-encode. Use
utf8::encode() instead of utf8::downgrade().
* lib/RPC/XML.pm
* lib/RPC/XML/Client.pm
* lib/RPC/XML/Server.pm
Finish the uft8 encode vs. downgrade change from the previous
commit. Changed in places that were overlooked, and adjusted
the version number in all three modules.
* lib/RPC/XML.pm
* lib/RPC/XML/Parser/XMLLibXML.pm
Merge pull request #6 from dctabuyz/master. Added \'no_blanks\'
libxml option to skip blank XML::LibXML::Text nodes.
* lib/RPC/XML/Server.pm
Merge pull request #7 from kvar/master. Initialize $do_compress
in RPC::XML::Server between requests.
* lib/RPC/XML.pm
* lib/RPC/XML/Parser/XMLLibXML.pm
* lib/RPC/XML/Server.pm
Bump version numbers on modules changed in github pulls.
Mon Jul 1 14:00:00 2013 cooloAATTsuse.com
- add RPC-XML-0.77-fixtest.dif to make sure the serialization is
reproducible even with hash randomization in perl 5.18 (RT#86187)
Sun May 5 14:00:00 2013 mcAATTsuse.com
- update to version 0.77
* Make RPC::XML::Server work with Net::Server again,
after the API changes of Net::Server 2.x.
* Correct handling of dateTime parameters
* Add port to Host header in client requests.
* Fix spelling error in man page
* improve tests
- remove patches which are unused since a long time
* RPC-XML-0.53-ext-daemon-and-header-cb.dif
* RPC-XML-0.60-fix-utf8.dif
Mon Jun 4 14:00:00 2012 mlsAATTsuse.de
- predeclare extern_ent so that it works with perl-5.16.0
Fri Nov 18 13:00:00 2011 cooloAATTsuse.com
- update to 0.76, see Changes
Tue Mar 22 13:00:00 2011 cooloAATTnovell.com
- update to 0.74
* tons and tons of fixes and new functions since 0.67, see ChangeLog
- take out patches of unclear use, to be removed on next update
- regenerate with cpanspec
Fri Dec 10 13:00:00 2010 cooloAATTnovell.com
- use perl_requires macro
Mon Nov 29 13:00:00 2010 cooloAATTnovell.com
- remove /var/adm/perl-modules
Sun Nov 28 13:00:00 2010 cooloAATTnovell.com
- remove .packlist file
Sun Jan 10 13:00:00 2010 jengelhAATTmedozas.de
- enable parallel build
Mon Jul 27 14:00:00 2009 mcAATTnovell.com
- version 0.67
* a lot of bugfixes and changed tests