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/03/31 01:48:42 UTC

[2/2] git commit: TS-1764 Unify MAX/MIN definitions (in ink_defs.h). Also clean up the checks of gcc prior to v3.x (which we no longer support.

TS-1764 Unify MAX/MIN definitions (in ink_defs.h). Also clean up the checks of gcc prior to v3.x (which we no longer support.


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

Branch: refs/heads/master
Commit: 046107366aba453b5fc05142110140a0621ac714
Parents: 8a4f583 965c40f
Author: Leif Hedstrom <zw...@apache.org>
Authored: Sat Mar 30 18:48:26 2013 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Sat Mar 30 18:48:26 2013 -0600

----------------------------------------------------------------------
 CHANGES                                    |    3 ++
 example/remap/remap.cc                     |   16 +------------
 example/thread-pool/psi.c                  |    3 +-
 iocore/net/NetVCTest.cc                    |    7 -----
 iocore/net/P_InkBulkIO.h                   |    7 -----
 lib/ts/ink_defs.h                          |   18 ++++++++++++--
 lib/ts/ink_unused.h                        |   29 +---------------------
 mgmt/cli/cliAppInit.cc                     |    6 +----
 plugins/experimental/geoip_acl/lulu.h      |   14 +++--------
 plugins/experimental/header_rewrite/lulu.h |   11 +-------
 plugins/experimental/spdy/protocol.cc      |    6 +---
 plugins/header_filter/lulu.h               |   12 ++-------
 proxy/InkAPITestTool.cc                    |    3 --
 proxy/MuxVC.cc                             |    3 --
 proxy/PluginVC.cc                          |    5 ----
 proxy/api/ts/ts.h.in                       |    4 ---
 proxy/http/HttpTunnel.cc                   |    7 -----
 proxy/logstats.cc                          |    6 ----
 18 files changed, 34 insertions(+), 126 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/04610736/CHANGES
----------------------------------------------------------------------
diff --cc CHANGES
index 024f515,06974cf..7a4eea4
--- a/CHANGES
+++ b/CHANGES
@@@ -2,18 -2,9 +2,21 @@@
    Changes with Apache Traffic Server 3.3.2
  
  
 +  *) [TS-1790] authproxy should accept 2xx as authorization success
 +
 +  *) [TS-1780] Fix Debuntu build with hardening flags
 +
 +  *) [TS-1623, TS-1625] Fixes for logging where the host name was not handled
 +    correctly because it was not in the URL.
 +
 +  *) [TS-1754] Remove unecessary wWarnings from stats evaluation.
 +   Author: Yunkai Zhang.
 +
 +  *) [TS-1169] Eliminate bogus asserts. Credits to Conan Wang.
 +
+   *) [TS-1764] Unify MAX/MIN definitions (in ink_defs.h). Also clean
 -   up the checks of gcc prior to v3.x (which we no long support).
++   up the checks of gcc prior to v3.x (which we no longer support).
+ 
    *) [TS-1724] Add tool to compare records.config files to contrib
     Author: Mark Harrison <ma...@mivok.net>