Accepting request 667183 from home:pmonrealgonzalez:branches:devel:languages:perl
- update to 3.24 * version 3.24: Tue 6 Mar 08:12:19 CET 2018 Fixes: - Experimental keys on scalar rt.cpan.org#124688 [Slaven Rezic] Improvements: - add missing example wsdl * version 3.23: Sun Mar 4 23:45:09 CET 2018 Fixes: - add 'Host' to the header. Improvements: - rpc style header with type part [Lars Thegler] - typo in doc rt.cpan.org#124462 [Andy Scheller] - ::Server::compileFilter() could not handle RPCs with empty bodies, but was broken much more serious anyway [Abeltje] - convert to GIT, publish via GitHub * version 3.22: Fri 30 Jun 10:03:10 CEST 2017 Fixes: - ::XOP::Include read from file always died rt.cpan.org#119955 [Pavel Trushkin] - ::XOP::Include read should enforce raw mode rt.cpan.org#119955 [Pavel Trushkin] * version 3.21: Wed 11 Jan 10:02:19 CET 2017 OBS-URL: https://build.opensuse.org/request/show/667183 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-Compile-SOAP?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
22601b3d82
commit
702e02adb7
@@ -1,3 +1,149 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 18:50:24 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
|
||||
|
||||
- update to 3.24
|
||||
* version 3.24: Tue 6 Mar 08:12:19 CET 2018
|
||||
|
||||
Fixes:
|
||||
- Experimental keys on scalar
|
||||
rt.cpan.org#124688 [Slaven Rezic]
|
||||
|
||||
Improvements:
|
||||
- add missing example wsdl
|
||||
|
||||
* version 3.23: Sun Mar 4 23:45:09 CET 2018
|
||||
|
||||
Fixes:
|
||||
- add 'Host' to the header.
|
||||
|
||||
Improvements:
|
||||
- rpc style header with type part [Lars Thegler]
|
||||
- typo in doc rt.cpan.org#124462 [Andy Scheller]
|
||||
- ::Server::compileFilter() could not handle RPCs with empty bodies,
|
||||
but was broken much more serious anyway [Abeltje]
|
||||
- convert to GIT, publish via GitHub
|
||||
|
||||
* version 3.22: Fri 30 Jun 10:03:10 CEST 2017
|
||||
|
||||
Fixes:
|
||||
- ::XOP::Include read from file always died
|
||||
rt.cpan.org#119955 [Pavel Trushkin]
|
||||
- ::XOP::Include read should enforce raw mode
|
||||
rt.cpan.org#119955 [Pavel Trushkin]
|
||||
|
||||
* version 3.21: Wed 11 Jan 10:02:19 CET 2017
|
||||
|
||||
Fixes:
|
||||
- XOP hooks were instated, even though XML::Compile::XOP was not.
|
||||
Schema/WSDL compilation will be a little faster now.
|
||||
https://github.com/mjgardner/xml-compilex-schema-loader/issues/1
|
||||
[Slaven Rezić]
|
||||
- constant name: XS_DAEMON_NS -> XC_DAEMON_NS
|
||||
rt.cpan.org#119800 [Pavel Trushkin]
|
||||
|
||||
Improvements:
|
||||
- spell fix Debian rt.cpan.org#118577 [Gregor Herrmann, Debian]
|
||||
|
||||
* version 3.20: Wed 19 Oct 15:43:19 CEST 2016
|
||||
|
||||
Fixes:
|
||||
- XOP writing, where object type not equal but extending base64Binary
|
||||
[Kit Peters]
|
||||
|
||||
* version 3.19: Mon Sep 19 23:02:10 CEST 2016
|
||||
|
||||
Fixes:
|
||||
- typo rt.cpan.org#113270 [Debian]
|
||||
- include examples in the manual page.
|
||||
|
||||
Improvements:
|
||||
- XOP charset [Kit Peters]
|
||||
|
||||
* version 3.18: Tue 22 Mar 09:04:22 CET 2016
|
||||
|
||||
Fixes:
|
||||
- 3.17 had an unclean release [Nick Morrott]
|
||||
|
||||
* version 3.17: Mon 21 Mar 15:00:39 CET 2016
|
||||
|
||||
Changes:
|
||||
- moved BEA and Sharepoint schemas to a new XML::Compile::Licensed
|
||||
distribution, to avoid license related complications on Debian.
|
||||
Discovered by [Nick Morrott]
|
||||
- remove examples/temperature/convert.xsd from the distribution:
|
||||
license not clear.
|
||||
|
||||
* version 3.16: Tue 15 Mar 08:31:43 CET 2016
|
||||
|
||||
Fixes:
|
||||
- document style can have fault parts with "type" [Heiko Jansen]
|
||||
- apache's Coyote requires encodingStyle in rpc messange [Heiko Jansen]
|
||||
- typos rt.cpan.org#112910 [Nick Morrott]
|
||||
|
||||
Improvements:
|
||||
- refer to the new ::SOAPHTTP_MojoUA module.
|
||||
|
||||
* version 3.15: Wed 6 Jan 17:13:07 CET 2016
|
||||
|
||||
Fixes:
|
||||
- regression test charset
|
||||
rt.cpan.org#110950 [Mark Gardner]
|
||||
- * version in README
|
||||
rt.cpan.org#110951 [Mark Gardner]
|
||||
|
||||
* version 3.14: Wed 6 Jan 14:56:04 CET 2016
|
||||
|
||||
Fixes:
|
||||
- remove enforcement of ::Daemon upgrade, added in the
|
||||
previous release: cyclic redundancy.
|
||||
rt.cpan.org#110233 [Alan Mizrahi]
|
||||
- Apache XCF does not understand quotes around charset in XOP
|
||||
rt.cpan.org #107586 [Derek Hausauer]
|
||||
|
||||
Improvements:
|
||||
- compile{Client|Calls|All} option transporter can now also
|
||||
be a XML::SOAP::Transport-object (so, you do not need to
|
||||
call compileClient() on it explicitly.
|
||||
|
||||
* version 3.13: Fri 6 Nov 09:39:09 CET 2015
|
||||
|
||||
Fixes:
|
||||
- mime-type of XOP part got broken.
|
||||
rt.cpan.org #107586 [Derek Hausauer]
|
||||
|
||||
Improvements:
|
||||
- detect need for upgrade of XML::Compile::SOAP::Daemon
|
||||
- fix some encoding related regression tests
|
||||
|
||||
* version 3.12: Tue 22 Sep 12:09:36 CEST 2015
|
||||
|
||||
Fixes:
|
||||
- oops, remove debug statements
|
||||
|
||||
* version 3.11: Tue 22 Sep 12:03:34 CEST 2015
|
||||
|
||||
Fixes:
|
||||
- rpc: performance issue reading xsi:type's
|
||||
|
||||
* version 3.10: Tue 11 Aug 11:37:49 CEST 2015
|
||||
|
||||
Changes:
|
||||
- when the response is a Fault, we do not return Bad Request,
|
||||
but OK. WCF (Microsoft .NET) apparently interprets headers
|
||||
of SOAP1.1 messages as SOAP1.2 (only with some settings?)
|
||||
|
||||
Fixes:
|
||||
- XOP: escape double-quote in start-info [Grégory Bougourd]
|
||||
|
||||
* version 3.09: Tue Jul 21 14:11:55 CEST 2015
|
||||
|
||||
Fixes:
|
||||
- SOAP11::Encoding should use compileType()
|
||||
rt.cpan.org#105170 [Nick Wellnhofer]
|
||||
|
||||
Improvements:
|
||||
- FAQ on use of SSL.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 9 07:55:05 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
Reference in New Issue
Block a user