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 2005/07/07 23:55:14 UTC

svn commit: r209656 - /httpd/httpd/trunk/CHANGES

Author: wrowe
Date: Thu Jul  7 14:55:11 2005
New Revision: 209656

URL: http://svn.apache.org/viewcvs?rev=209656&view=rev
Log:

  Add notation of Georg's patch to capture SSL_COMPRESS_METHOD.

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/CHANGES?rev=209656&r1=209655&r2=209656&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES (original)
+++ httpd/httpd/trunk/CHANGES Thu Jul  7 14:55:11 2005
@@ -4,6 +4,9 @@
   *) Add httxt2dbm to support/ for creating RewriteMap DBM Files.
      [Paul Querna]
 
+  *) Add SSL_COMPRESS_METHOD variable (included in +StdEnvVars) to note
+     the negotiated compression.  [Georg v. Zezschwitz <gvz 2scale.de>]
+
   *) Fixed complaints about unpackaged files within the RPM build
      after changes to the config files. [Graham Leggett]