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/09/23 21:52:34 UTC

[20/20] git commit: Merge remote-tracking branch 'origin/master' into 5.0.x

Merge remote-tracking branch 'origin/master' into 5.0.x


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

Branch: refs/heads/5.0.x
Commit: 4ab334d3a360d722c1e9561832c1b16b7b90764a
Parents: d277494 27246a5
Author: Leif Hedstrom <zw...@apache.org>
Authored: Mon Sep 23 13:51:59 2013 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Mon Sep 23 13:51:59 2013 -0600

----------------------------------------------------------------------
 CHANGES                                      |  20 ++++
 Vagrantfile                                  |   7 +-
 contrib/manifests/debian.pp                  |   9 ++
 contrib/manifests/redhat.pp                  |   2 +-
 lib/perl/Makefile.am                         |   4 +-
 lib/ts/EventNotify.cc                        |  44 ++++++---
 lib/ts/EventNotify.h                         |   2 +-
 lib/tsconfig/Makefile.am                     |   2 +-
 mgmt/RecordsConfig.cc                        |   4 +-
 mgmt/cluster/ClusterCom.cc                   | 109 +++++++++++++++-------
 plugins/header_rewrite/Examples/Force-close  |   2 +-
 plugins/header_rewrite/README                |  88 ++++++++++++-----
 plugins/header_rewrite/header_rewrite.config |  94 -------------------
 plugins/regex_remap/README                   |  11 ++-
 plugins/regex_remap/regex_remap.cc           |  35 ++++---
 proxy/Main.cc                                |   8 +-
 proxy/Makefile.am                            |   4 +-
 proxy/api/ts/ts.h.in                         |   2 +-
 proxy/logging/LogConfig.cc                   |   2 +-
 proxy/logging/LogFile.cc                     |   2 +-
 proxy/logging/LogFilter.cc                   |   7 +-
 rc/trafficserver.in                          |  12 +--
 22 files changed, 260 insertions(+), 210 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/4ab334d3/CHANGES
----------------------------------------------------------------------
diff --cc CHANGES
index 3d1f7a7,510dc08..85e5487
--- a/CHANGES
+++ b/CHANGES
@@@ -1,12 -1,26 +1,32 @@@
                                                           -*- coding: utf-8 -*-
 +Changes with Apache Traffic Server 5.0.0
 +
 +  *) [TS-1919] Eliminate CacheLookupHttpConfig. This breaks cluster
 +   compatibility, so all cluster nodes should be upgraded simultaneously.
 +
 +
  Changes with Apache Traffic Server 4.1.0
  
+   *) TS-2232: log level should be change from Status to Debug.
+     Author: Yu Qing <zh...@taobao.com>
+ 
+   *) [TS-2201] split drainIncomingChannel two thread, one handle Broadcast message and other handle Reliable(TCP)
+    request for supporing large cluster.
+ 
+   *) [TS-2144] Avoid race on e.g. "traffic_server -Cclear" which would crash
+    the process intermittently.
+ 
+   *) [TS-2217] remove the option to turn off body factory - setting it to 0 will
+    result in empty responses
+ 
+   *) [TS-2209] add support for lowercasing all substitutions in regex_remap
+ 
+   *) [TS-2187] failed assert `nr == sizeof(uint64_t)` in EventNotify::signal()
+ 
+   *) [TS-2206] The trafficserver RC script does not use absolute path to
+    traffic_line binary.
+ 
+   *) [TS-2207] CentOS5 out of tree perl module build fails.
  
    *) [TS-1637] Fix nodes as idle/dead if we have not heard from them in awhile