Author: kotkov
Date: Wed Apr 26 13:43:51 2023
New Revision: 1909435
URL: http://svn.apache.org/viewvc?rev=1909435&view=rev
Log:
On the '1.3.x' branch:
* STATUS: Extend the r1909252 group nomination (Do not use OpenSSL functions
that operate with FILE to avoid potential CRT versions mismatch) with
r1909433.
Modified:
serf/branches/1.3.x/STATUS
Modified: serf/branches/1.3.x/STATUS
URL:
http://svn.apache.org/viewvc/serf/branches/1.3.x/STATUS?rev=1909435&r1=1909434&r2=1909435&view=diff
==============================================================================
--- serf/branches/1.3.x/STATUS (original)
+++ serf/branches/1.3.x/STATUS Wed Apr 26 13:43:51 2023
@@ -64,7 +64,7 @@ Candidate changes:
Votes:
+1: kotkov
-* r1909252, r1909385, r1909406, r1909413
+* r1909252, r1909385, r1909406, r1909413, r1909433
Do not use OpenSSL functions that operate with FILE to avoid potential CRT
versions mismatch. Use BIO based functions instead.
Justification: