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 3e1b2f5 Updated ChangeLog
3e1b2f5 is described below
commit 3e1b2f542fb36df66d838fce2d6296b61ed13caf
Author: Leif Hedstrom <[email protected]>
AuthorDate: Fri Aug 6 09:57:43 2021 -0600
Updated ChangeLog
---
CHANGELOG-9.1.0 | 3 +++
1 file changed, 3 insertions(+)
diff --git a/CHANGELOG-9.1.0 b/CHANGELOG-9.1.0
index 77de5df..bc90435 100644
--- a/CHANGELOG-9.1.0
+++ b/CHANGELOG-9.1.0
@@ -397,4 +397,7 @@ Changes with Apache Traffic Server 9.1.0
#8205 - Fixed spelling mistakes in code and other files
#8206 - Fixed spelling mistakes in docs
#8209 - Fix mutex use after free
+ #8210 - uri_signing: embed config into the unit test
#8211 - Avoid the strdup, albeit safe, annoys CA
+ #8213 - Add dead server policy control and metric. Improve messages.
+ #8217 - uri_signing: fix for copying too many bytes and compiler warnings