You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2020/01/16 23:17:15 UTC

[trafficserver] branch 9.0.x updated: Updated ChangeLog

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 5da57c1  Updated ChangeLog
5da57c1 is described below

commit 5da57c140d45f5efa4dab1440bc09c9c3bbb53d0
Author: Leif Hedstrom <le...@ogre.com>
AuthorDate: Thu Jan 16 16:17:02 2020 -0700

    Updated ChangeLog
---
 CHANGELOG-9.0.0 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CHANGELOG-9.0.0 b/CHANGELOG-9.0.0
index c3755a4..2225add 100644
--- a/CHANGELOG-9.0.0
+++ b/CHANGELOG-9.0.0
@@ -859,6 +859,7 @@ Changes with Apache Traffic Server 9.0.0
   #6266 - LGTM: Fix wrong type of arguments to formatting function
   #6268 - Add tests to exercise H2 and chunked encoding
   #6275 - Clear all pointers in API Hooks clear function.
+  #6278 - Add new log field to output server name sent by client in TLS handshake.
   #6280 - Assure no SM survives plugin factory deactivation.
   #6281 - Perf: replace dynamic_cast with static_cast in this_thread()
   #6283 - Adjust debug tag for ssl_sni_whitelist plugin to match plugin
@@ -868,3 +869,5 @@ Changes with Apache Traffic Server 9.0.0
   #6297 - Add links to RWW sections
   #6307 - Reduce process duration of test_Http2FrequencyCounter
   #6324 - Fixes clang-format issues
+  #6325 - Fixes typo in TLS Bridge illustration
+  #6329 - Fixed build issues on macOS after 0-RTT merge