You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@serf.apache.org by ko...@apache.org on 2023/05/25 10:19:47 UTC

svn commit: r1910048 - in /serf/branches/1.3.x: ./ CHANGES

Author: kotkov
Date: Thu May 25 10:19:47 2023
New Revision: 1910048

URL: http://svn.apache.org/viewvc?rev=1910048&view=rev
Log:
On the '1.3.x' branch: Merge r1758362, r1910045, r1910046, r1910047 from
trunk with relevant CHANGES updates.

Modified:
    serf/branches/1.3.x/   (props changed)
    serf/branches/1.3.x/CHANGES

Propchange: serf/branches/1.3.x/
------------------------------------------------------------------------------
  Merged /serf/trunk:r1758362,1910045-1910047

Modified: serf/branches/1.3.x/CHANGES
URL: http://svn.apache.org/viewvc/serf/branches/1.3.x/CHANGES?rev=1910048&r1=1910047&r2=1910048&view=diff
==============================================================================
--- serf/branches/1.3.x/CHANGES (original)
+++ serf/branches/1.3.x/CHANGES Thu May 25 10:19:47 2023
@@ -1,11 +1,26 @@
-Apache Serf 1.3.9 [2016-09-01, from tags/1.3.9, rxxxx]
+Apache Serf 1.3.10 [2023-xx-xx, from tags/1.3.10, rxxxxxxx]
+  Support for OpenSSL 3 (r1901937, ...)
+  Fix issue #171: Win32: Running tests fails with "no OPENSSL_Applink" error
+  Fix issue #194: Win32: Linking error when building against OpenSSL 1.1+
+  Fix issue #198: OpenSSL BIO control method incorrectly handles unknown requests
+  Fix issue #202: SSL tests are not passing with OpenSSL 3
+  Fix error handling when reading the outgoing request body (r1804534, ...)
+  Fix handling of invalid chunk lengths in the dechunk bucket (r1804005, ...)
+  Fix an endless loop in the deflate bucket with truncated input (r1805301)
+  Fix BIO control handlers to support BIO_CTRL_EOF (r1902208)
+  Fix a CRT mismatch issue caused by using certain OpenSSL functions (r1909252)
+  Build changes to support VS2017, VS2019 and VS2022 (r1712131, ...)
+  Build changes to support Python 3 (r1875933)
+
+
+Apache Serf 1.3.9 [2016-09-01, from tags/1.3.9, r1758195]
   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 (r1699858, ...)
-    (builddir != srcdir).
+  Fix build of 'check' target when using VPATH-style builds where
+    builddir != srcdir (r1699858, ...)
   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)