2015-04-16 17:42:51 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 14 15:37:32 UTC 2015 - coolo@suse.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.
|
|
|
|
|
2013-07-01 08:20:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 1 08:17:26 UTC 2013 - coolo@suse.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)
|
|
|
|
|
2013-05-05 12:09:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun May 5 12:05:08 UTC 2013 - mc@suse.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
|
2013-05-05 12:17:39 +00:00
|
|
|
- remove patches which are unused since a long time
|
2013-05-05 12:09:05 +00:00
|
|
|
* RPC-XML-0.53-ext-daemon-and-header-cb.dif
|
|
|
|
* RPC-XML-0.60-fix-utf8.dif
|
|
|
|
|
|
|
|
|
2012-06-04 16:12:55 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 4 18:12:08 CEST 2012 - mls@suse.de
|
|
|
|
|
|
|
|
- predeclare extern_ent so that it works with perl-5.16.0
|
|
|
|
|
2011-11-18 11:41:50 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 18 11:40:58 UTC 2011 - coolo@suse.com
|
|
|
|
|
|
|
|
- update to 0.76, see Changes
|
|
|
|
|
2011-03-22 06:47:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 22 06:26:33 UTC 2011 - coolo@novell.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
|
|
|
|
|
2010-12-10 10:58:51 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Dec 10 10:58:42 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- use perl_requires macro
|
|
|
|
|
2010-12-05 21:14:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 29 18:30:58 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- remove /var/adm/perl-modules
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Nov 28 11:37:58 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- remove .packlist file
|
|
|
|
|
2010-01-11 15:19:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- enable parallel build
|
|
|
|
|
2009-07-29 14:24:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 27 10:39:06 CEST 2009 - mc@novell.com
|
|
|
|
|
|
|
|
- version 0.67
|
|
|
|
* a lot of bugfixes and changed tests
|
|
|
|
|
2008-08-18 22:23:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 18 13:53:46 CEST 2008 - ro@suse.de
|
|
|
|
|
|
|
|
- hack to build also in buildservice where 127.0.0.1 can
|
|
|
|
resolve to the hostname instead of localhost
|
|
|
|
|
2008-04-14 20:15:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 14 18:06:07 CEST 2008 - mc@suse.de
|
|
|
|
|
|
|
|
- version 0.60
|
|
|
|
* fix problem caused by having colons in temp-file names.
|
|
|
|
* fix for SSL
|
|
|
|
* Fixed the bug in RPC::XML::Server::process_request() could lead to an
|
|
|
|
infinite loop if the client shuts down the socket before the full
|
|
|
|
request is sent.
|
|
|
|
* RPC::XML::smart_encode actually die with an error when a
|
|
|
|
reference-type is passed in that cannot be converted.
|
|
|
|
* performance improvement
|
|
|
|
* fix the XML serialization of double values
|
|
|
|
|
2007-01-15 23:31:43 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 14 13:14:07 CEST 2006 - mc@suse.de
|
|
|
|
|
|
|
|
- version 0.59
|
|
|
|
- Fixes to POD documentation
|
|
|
|
- lib/Apache/RPC/Server.pm:
|
|
|
|
Fixed the logic around the setting of $no_def in new(); it was
|
|
|
|
handling the no_default method-argument backwards
|
|
|
|
- fixed some testcases
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 25 21:39:56 CET 2006 - mls@suse.de
|
|
|
|
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 28 22:16:20 CEST 2005 - dmueller@suse.de
|
|
|
|
|
|
|
|
- add norootforbuild
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jul 31 16:09:54 CEST 2005 - cthiel@suse.de
|
|
|
|
|
|
|
|
- update to version 0.58
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 1 16:27:55 CEST 2005 - mc@suse.de
|
|
|
|
|
|
|
|
- update to version 0.57
|
|
|
|
- remove RPC-XML-0.53-http-compress-fix.dif ;
|
|
|
|
not needed anymore
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 9 13:57:18 CEST 2004 - mc@suse.de
|
|
|
|
|
|
|
|
- update to version 0.54
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 3 18:59:59 CET 2003 - mc@suse.de
|
|
|
|
|
|
|
|
- fix http compression (RPC-XML-0.53-http-compress-fix.dif)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 2 17:35:08 CET 2003 - mc@suse.de
|
|
|
|
|
|
|
|
- initial version 0.53
|
|
|
|
|