This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch 9.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/9.2.x by this push:
new a71478f Updated ChangeLog
a71478f is described below
commit a71478f08b2f5a59bfcd8c402f01b2f97341624b
Author: Leif Hedstrom <[email protected]>
AuthorDate: Tue Feb 22 14:17:09 2022 -0700
Updated ChangeLog
---
CHANGELOG-9.2.0 | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/CHANGELOG-9.2.0 b/CHANGELOG-9.2.0
index b26ad56..fbf34d2 100644
--- a/CHANGELOG-9.2.0
+++ b/CHANGELOG-9.2.0
@@ -86,6 +86,7 @@ Changes with Apache Traffic Server 9.2.0
#7778 - DNS: Clean up argument passing to DNS queries.
#7779 - Test: add nameserver to log-field test.
#7782 - Short circuit remap reload when a valid remap file is not specified
+ #7786 - Enables cross-compiling
#7787 - Fixes an issue where next hop unit tests crash when run on macOS.
#7788 - Cleans up uninitialized warning in LogMessage.cc
#7789 - tests: Fixes spelling
@@ -393,3 +394,6 @@ Changes with Apache Traffic Server 9.2.0
#8667 - TLS Session Resumption: fix timed out session
#8673 - Fix to allow running autopep8 from outside top_srcdir
#8675 - Make sure each remap rule gets its own continuation
+ #8680 - Fix missing unique_lock definition.
+ #8690 - 9.2.x: Fix Clang 13.0.1 and GCC 12.0.1 Compiler Warnings
+ #8691 - 9.2.x: Fix test_QUIC unit test builds. (#8678)