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/06/09 19:47:49 UTC

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

Author: zwoop
Date: Thu Jun  9 17:47:49 2011
New Revision: 1134015

URL: http://svn.apache.org/viewvc?rev=1134015&view=rev
Log:
Update with the bugs added for 3.0.0

Modified:
    trafficserver/traffic/trunk/CHANGES

Modified: trafficserver/traffic/trunk/CHANGES
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/CHANGES?rev=1134015&r1=1134014&r2=1134015&view=diff
==============================================================================
--- trafficserver/traffic/trunk/CHANGES (original)
+++ trafficserver/traffic/trunk/CHANGES Thu Jun  9 17:47:49 2011
@@ -4,6 +4,11 @@ Changes with Apache Traffic Server 3.1.0
   *) [TS-828] Various memory leaks and uninitialized values. Author:
    William Bardwell.
 
+  *) [TS-815] make sure that a missing yacc/bison|flex/lex is *fatal* when
+   building with wccp. Author: Arno Toll.
+
+
+Changes with Apache Traffic Server 3.0.0
   *) [TS-827] TSMimeHdrFieldValueStringInsert() can use freed memory to
   edit headers. Author: William Bardwell.
 
@@ -15,18 +20,13 @@ Changes with Apache Traffic Server 3.1.0
   *) [TS-818] Assertion/abort when starting TS with SOCKS proxy enabled.
    Author: Yakov Markovitch
 
-  *) [TS-815] make sure that a missing yacc/bison|flex/lex is *fatal* when
-   building with wccp. Author: Arno Toll.
-
-  *) [TS-798] We add broken remap rules when we encounter parse errors of
-   remap.config.
-
-
-Changes with Apache Traffic Server 3.0.0
   *) [TS-810] Typo in switch statement + slight improvement.
 
   *) [TS-809] ts.h broken when compiling C plugins.
 
+  *) [TS-798] We add broken remap rules when we encounter parse errors of
+   remap.config.
+
 
 Changes with Apache Traffic Server 2.1.9
   *) [TS-805] HostDB wastes a lot of storage for round-robin entries,