Repository: trafficserver Updated Branches: refs/heads/master 63400cb4f -> 5d2c24a3d
TS-2733 Do not build the old SPDY plugin Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/5d2c24a3 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/5d2c24a3 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/5d2c24a3 Branch: refs/heads/master Commit: 5d2c24a3d800d2647bce471a188009b539edb686 Parents: 63400cb Author: Leif Hedstrom <[email protected]> Authored: Tue May 13 09:17:31 2014 -0600 Committer: Leif Hedstrom <[email protected]> Committed: Tue May 13 09:18:00 2014 -0600 ---------------------------------------------------------------------- CHANGES | 44 ++++++++++++++++++++++------------- configure.ac | 1 - plugins/experimental/Makefile.am | 1 - 3 files changed, 28 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/5d2c24a3/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 5f2ed27..a76255b 100644 --- a/CHANGES +++ b/CHANGES @@ -3,39 +3,48 @@ Changes with Apache Traffic Server 5.0.0 *) [TS-2797] Build all manual pages in the doc/reference/api directory + *) [TS-2733] Do not build the old SPDY plugin. + *) [TS-2716] Fix indentation for ts_lua plugin. - *) [TS-2789] Typo in HttpSessionManger would cause ATS reuse wrong session to origin server. + *) [TS-2789] Typo in HttpSessionManger would cause ATS reuse wrong session + to origin server. - *) [TS-2636] Enhance ATS custom logging to support WIPE_FIELD_VALUE filter action + *) [TS-2636] Enhance ATS custom logging to support WIPE_FIELD_VALUE filter + action. *) [TS-2786, TS-2784] Make Lua and header_rewrite plugins compile on FBSD. - *) [TS-1375] Setting default inactivity timeout, if one is not set, to 1 day + *) [TS-1375] Setting default inactivity timeout, if one is not set, to 1 + day. - *) [TS-2780] Core dump in SpdyRequest::clear() in production testing of SPDY + *) [TS-2780] Core dump in SpdyRequest::clear() in production testing of + SPDY. - *) [TS-2744] Remove TSNetAcceptNamedProtocol assertion for unknown protocols. + *) [TS-2744] Remove TSNetAcceptNamedProtocol assertion for unknown + protocols. *) [TS-898] Stop the esi plugin referencing invalidated strings. - *) [TS-2778] Websockets remap doesn't properly handle the implicit port for wss. + *) [TS-2778] Websockets remap doesn't properly handle the implicit port for + wss. - *) [TS-2774] TS::AdminClient.pm's get_stat API broken in 5.0 + *) [TS-2774] TS::AdminClient.pm's get_stat API broken in 5.0. - *) [TS-2766] HdrHeap::coalesce_str_heaps doesn't properly calculate new heap size + *) [TS-2766] HdrHeap::coalesce_str_heaps doesn't properly calculate new heap + size. - *) [TS-2767] ATS Memory Leak related to SPDY + *) [TS-2767] ATS Memory Leak related to SPDY. *) [TS-2757] Fix logging crashes on reconfiguration. *) [TS-2770] Allow proxy.config.log.rolling_interval_sec to be as low as 60sec. - *) [TS-2772] Clean up mgmt/preparse code + *) [TS-2772] Clean up mgmt/preparse code. *) [TS-2763] Remove the unused proxy.config.log.xuid_logging_enabled config setting. - *) [TS-2762] Core dump when benchmarking SPDY + *) [TS-2762] Core dump when benchmarking SPDY. *) [TS-2755] Document TSTextLogObjectRollingEnabledSet. @@ -49,8 +58,9 @@ Changes with Apache Traffic Server 5.0.0 *) [TS-2742] TSFetchCreate should accept both IPv4 and IPv6. - *) [TS-2736] Add config option to set the max open files limit for the traffic_server - process to some percentage of the fs.file-max proc value on Linux. The default is 90%. + *) [TS-2736] Add config option to set the max open files limit for the + traffic_server process to some percentage of the fs.file-max proc value on + Linux. The default is 90%. *) [TS-2741] Add a server intercept example plugins and documentation. @@ -69,13 +79,15 @@ Changes with Apache Traffic Server 5.0.0 *) [TS-2732] Add url_sign (Signed URL's) plugin. Author: Jan van Doorn <[email protected]> - *) [TS-2650] Redirect handling enhancements in ATS + *) [TS-2650] Redirect handling enhancements in ATS. *) [TS-2548] Add client IP to SSLError() calls in SSLNetVConnection - *) [TS-2710] ATS serves the wrong cert because it matches wildcard certs incorrectly + *) [TS-2710] ATS serves the wrong cert because it matches wildcard certs + incorrectly. - *) [TS-2704] Core dump in state_raw_http_server_open getting EVENT_INTERVAL event + *) [TS-2704] Core dump in state_raw_http_server_open getting EVENT_INTERVAL + event. *) [TS-2720] Fix bug with request transformations in C++ api http://git-wip-us.apache.org/repos/asf/trafficserver/blob/5d2c24a3/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index 0e12ae9..c665ab9 100644 --- a/configure.ac +++ b/configure.ac @@ -1943,7 +1943,6 @@ AC_CONFIG_FILES([ plugins/experimental/remap_stats/Makefile plugins/experimental/rfc5861/Makefile plugins/experimental/s3_auth/Makefile - plugins/experimental/spdy/Makefile plugins/experimental/ts_lua/Makefile plugins/experimental/url_sig/Makefile plugins/experimental/xdebug/Makefile http://git-wip-us.apache.org/repos/asf/trafficserver/blob/5d2c24a3/plugins/experimental/Makefile.am ---------------------------------------------------------------------- diff --git a/plugins/experimental/Makefile.am b/plugins/experimental/Makefile.am index b8bddce..621c40c 100644 --- a/plugins/experimental/Makefile.am +++ b/plugins/experimental/Makefile.am @@ -32,7 +32,6 @@ SUBDIRS = \ remap_stats \ rfc5861 \ s3_auth \ - spdy \ ts_lua \ url_sig \ xdebug
