This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch 9.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/9.1.x by this push:
new 93b80c2 Updated ChangeLog
93b80c2 is described below
commit 93b80c2ac86bc26f52ed9267d99cc3731ea47de5
Author: Leif Hedstrom <[email protected]>
AuthorDate: Thu Sep 2 13:22:15 2021 -0600
Updated ChangeLog
---
CHANGELOG-9.1.1 | 3 +++
1 file changed, 3 insertions(+)
diff --git a/CHANGELOG-9.1.1 b/CHANGELOG-9.1.1
index 9c1a560..c9f9777 100644
--- a/CHANGELOG-9.1.1
+++ b/CHANGELOG-9.1.1
@@ -1,6 +1,7 @@
Changes with Apache Traffic Server 9.1.1
#7501 - JeMalloc performance improvments
#7913 - Ensure TS_VCONN_CLOSE_HOOK hook is called during
TS_EVENT_VCONN_CLOSE.
+ #7994 - Allow to TLS handshake to error out on TSVConnReenable
#8028 - Use thread_local to speed things up in JeAllocator
#8067 - Add a new log tag %<vs>
#8230 - Updating our AuTests to use Proxy Verifier v2.2.2
@@ -12,5 +13,7 @@ Changes with Apache Traffic Server 9.1.1
#8270 - Add missing #include directive
#8279 - stats_over_http: don't show config file error when not specified
#8280 - Report to user correct configurable to tweak on error
+ #8285 - Cleanup generated LDFLAGS for jemalloc
#8293 - Fixes a typo in the Rate Limit plugin
#8295 - Align strategies.yaml loading logging with other config files (#8262)
+ #8308 - Truly treat multiple certs with the same SAN as a warning (#8303)