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 2022/08/18 09:20:30 UTC

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

Author: jorton
Date: Thu Aug 18 09:20:30 2022
New Revision: 1903516

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

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

Modified: httpd/apreq/branches/v2.17/CHANGES
URL: http://svn.apache.org/viewvc/httpd/apreq/branches/v2.17/CHANGES?rev=1903516&r1=1903515&r2=1903516&view=diff
==============================================================================
--- httpd/apreq/branches/v2.17/CHANGES (original)
+++ httpd/apreq/branches/v2.17/CHANGES Thu Aug 18 09:20:30 2022
@@ -1,7 +1,7 @@
 /** @page apreq_changes CHANGES
 //! brief List of major changes.
 
-@section v2_17 Changes with libapreq2-2.17 (in development)
+@section v2_17 Changes with libapreq2-2.17 (released 25 August, 2022)
 
 - Multipart header parser [Yann Ylavic]
   Rework apreq_parse_headers() to discard CRLF of folded values.

Modified: httpd/apreq/branches/v2.17/STATUS
URL: http://svn.apache.org/viewvc/httpd/apreq/branches/v2.17/STATUS?rev=1903516&r1=1903515&r2=1903516&view=diff
==============================================================================
--- httpd/apreq/branches/v2.17/STATUS (original)
+++ httpd/apreq/branches/v2.17/STATUS Thu Aug 18 09:20:30 2022
@@ -1,6 +1,6 @@
 /** @page apreq_status STATUS
 
-    2.17 under developement
+    2.17 released on 25th August 2022
 
 Contributors looking for a mission:
 

Modified: httpd/apreq/branches/v2.17/include/apreq_version.h
URL: http://svn.apache.org/viewvc/httpd/apreq/branches/v2.17/include/apreq_version.h?rev=1903516&r1=1903515&r2=1903516&view=diff
==============================================================================
--- httpd/apreq/branches/v2.17/include/apreq_version.h (original)
+++ httpd/apreq/branches/v2.17/include/apreq_version.h Thu Aug 18 09:20:30 2022
@@ -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 */