Author: rhuijben
Date: Thu Sep 17 13:47:09 2015
New Revision: 1703624
URL: http://svn.apache.org/r1703624
Log:
* CHANGES: Prepare a 1.3.9 release. (Should be reverted if we release 1.4.0 soon
Modified:
serf/trunk/CHANGES
Modified: serf/trunk/CHANGES
URL:
http://svn.apache.org/viewvc/serf/trunk/CHANGES?rev=1703624&r1=1703623&r2=1703624&view=diff
==============================================================================
--- serf/trunk/CHANGES (original)
+++ serf/trunk/CHANGES Thu Sep 17 13:47:09 2015
@@ -14,20 +14,15 @@ Serf 1.4.0 [2014-xx-xx, from /tags/1.4.0
Fixes
-----
- serf is now Apache Serf; apply header changes (r1700062)
Fix issue #135+#172: handle server-triggered renegotiation
Fix issue #152: handle compressed responses > 4GB
Fix issue #147: remove unneeded ISC_REQ_CONFIDENTIALITY flag in SSPI code
- Fix issue #153: avoid SSPI handle leak
Fix issue #156+#164: C++ comment style breaks C89 build
- Fix issue #167: Explicitly use the ANSI version of SSPI
Fix problems with NTLM authentication when accessing local server using
alias hostname on Windows (r1699914)
Fix incorrect use of bio file handlers (r1699852)
Initialize OpenSSL when using serf_ssl_load_cert_file outside a serf context
(r1699848)
- Resolve a bucket (aka "memory") leak when a request bucket is
- destroyed before it is morphed into an aggregate bucket (r1699791)
Simplify the ssl bucket code by removing unneeded layer of buffering
(r1699766)
@@ -41,10 +36,7 @@ Serf 1.4.0 [2014-xx-xx, from /tags/1.4.0
Build improvements
------------------
- Fix issue #170: Allow building with Microsoft Visual Studio 2015
Fix issue #151: SCons build broken when only one library in ENVPATH
- Fix build of 'check' target when using VPATH-style builds (r2324)
- (builddir != srcdir).
Make unix build work with APR-2 (r1699809)
Add a version resource to libserf-N.dll on Windows (r1699689)
@@ -56,6 +48,17 @@ Serf 1.4.0 [2014-xx-xx, from /tags/1.4.0
Fix issue #157: Segmentation fault in test_ssl_init
+Serf 1.3.9 [2015-09-XX, from tags/1.3.9, rXXXXXXX]
+ serf is now Apache Serf; apply header changes (r1700062)
+ Fix issue #153: avoid SSPI handle leak
+ Fix issue #167: Explicitly use the ANSI version of SSPI
+ Fix issue #170: Allow building with Microsoft Visual Studio 2015
+ Fix build of 'check' target when using VPATH-style builds (r2324)
+ (builddir != srcdir).
+ Resolve a bucket (aka "memory") leak when a request bucket is
+ destroyed before it is morphed into an aggregate bucket (r1699791)
+
+
Serf 1.3.8 [2014-10-20, from /tags/1.3.8, r2441]
Fix issue #152: CRC calculation error for gzipped http reponses > 4GB.
Fix issue #153: SSPI CredHandle not freed when APR pool is destroyed.