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 230e2c5 Updated ChangeLog
230e2c5 is described below
commit 230e2c57c5f47b68baabe4670c55661312f5f240
Author: Leif Hedstrom <[email protected]>
AuthorDate: Tue Aug 31 08:11:49 2021 -0600
Updated ChangeLog
---
CHANGELOG-9.1.1 | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/CHANGELOG-9.1.1 b/CHANGELOG-9.1.1
index 6a6be41..21a39fd 100644
--- a/CHANGELOG-9.1.1
+++ b/CHANGELOG-9.1.1
@@ -1,9 +1,14 @@
Changes with Apache Traffic Server 9.1.1
+ #7913 - Ensure TS_VCONN_CLOSE_HOOK hook is called during
TS_EVENT_VCONN_CLOSE.
+ #8067 - Add a new log tag %<vs>
#8230 - Updating our AuTests to use Proxy Verifier v2.2.2
#8236 - Fix crash in lua host lookup
#8241 - mptcp: Missing socket-option in case of SO_REUSEPORT code-path
#8256 - Bubble up ssl_multicert.config load failures
+ #8257 - Allow for graceful handling of ip_allow.yaml format errors
#8260 - Fix Http2Stream leaks
#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
+ #8293 - Fixes a typo in the Rate Limit plugin
+ #8295 - Align strategies.yaml loading logging with other config files (#8262)