Changelog for
libserf-1-0-1.1.1-5.1.i586.rpm :
Thu Oct 4 14:00:00 2012 andreas.stiegerAATTgmx.de
- update to Serf 1.1.1
This patch release contains fixes for some important connection
stability issues.
* ensure requeued requests are correctly handled. This fixes:
- infinite loop with multiple connection resets or SIGPIPE errors
- \"connection\" hang where we would not re-queue requests that are held after
we re-connect
* test_all goes in an endless loop
* Fix memory leak when conn. is closed explicitly/due to pool cleanups
* Add new error codes for the SSL bucket
Thu Jun 7 14:00:00 2012 andreas.stiegerAATTgmx.de
- update to upstream Serf 1.1.0
New: serf_bucket_request_set_CL() for C-L based, non-chunked requests
New: serf_ssl_server_cert_chain_callback_set() for full-chain validation
Tue Mar 20 13:00:00 2012 andreas.stiegerAATTgmx.de
- update to upstream 1.0.3 (1.0.2 was not released)
- changes in Serf 1.0.3:
Map more OpenSSL errors into SERF_SSL_CERT_UNKNOWNCA
Thu Mar 15 13:00:00 2012 andreas.stiegerAATTgmx.de
- move headers into /usr/include/serf-1 to match what subversion
configure script expects
Thu Feb 23 13:00:00 2012 andreas.stiegerAATTgmx.de
- update to upstream 1.0.1
- license is Apache-2.0
- changes in Serf 1.0.1:
* FreeBSD fixes in the test suite
* Minor build fixes
- changes Serf 1.0.0:
* Fixed issue 38: enable builds using non-GNU make
* Fixed issue 49: support SSL tunnels for HTTPS via a proxy
* Fixed issue 56: allow Subject Alternative Name, and enable SNI
* Fixed issue 61: include order dependencies
* Fixed issue 66: improved error reporting when creating install dirs
* Fixed issue 71: handle ECONNREFUSED on Windows
* Fixed issue 79: destroy the APR allocator, if we create one
* Fixed issue 81: build failed on APR 0.9.x
* Major performance improvements and bug fixes for SSL buckets/handling
* Add a new \"iovec\" bucket type (r1434)
* Minimize network packet writes based on ra_serf analysis
* Fix out of order issue with multiple priority requests
* Work around broken WSAPoll() impl on Windows introduced in APR 1.4.0
* Fix 100% CPU usage with many pipelined requests
* Corrected contents of build/serf.def; it now includes bucket types
* Removed \"snapshot\" feature from buckets
* Various improvements to the test system
* Various memory leak fixes
Tue Jan 31 13:00:00 2012 jengelhAATTmedozas.de
- Remove redundant tags/sections per specfile guideline suggestions
- Parallel building using %_smp_mflags
Fri Jul 29 14:00:00 2011 andreas.stiegerAATTgmx.de
- update to upstream 0.7.2
- changes in 0.7.2:
* Actually disable Nagle when creating a connection (r1441).
* Return error when app asks for HTTPS over proxy connection (r1433).
- changes in 0.7.1
Fix memory leak when using SSL (r1408, r1416).
Fix build for blank apr-util directory (r1421).
- changes in 0.7.0
Fix double free abort when destroying request buckets.
Fix test server in unit test framework to avoid random test failures.
Allow older Serf programs which don\'t use the new authn framework to still
handle authn without forcing them to switch to the new framework. (r1401)
Remove the SERF_DECLARE macros, preferring a .DEF file for Windows
Barrier buckets now pass read_iovec to their wrapped bucket.
Fix HTTP header parsing to allow for empty header values.
- changes in 0.6.1
Generally: this release fixes problems with the 0.4.0 packaging.
Small compilation fix in outgoing.c for Windows builds.
- changes in 0.4.0
[NOTE: this release misstated itself as 0.5.0; use a later release instead]
Provide authn framework, supporting Basic, Digest, Kerberos (SSPI, GSS),
along with proxy authn using Basic or Digest
Added experimental listener framework, along with test_server.c
Improvements and fixes to SSL support, including connection setup changes
Experimental support for unrequested, arriving (\"async\") responses
Experimental BWTP support using the async arrival feature
Headers are combined on read (not write), to ease certian classes of parsing
Experimental feature on aggregate buckets for a callback-on-empty
Fix the bucket allocator for when APR is using its pool debugging features
Proxy support in the serf_get testing utility
Fix to include the port number in the Host header
serf_get propagates errors from the response, instead of aborting (Issue 52)
Added serf_lib_version() for runtime version tests
- changes in 0.3.1
Fix loss of error on request->setup() callback. (Issue 47)
Support APR 2.x. (Issue 48)
Fixed slowdown in aggregate bucket with millions of child buckets.
Avoid hang in apr_pollset_poll() by unclosed connections after fork().
Sun Apr 11 14:00:00 2010 dmuellerAATTsuse.de
- fix dependencies of libserf-devel package
Sun Apr 11 14:00:00 2010 dmuellerAATTsuse.de
- created .changes:
* Sun Jun 21 2009 Pascal Bleser
0.3.0
- update to 0.3.0:
* fix small race condition in OpenSSL initialization (Issue 39)
* handle content streams larger than 4GB on 32-bit OSes (Issue 41)
* fix conn close segfault by explicitly closing conn when pool is destroyed
* expose the depth of the SSL certificate so the validator can use that info
* fix socket address family issue when opening a connection to a proxy
* provide new API to take snapshots of buckets
* implement snapshot API for simple and aggregate buckets
* Mon Aug 4 2008 Pascal Bleser 0.2.0
- new package