forked from pool/xmlrpc-c
Accepting request 177146 from home:adra:branches:devel:libraries:c_c++
Update to 1.25.23, Removed xmlrpc-c-default-constructor.patch and xmlrpc-c-no-curltypes-incl.patch (fixed upstream), Updated license, Updated build requirements, Renamed libxmlrpc-c-devel package to xmlrpc-c-devel, Remove static libraries OBS-URL: https://build.opensuse.org/request/show/177146 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xmlrpc-c?expand=0&rev=65
This commit is contained in:
@@ -1,3 +1,76 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 1 20:11:13 UTC 2013 - asterios.dramis@gmail.com
|
||||
|
||||
- Update to 1.25.23:
|
||||
* Test program build: include <unistd.h> instead of <sys/unistd.h>.
|
||||
1.25.22:
|
||||
*Abyss server: don't reject a request with colons in the host name (e.g. IPv6
|
||||
address form "[::1]") as invalid. This appears to be all that is required
|
||||
for Abyss to work on an IPv6 network, as long as the user binds the
|
||||
listening socket himself.
|
||||
1.25.21:
|
||||
* libxml2: fix memory leaks.
|
||||
* Server: fix method add failure when signature string contains "I" (for 64
|
||||
bit integer).
|
||||
1.25.20:
|
||||
* Client with Curl transport: fix bug which disables interruption unless you
|
||||
register a progress function for the transport. Introduced in 1.24.
|
||||
1.25.19:
|
||||
* Server: Fix crash when string value in parameter list contains invalid
|
||||
UTF-8. Broken in 1.18 (March 2006).
|
||||
1.25.18:
|
||||
* Build: fix build tree != source tree bug: no transport_config.mk. Broken in
|
||||
1.10 (March 2007).
|
||||
1.25.17:
|
||||
* Fix crash due to bogus memory free when xmlrpc_parse_value() fails. Broken
|
||||
in 1.07 (October 2006).
|
||||
1.25.16:
|
||||
* Install: fix install of man pages to wrong directory. Broken in 1.18 (March
|
||||
2009).
|
||||
* Build: Add a user-defined default constructor for class callInfo to avoid
|
||||
compilation failure with recent GNU compilers.
|
||||
1.25.15:
|
||||
* Abyss XML-RPC server: Fix bug in access control expiration.
|
||||
* xmlrpc, xmlrpc_pstream client programs: fix bug in display of unprintable
|
||||
ASCII as \xHH: shows \xff where it should be something else.
|
||||
1.25.14:
|
||||
* Windows Abyss: fix 16 byte per thread memory leak. Thanks Angelo Masci.
|
||||
1.25.13:
|
||||
* xmlrpc client program: fix bug: doesn't accept b/f to mean boolean false.
|
||||
Broken since 1.07.
|
||||
1.25.12:
|
||||
* Fix crash when sending structure with a member value too large. Introduced
|
||||
in 1.21.
|
||||
1.25.11:
|
||||
* Build with --disable-abyss-threads: include <sys/wait.h> instead of
|
||||
<wait.h> in Abyss thread_fork.c.
|
||||
1.25.10:
|
||||
* Fix bug: infinite loop parsing XML when a string or character data is
|
||||
longer than 1K in UTF-8. Introduced in 1.12.
|
||||
* Client curl transport: fix bug: multiple authentication methods doesn't
|
||||
work; only one of them takes effect. Always broken.
|
||||
1.25.09:
|
||||
* Curl client: fix libcurl version in user-agent header. Always broken
|
||||
(user-agent function added in Release 1.03).
|
||||
* C++ Curl client: fix bug: ignores proxy Curl transport options. Always
|
||||
broken.
|
||||
1.25.08:
|
||||
* Accomodate newer libcurl, which does not have <curl/types.h>.
|
||||
* Build of test programs: Fix "struct sockaddr_in" not defined in
|
||||
server_pstream.cpp.
|
||||
* Fix per-connection memory leak in libwww client XML transport. Present
|
||||
since the beginning.
|
||||
- Removed xmlrpc-c-default-constructor.patch (fixed upstream).
|
||||
- Removed xmlrpc-c-no-curltypes-incl.patch (fixed upstream).
|
||||
- Updated license to "BSD-3-Clause and MIT".
|
||||
- Removed autoconf, automake, file, libtool and libstdc++-devel build
|
||||
requirements (not needed).
|
||||
- Added ncurses-devel and readline-devel build requirements.
|
||||
- Removed support for openSUSE < 10.4.
|
||||
- Renamed libxmlrpc-c-devel package to xmlrpc-c-devel. Added the necessary
|
||||
Provides/Obsoletes entries for libxmlrpc-c-devel.
|
||||
- Remove static libraries.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 22 19:53:34 UTC 2011 - pascal.bleser@opensuse.org
|
||||
|
||||
|
||||
Reference in New Issue
Block a user