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 2013/08/21 18:15:22 UTC

git commit: Rearranged bugs vs version.

Updated Branches:
  refs/heads/master 10abd558a -> d427780ac


Rearranged bugs vs version.


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/d427780a
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/d427780a
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/d427780a

Branch: refs/heads/master
Commit: d427780ac97b49da3f424ecb281a0ea7b2a9e6c3
Parents: 10abd55
Author: Leif Hedstrom <zw...@apache.org>
Authored: Wed Aug 21 10:15:16 2013 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Wed Aug 21 10:15:16 2013 -0600

----------------------------------------------------------------------
 CHANGES | 43 +++++++++++++++++++++----------------------
 1 file changed, 21 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/d427780a/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index f619a84..fb8b48c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,5 @@
                                                          -*- coding: utf-8 -*-
-Changes with Apache Traffic Server 3.5.0
-
+Changes with Apache Traffic Server 4.1.0
 
   *) TS-2141: Inconsistent euid cause bad mgmtapi/eventapi sockets
 
@@ -8,29 +7,14 @@ Changes with Apache Traffic Server 3.5.0
 
   *) [TS-287] Fix transaction_active_timeout_in does not trigger on the first request of a Keep-Alive connection.
 
-  *) [TS-2143] Remove alarm email address support (and config).
-
   *) [TS-2136] Fix the first proxy.config.http.accept_no_activity_timeout is invalid.
 
-  *) [TS-2127] Move hostdb.config to var/trafficserver, together with with the
-   host.db itself.
-
   *) [TS-2089] Introduce configurable collation preproc threads.
 
-  *) [TS-2132, TS-2131] ${libexecdir} and $(localstatedir} chowned
-   needlessly chowned to to ATS' user.
-   Author: Tomasz Kuzemko <to...@kuzemko.net>
-
   *) [TS-2126] Avoid unnecessary memory copy in LogHost::write()
 
-  *) [TS-2130] pthread_setname_np() detection fails on various platforms.
-
   *)[ TS-2096] Improve SSL certificate loading error messages.
 
-  *) [TS-2129] Check for existence of ExtUtils::MakeMaker.
-
-  *) [TS-2128] Don't link libGeoIP.so.1 into binaries.
-
   *) [TS-2122] Enlarge the 64KB limitation of log buffer size.
 
   *) [TS-2061] LogFile::write_ascii_logbuffer3() can silently drop log
@@ -38,16 +22,31 @@ Changes with Apache Traffic Server 3.5.0
 
   *) [TS-2123] Remove useless max_entries_per_buffer option.
 
-  *) [TS-2112] Make libloader build by default.
-
-  *) [TS-2111] configure check in boost falsely requires 1.50. Reducing it to
-   v1.33, which is what RHEL5 ships with.
-
   *) [TS-1823] remap.config line continuation support.
     Author: Jim Riggs <ji...@riggs.me>
 
   *) [TS-1597] Document remap.config filters. Author: Jim Riggs <ji...@riggs.me>.
 
+
+Changes with Apache Traffic Server 4.0.0
+
+  *) [TS-2143] Remove alarm email address support (and config).
+
+  *) [TS-2127] Move hostdb.config to var/trafficserver, together with with the
+   host.db itself.
+
+  *) [TS-2132, TS-2131] ${libexecdir} and $(localstatedir} chowned
+   needlessly chowned to to ATS' user.
+   Author: Tomasz Kuzemko <to...@kuzemko.net>
+
+  *) [TS-2130] pthread_setname_np() detection fails on various platforms.
+
+  *) [TS-2129] Check for existence of ExtUtils::MakeMaker.
+
+  *) [TS-2128] Don't link libGeoIP.so.1 into binaries
+
+  *) [TS-2112] Make libloader compile by default.
+
   *) [TS-2111] configure check in boost falsely requires 1.50. Reducing it to
    v1.33, which is what RHEL5 ships with.