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/05/27 04:41:37 UTC

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

Author: zwoop
Date: Fri May 27 02:41:37 2011
New Revision: 1128141

URL: http://svn.apache.org/viewvc?rev=1128141&view=rev
Log:
Updated with final v2.1.9 bugs.

Modified:
    trafficserver/traffic/trunk/CHANGES

Modified: trafficserver/traffic/trunk/CHANGES
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/CHANGES?rev=1128141&r1=1128140&r2=1128141&view=diff
==============================================================================
--- trafficserver/traffic/trunk/CHANGES (original)
+++ trafficserver/traffic/trunk/CHANGES Fri May 27 02:41:37 2011
@@ -1,6 +1,14 @@
                                                          -*- coding: utf-8 -*-
 
 Changes with Apache Traffic Server 2.1.9
+  *) [TS-805] HostDB wastes a lot of storage for round-robin entries,
+   and the calculations of size are off.
+
+  *) [TS-806] TS_ADDTO removes duplicates, so avoid this by using the
+   -R option to libtool
+
+  *) [TS-793] Improve print statements for ink_freelist debugging.
+
   *) [TS-679] The external API was changed to make it IPv6 compliant
      (although it doesn't actually work with IPv6). Old API functions
      were deprecated but not removed.