8
0
forked from pool/perl-RPC-XML
OBS User unknown
2008-04-14 20:15:24 +00:00
committed by Git OBS Bridge
parent 9870b51f36
commit e9e42c8483
6 changed files with 83 additions and 27 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Jul 14 13:14:07 CEST 2006 - mc@suse.de