You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2011/10/17 17:12:57 UTC

svn commit: r1185241 - /trafficserver/traffic/trunk/CHANGES

Author: zwoop
Date: Mon Oct 17 15:12:55 2011
New Revision: 1185241

URL: http://svn.apache.org/viewvc?rev=1185241&view=rev
Log:
Updated with latest changes.

Modified:
    trafficserver/traffic/trunk/CHANGES

Modified: trafficserver/traffic/trunk/CHANGES
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/CHANGES?rev=1185241&r1=1185240&r2=1185241&view=diff
==============================================================================
--- trafficserver/traffic/trunk/CHANGES (original)
+++ trafficserver/traffic/trunk/CHANGES Mon Oct 17 15:12:55 2011
@@ -1,5 +1,10 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache Traffic Server 3.1.1
+  *) [TS-973] Eliminate proxy.config.http.verbose_via_str.
+
+  *) [TS-747] Add a new option, proxy.config.ssl.compression, to turn
+   SSL compression on / off. This currently only works with OpenSSL
+   v1.0.0 and later.
 
   *) [TS-963] Change the way ip_allow is parsed to be consistent with
    earlier versions (first match). Added default IPv6 allow. Added
@@ -87,10 +92,6 @@ Changes with Apache Traffic Server 3.1.1
   *) [TS-930] Fixed TSNetConnect to use network order for port.
 
 Changes with Apache Traffic Server 3.1.0
-  *) [TS-747] Add a new option, proxy.config.ssl.compression, to turn
-   SSL compression on / off. This currently only works with OpenSSL
-   v1.0.0 and later.
-
   *) Make sure --enable-purify works again
 
   *) [TS-888] Fix SSL by enabling the right direction on successful setup.