Author: rhuijben Date: Sat Oct 17 12:30:57 2015 New Revision: 1709155 URL: http://svn.apache.org/viewvc?rev=1709155&view=rev Log: Bring up to date with recent 1.3.x changes.
Modified: serf/trunk/CHANGES Modified: serf/trunk/CHANGES URL: http://svn.apache.org/viewvc/serf/trunk/CHANGES?rev=1709155&r1=1709154&r2=1709155&view=diff ============================================================================== --- serf/trunk/CHANGES (original) +++ serf/trunk/CHANGES Sat Oct 17 12:30:57 2015 @@ -36,7 +36,6 @@ Serf 1.4.0 [2014-xx-xx, from /tags/1.4.0 Build improvements ------------------ - Fix issue #151: SCons build broken when only one library in ENVPATH Make unix build work with APR-2 (r1699809) Add a version resource to libserf-N.dll on Windows (r1699689) @@ -48,17 +47,21 @@ 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 1.3.9 [2015-10-XX, from tags/1.3.9, rXXXXXXX] serf is now Apache Serf; apply header changes (r1700062) + Fix issue #151: SCons build broken when only one library in ENVPATH 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) + Fix build of 'check' target when using VPATH-style builds (r1699858, ...) (builddir != srcdir). Resolve a bucket (aka "memory") leak when a request bucket is destroyed before it is morphed into an aggregate bucket (r1699791) + Reset state variables when resetting connection (r1708849) + Fix types of passed, but unused batons (r1699986, r1699987) + Fix some usages of the openssl BIO api (r1699852) + - 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.