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 pg...@apache.org on 2006/08/09 06:19:04 UTC

svn commit: r429955 - in /httpd/apreq/trunk: CHANGES STATUS include/apreq_version.h

Author: pgollucci
Date: Tue Aug  8 21:19:01 2006
New Revision: 429955

URL: http://svn.apache.org/viewvc?rev=429955&view=rev
Log:
2.08 released.

Modified:
    httpd/apreq/trunk/CHANGES
    httpd/apreq/trunk/STATUS
    httpd/apreq/trunk/include/apreq_version.h

Modified: httpd/apreq/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/CHANGES?rev=429955&r1=429954&r2=429955&view=diff
==============================================================================
--- httpd/apreq/trunk/CHANGES (original)
+++ httpd/apreq/trunk/CHANGES Tue Aug  8 21:19:01 2006
@@ -2,7 +2,7 @@
 //! brief List of major changes.
 
 
-@section v2_08 Changes with libapreq2-2.08 (under development)
+@section v2_08 Changes with libapreq2-2.08 (released August 8, 2006)
 
 - Perl API [Randy Kobes]
   add APR_FILE_NOCLEANUP | APR_SHARELOCK to flags passed to

Modified: httpd/apreq/trunk/STATUS
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/STATUS?rev=429955&r1=429954&r2=429955&view=diff
==============================================================================
--- httpd/apreq/trunk/STATUS (original)
+++ httpd/apreq/trunk/STATUS Tue Aug  8 21:19:01 2006
@@ -1,6 +1,6 @@
 /** @page apreq_status STATUS
 
-    2.08 under development.
+    2.08 released on August 8, 2006
 
 Contributors looking for a mission:
 

Modified: httpd/apreq/trunk/include/apreq_version.h
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/include/apreq_version.h?rev=429955&r1=429954&r2=429955&view=diff
==============================================================================
--- httpd/apreq/trunk/include/apreq_version.h (original)
+++ httpd/apreq/trunk/include/apreq_version.h Tue Aug  8 21:19:01 2006
@@ -67,7 +67,7 @@
  *  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 */