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/02/05 21:49:59 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 d429de0  Updated ChangeLog
d429de0 is described below

commit d429de0a5658e21f9672a4ae92e1e42d8ba8b0b1
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Wed Feb 5 14:49:41 2020 -0700

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

diff --git a/CHANGELOG-9.0.0 b/CHANGELOG-9.0.0
index 0e0dad4..84199f3 100644
--- a/CHANGELOG-9.0.0
+++ b/CHANGELOG-9.0.0
@@ -884,7 +884,12 @@ Changes with Apache Traffic Server 9.0.0
   #6323 - Fix strict round robin cur_index increment
   #6324 - Fixes clang-format issues
   #6325 - Fixes typo in TLS Bridge illustration
+  #6328 - Document the order of the X-Cache header
   #6329 - Fixed build issues on macOS after 0-RTT merge
   #6332 - Fixes Issue #6321 caused when proxy.config.http.no_dns_just_forward_to_parent
   #6339 - Fixes an issue where NextHopSelectionStrategy did not implement a parent check.
   #6343 - Fixes an assertion failure when proxy.config.http.no_dns_just_forward_to_parent is enabled
+  #6346 - Fix heap-use-after-free on Http2Stream::destroy()
+  #6372 - Change alloca usage to malloc/free
+  #6378 - Remove trailing white space from json formatter
+  #6392 - Free TSMgmtString after using it.