You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2020/07/24 16:07:53 UTC

svn commit: r1880273 - in /httpd/apreq/branches/v2.15: CHANGES STATUS include/apreq_version.h

Author: jorton
Date: Fri Jul 24 16:07:53 2020
New Revision: 1880273

URL: http://svn.apache.org/viewvc?rev=1880273&view=rev
Log:
2.15 release started

Modified:
    httpd/apreq/branches/v2.15/CHANGES
    httpd/apreq/branches/v2.15/STATUS
    httpd/apreq/branches/v2.15/include/apreq_version.h

Modified: httpd/apreq/branches/v2.15/CHANGES
URL: http://svn.apache.org/viewvc/httpd/apreq/branches/v2.15/CHANGES?rev=1880273&r1=1880272&r2=1880273&view=diff
==============================================================================
--- httpd/apreq/branches/v2.15/CHANGES (original)
+++ httpd/apreq/branches/v2.15/CHANGES Fri Jul 24 16:07:53 2020
@@ -1,7 +1,7 @@
 /** @page apreq_changes CHANGES
 //! brief List of major changes.
 
-@section v2_15 Changes with libapreq2-2.15 (in development)
+@section v2_15 Changes with libapreq2-2.15 (released July 31, 2020)
 
 - SECURITY: CVE-2019-12412 (cve.mitre.org)
   C API [Max Kellermann]

Modified: httpd/apreq/branches/v2.15/STATUS
URL: http://svn.apache.org/viewvc/httpd/apreq/branches/v2.15/STATUS?rev=1880273&r1=1880272&r2=1880273&view=diff
==============================================================================
--- httpd/apreq/branches/v2.15/STATUS (original)
+++ httpd/apreq/branches/v2.15/STATUS Fri Jul 24 16:07:53 2020
@@ -1,6 +1,6 @@
 /** @page apreq_status STATUS
 
-    2.15 under developement
+    2.15 to be released on July 31st, 2020
 
 Contributors looking for a mission:
 

Modified: httpd/apreq/branches/v2.15/include/apreq_version.h
URL: http://svn.apache.org/viewvc/httpd/apreq/branches/v2.15/include/apreq_version.h?rev=1880273&r1=1880272&r2=1880273&view=diff
==============================================================================
--- httpd/apreq/branches/v2.15/include/apreq_version.h (original)
+++ httpd/apreq/branches/v2.15/include/apreq_version.h Fri Jul 24 16:07:53 2020
@@ -68,7 +68,7 @@ extern "C" {
  *  This symbol is defined for internal, "development" copies of libapreq.
  *  This symbol will be \#undef'd for releases.
  */
-#define APREQ_IS_DEV_VERSION
+#undef APREQ_IS_DEV_VERSION
 
 
 /** The formatted string of libapreq's version */