Author: joes
Date: Sat Feb 11 08:15:19 2006
New Revision: 376997
URL: http://svn.apache.org/viewcvs?rev=376997&view=rev
Log:
2.07 to be released tomorrow.
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/viewcvs/httpd/apreq/trunk/CHANGES?rev=376997&r1=376996&r2=376997&view=diff
==============================================================================
--- httpd/apreq/trunk/CHANGES (original)
+++ httpd/apreq/trunk/CHANGES Sat Feb 11 08:15:19 2006
@@ -2,10 +2,11 @@
//! brief List of major changes.
[EMAIL PROTECTED] v2_07 Changes with libapreq2-2.07
[EMAIL PROTECTED] v2_07 Changes with libapreq2-2.07 (released February 12, 2006)
- C API [joes]
+ SECURITY: CVE-2006-0042 (cve.mitre.org)
Eliminate potential quadratic behavior in apreq_parse_headers() and
apreq_parse_urlencoded().
Modified: httpd/apreq/trunk/STATUS
URL:
http://svn.apache.org/viewcvs/httpd/apreq/trunk/STATUS?rev=376997&r1=376996&r2=376997&view=diff
==============================================================================
--- httpd/apreq/trunk/STATUS (original)
+++ httpd/apreq/trunk/STATUS Sat Feb 11 08:15:19 2006
@@ -1,6 +1,6 @@
/** @page apreq_status STATUS
- 2.07 under development.
+ 2.07 released on February 12, 2006
Contributors looking for a mission:
Modified: httpd/apreq/trunk/include/apreq_version.h
URL:
http://svn.apache.org/viewcvs/httpd/apreq/trunk/include/apreq_version.h?rev=376997&r1=376996&r2=376997&view=diff
==============================================================================
--- httpd/apreq/trunk/include/apreq_version.h (original)
+++ httpd/apreq/trunk/include/apreq_version.h Sat Feb 11 08:15:19 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 */