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 4c5f20d Updated ChangeLog
4c5f20d is described below
commit 4c5f20d01784b77ad1837bcbdae9568d441390bb
Author: Leif Hedstrom <[email protected]>
AuthorDate: Wed Dec 1 14:26:01 2021 -0700
Updated ChangeLog
---
CHANGELOG-9.1.2 | 3 +++
1 file changed, 3 insertions(+)
diff --git a/CHANGELOG-9.1.2 b/CHANGELOG-9.1.2
index adcad1a..29f1f96 100644
--- a/CHANGELOG-9.1.2
+++ b/CHANGELOG-9.1.2
@@ -9,6 +9,9 @@ Changes with Apache Traffic Server 9.1.2
#8442 - For verify_global_plugin test, check for platform independent error
message
#8444 - Exports all symbols for missing_mangled_definition.so test plugin
#8479 - UnixNetVConnection: add check for nh in fail block
+ #8493 - clang 13: Removed unused variable
+ #8494 - clang 13: Added default assignment operator
#8512 - AuTest: address various permissions issues
#8513 - For test async_engine, export all symbols
#8515 - Prevent bad ssl_multicert.config load from being swapped in
+ #8528 - Fix unused-but-set-variable warnings (#8435)