You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by is...@apache.org on 2016/12/05 11:37:58 UTC

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

Author: issac
Date: Mon Dec  5 11:37:58 2016
New Revision: 1772645

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

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

Modified: httpd/apreq/branches/v2.14/CHANGES
URL: http://svn.apache.org/viewvc/httpd/apreq/branches/v2.14/CHANGES?rev=1772645&r1=1772644&r2=1772645&view=diff
==============================================================================
--- httpd/apreq/branches/v2.14/CHANGES (original)
+++ httpd/apreq/branches/v2.14/CHANGES Mon Dec  5 11:37:58 2016
@@ -1,7 +1,7 @@
 /** @page apreq_changes CHANGES
 //! brief List of major changes.
 
-@section v2_14 Changes with libapreq2-2.14 (in development)
+@section v2_14 Changes with libapreq2-2.14 (released December 12, 2016)
 
 - Build [stevehay]
   Fix httpd-2.4.x build for Win32.

Modified: httpd/apreq/branches/v2.14/STATUS
URL: http://svn.apache.org/viewvc/httpd/apreq/branches/v2.14/STATUS?rev=1772645&r1=1772644&r2=1772645&view=diff
==============================================================================
--- httpd/apreq/branches/v2.14/STATUS (original)
+++ httpd/apreq/branches/v2.14/STATUS Mon Dec  5 11:37:58 2016
@@ -1,6 +1,6 @@
 /** @page apreq_status STATUS
 
-    2.14 under developement
+    2.14 December 12, 2016
 
 Contributors looking for a mission:
 

Modified: httpd/apreq/branches/v2.14/include/apreq_version.h
URL: http://svn.apache.org/viewvc/httpd/apreq/branches/v2.14/include/apreq_version.h?rev=1772645&r1=1772644&r2=1772645&view=diff
==============================================================================
--- httpd/apreq/branches/v2.14/include/apreq_version.h (original)
+++ httpd/apreq/branches/v2.14/include/apreq_version.h Mon Dec  5 11:37:58 2016
@@ -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 */