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 2010/11/25 19:46:06 UTC

svn commit: r1039136 - in /httpd/apreq/branches/v2_13: CHANGES STATUS include/apreq_version.h

Author: issac
Date: Thu Nov 25 18:46:06 2010
New Revision: 1039136

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

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

Modified: httpd/apreq/branches/v2_13/CHANGES
URL: http://svn.apache.org/viewvc/httpd/apreq/branches/v2_13/CHANGES?rev=1039136&r1=1039135&r2=1039136&view=diff
==============================================================================
--- httpd/apreq/branches/v2_13/CHANGES (original)
+++ httpd/apreq/branches/v2_13/CHANGES Thu Nov 25 18:46:06 2010
@@ -1,7 +1,7 @@
 /** @page apreq_changes CHANGES
 //! brief List of major changes.
 
-@section v2_13 Changes with libapreq2-2.13 (in development)
+@section v2_13 Changes with libapreq2-2.13 (released December 3, 2010)
 
 - HTTP Only Cookie [Robert Stone & Adam Prime]
   The C and Perl Cookie APIs now support an HttpOnly flag to tell 

Modified: httpd/apreq/branches/v2_13/STATUS
URL: http://svn.apache.org/viewvc/httpd/apreq/branches/v2_13/STATUS?rev=1039136&r1=1039135&r2=1039136&view=diff
==============================================================================
--- httpd/apreq/branches/v2_13/STATUS (original)
+++ httpd/apreq/branches/v2_13/STATUS Thu Nov 25 18:46:06 2010
@@ -1,6 +1,6 @@
 /** @page apreq_status STATUS
 
-    2.13 under developement
+    2.13 Released on December 3, 2010
 
 Contributors looking for a mission:
 

Modified: httpd/apreq/branches/v2_13/include/apreq_version.h
URL: http://svn.apache.org/viewvc/httpd/apreq/branches/v2_13/include/apreq_version.h?rev=1039136&r1=1039135&r2=1039136&view=diff
==============================================================================
--- httpd/apreq/branches/v2_13/include/apreq_version.h (original)
+++ httpd/apreq/branches/v2_13/include/apreq_version.h Thu Nov 25 18:46:06 2010
@@ -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 */