File perl-SOAP-Lite.changes of Package perl-SOAP-Lite
-------------------------------------------------------------------
Fri Sep 5 16:05:09 CEST 2008 - ug@suse.de
* HTTP header is no more accessible
* Memory leak when calling WS using wsdl
SOAP::Transport::HTTP->new() was leaking two scalars per call
* > not deserialized in result
* < and > not deserialized in faultstring/detail
* Incorrect Content-Type while sending requests with no parts
* Incorrect starting part detection for Multipart/Related
* SOAP::Lite Envelope not stripped down for XMLRPC
* XMLRPC::Transport::HTTP::CGI generates extra params
* fixed memory leaks with XMLRPC::Lite
* SOAP::Lite Passes Decoded Strings to LWP
* KeepAlive fails to function
* Subclasses of XMLRPC::Serializer misbehave because of a "ref" call in SOAP::Lite
* Memory leak in 0.69 && 0.71
* version 0.710.08
-------------------------------------------------------------------
Fri Apr 4 11:28:37 CEST 2008 - ug@suse.de
- version update from 0.69 to 0.71.01
- tons of fixes please look at the CHANGES file for details
- Added LOOPBACK test transport backend.
- Added more core tests
- Added additional callbacks to XML::Parser::Lite and made it
work under (at least) perl5.6.2, 5.8.7, 5.8.8 and 5.10.
-------------------------------------------------------------------
Wed Oct 25 09:35:20 CEST 2006 - ug@suse.de
- version update from 0.66 to 0.69
- Commented out two lines of code that were causing S::L to die under
a non-fatal error condition. This is a HACK.
- Patched support for mod_perl Apache2 (thanks to JT Justman)
- Fixed bug where SOAP::SOM objects were not properly detected,
serialized and returned (thanks chris at prather dot o r g)
- Fixed bug with default_ns and ns functions so that they
serialized XML properly.
- Started to add experimental DIME support - possible impacts to MIME
support as well
-------------------------------------------------------------------
Wed Jan 25 21:39:56 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Mon Jan 2 16:44:08 CET 2006 - ug@suse.de
- version update from 0.60a to 0.66
-------------------------------------------------------------------
Wed Sep 28 22:15:39 CEST 2005 - dmueller@suse.de
- add norootforbuild
-------------------------------------------------------------------
Mon Mar 22 00:54:31 CET 2004 - ro@suse.de
- removed .orig backup files
-------------------------------------------------------------------
Fri Feb 27 15:35:36 CET 2004 - ug@suse.de
- version update from 0.60 to 0.60a
-------------------------------------------------------------------
Tue Aug 26 15:30:09 CEST 2003 - ug@suse.de
- version update from 0.55 to 0.60
- Makefile.PL patch dropped because
autodetection of installed perl modules
is working in 0.60
- Merged SOAP::MIME into SOAP::Lite's core
- Differentiate between xsd:int and xsd:long to
fix interoperability bug with Java Web services
- Fixed MIME interoperability bug with Apache Axis
- SOAP Faultcodes are now properly typed a xsd:QName, whereas
before they were xsd:string
- Fixed documentation errors
- Disabled SOAPStruct (bug 747316)
- Fixed XML::Parser::Expat vulnerability (bug 747265)
- Fixed warning when autodispatched call has no parameters
- Fixed warning when empty SOAPAction specified (bug 747278)
- Turned off HTTP keep alive patch by default
- Removed dependency on the URI module for non-HTTP transports
-------------------------------------------------------------------
Tue Aug 26 13:19:00 CEST 2003 - ro@suse.de
- fix dependency: /usr/bin/env, not /bin/env
-------------------------------------------------------------------
Mon Aug 25 14:18:04 CEST 2003 - ug@suse.de
- initial version