This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new a01608e Updated CHANGELOG
a01608e is described below
commit a01608e9e2ab027d77fba11df84a16fdcdac181e
Author: Leif Hedstrom <[email protected]>
AuthorDate: Mon Dec 23 11:19:49 2019 -0700
Updated CHANGELOG
---
CHANGELOG-9.0.0 | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/CHANGELOG-9.0.0 b/CHANGELOG-9.0.0
index 24443a5..a244b12 100644
--- a/CHANGELOG-9.0.0
+++ b/CHANGELOG-9.0.0
@@ -751,6 +751,7 @@ Changes with Apache Traffic Server 9.0.0
#5964 - Fix a build issue on enabling FIPS
#5969 - Change the ready checks for ats to use the actual ats port
#5970 - "Plugin (un)used" post reload notification
+ #5972 - Avoid unnecesarry copy on POST request over HTTP/2
#5973 - url_sig: fix memory leak with urlParse and pristine flag
#5977 - YAML config: output erroneous keyword and line number
#5978 - Removed hardcoded logging.yaml filename in logs
@@ -761,6 +762,7 @@ Changes with Apache Traffic Server 9.0.0
#5987 - Removing traffic_cop reference in admin guide introduction
#5992 - Cache SSL EC explicitly
#6000 - Add QUIC draft-23 support
+ #6001 - New TS maintenance commands: verify_global_plugin and
verify_remap_plugin
#6003 - Cleanup: do not re-define _proxy_ssn variable in local
#6006 - Rewrote remap_stats plugin to use C++
#6007 - Graduate TSHttpTxnServerPush to the stable API interface
@@ -771,6 +773,7 @@ Changes with Apache Traffic Server 9.0.0
#6024 - Make proxy.config.http.request_buffer_enabled configurable and bug
fix
#6031 - listen on all the net threads
#6049 - set host name in TLS extension for SNI Host check in service side
with sni policy verify_with_name_source.
+ #6053 - Enhance Connection Collapse in ATS core
#6054 - Ignore MgmtMessageHdr if ProcessManager is not running
#6062 - Adding connection close headers to regex_remap test.
#6066 - Fixing session sharing with IP matching.
@@ -825,6 +828,7 @@ Changes with Apache Traffic Server 9.0.0
#6189 - Fixed issue with macOS Catalina and pcre 8.43 enabling pcre-jit
#6190 - Fix ssl_session_reuse to compile on macOS and FreeBSD
#6191 - Limit this check to Linux, where ldd always works
+ #6193 - Fixes various crashers loading/reloading parent.config
#6198 - Move logging before session could be freed
#6199 - Set END_STREAM flag when write_vio ntodo is 0
#6201 - ssl_session_reuse optimization to check if diags is on
@@ -835,7 +839,13 @@ Changes with Apache Traffic Server 9.0.0
#6218 - Fix stringstream crash during shutdown
#6224 - Fixed build issue with clang5 and Extendible
#6226 - Fix sni.yaml fqdn to match complete name string
+ #6227 - Remove never implemented regex descriptions
#6231 - Adjust the refcounts to avoid Mutex leak
+ #6233 - auto delete rolled log file fixes
#6247 - Add some stats collections to cache_promote.
#6251 - Some tweaks to reloading-plugins.en.rst
+ #6260 - Fix TS_USE_DIAGS usage for --disable-diags option
#6263 - TCL: cleanup in HostLookup.cc, make sure keys are stable.
+ #6264 - Change HTTP/2 error rate log to warning
+ #6265 - LGTM: Add header guards
+ #6266 - LGTM: Fix wrong type of arguments to formatting function