Author: zwoop
Date: Fri Sep 16 17:32:54 2011
New Revision: 1171687
URL: http://svn.apache.org/viewvc?rev=1171687&view=rev
Log:
Updated with recent changes.
Modified:
trafficserver/traffic/trunk/CHANGES
Modified: trafficserver/traffic/trunk/CHANGES
URL:
http://svn.apache.org/viewvc/trafficserver/traffic/trunk/CHANGES?rev=1171687&r1=1171686&r2=1171687&view=diff
==============================================================================
--- trafficserver/traffic/trunk/CHANGES (original)
+++ trafficserver/traffic/trunk/CHANGES Fri Sep 16 17:32:54 2011
@@ -1,7 +1,16 @@
-*- coding: utf-8 -*-
Changes with Apache Traffic Server 3.1.1
+ *) [TS-567] A number of memory allocation clean up, and improvements. We
+ now also support building with tcmalloc, jemalloc, and you can also turn
+ off the freelist feature (for better debugging). [TBD TBD!]
+
+ *) [TS-950] Make the HTTP header regressions work on 32-bit, inefficient,
+ but it works.
+
*) [TS-956] fix the building with zlib-1.2.5.1.
+ *) [TS-953] consolidate string copy/concat for examples.
+
*) [TS-924] More efficient sharing of origin connections.
This also overloads the config for shared connections as follows:
@@ -16,6 +25,8 @@ Changes with Apache Traffic Server 3.1.1
*) [TS-84] Unify all code to use PATH_NAME_MAX, and increase it to 4K.
+ *) [TS-943] Implement support for HTTP accept filters.
+
*) [TS-168] revert iObject and other changes, make collation client work
in the clean way.