You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by mt...@apache.org on 2021/11/21 15:39:11 UTC

svn commit: r1895237 - /apr/apr/branches/1.7.x/STATUS

Author: mturk
Date: Sun Nov 21 15:39:11 2021
New Revision: 1895237

URL: http://svn.apache.org/viewvc?rev=1895237&view=rev
Log:
Although trivial fix, follo the RTC policy

Modified:
    apr/apr/branches/1.7.x/STATUS

Modified: apr/apr/branches/1.7.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.7.x/STATUS?rev=1895237&r1=1895236&r2=1895237&view=diff
==============================================================================
--- apr/apr/branches/1.7.x/STATUS [utf-8] (original)
+++ apr/apr/branches/1.7.x/STATUS [utf-8] Sun Nov 21 15:39:11 2021
@@ -94,6 +94,9 @@ RELEASE SHOWSTOPPERS:
 
 CURRENT VOTES:
 
+    * Fix trivial 'configure apr.h.in' copy/paste error inside apr.hw
+		-#define APR_TCP_NOPUSH_FLAG       @apr_tcp_nopush_flag@
+		+#define APR_TCP_NOPUSH_FLAG       0
     * Add object perms set macros and implement them for shm and mutex
       Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=741862
                    http://svn.apache.org/viewvc?view=revision&revision=741869