forked from pool/perl-SOAP-Lite
71 lines
2.5 KiB
Plaintext
71 lines
2.5 KiB
Plaintext
|
|
-------------------------------------------------------------------
|
||
|
|
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
|
||
|
|
|