You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2010/06/11 23:04:47 UTC

svn commit: r953867 - /httpd/httpd/branches/2.2.x/CHANGES

Author: wrowe
Date: Fri Jun 11 21:04:46 2010
New Revision: 953867

URL: http://svn.apache.org/viewvc?rev=953867&view=rev
Log:
This should wrap up our documentation

Modified:
    httpd/httpd/branches/2.2.x/CHANGES

Modified: httpd/httpd/branches/2.2.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?rev=953867&r1=953866&r2=953867&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/CHANGES [utf-8] Fri Jun 11 21:04:46 2010
@@ -1,8 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.2.16
 
-  *) mod_proxy_ajp, mod_proxy_http, mod_reqtimeout: Fix timeout detection
-     for platforms Windows, Netware and OS2. [Rainer Jung]
+  *) SECURITY: CVE-2010-2068 (cve.mitre.org)
+     mod_proxy_ajp, mod_proxy_http, mod_reqtimeout: Fix timeout detection
+     for platforms Windows, Netware and OS2.  PR: 49417. [Rainer Jung]
 
   *) mod_ssl: Fix segfault at startup if proxy client certs are shared
      across multiple vhosts.  PR 39915.  [Joe Orton]