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:02:49 UTC

svn commit: r1910045 - /serf/trunk/CHANGES

Author: kotkov
Date: Thu May 25 10:02:49 2023
New Revision: 1910045

URL: http://svn.apache.org/viewvc?rev=1910045&view=rev
Log:
* CHANGES: (1.3.9): Slightly rephrase the r1699858 entry: don't insert the
  revision number in the middle of the description.

Modified:
    serf/trunk/CHANGES

Modified: serf/trunk/CHANGES
URL: http://svn.apache.org/viewvc/serf/trunk/CHANGES?rev=1910045&r1=1910044&r2=1910045&view=diff
==============================================================================
--- serf/trunk/CHANGES (original)
+++ serf/trunk/CHANGES Thu May 25 10:02:49 2023
@@ -65,8 +65,8 @@ Apache Serf 1.3.9 [2016-09-01, from tags
   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)