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 2021/01/28 02:32:44 UTC

[trafficserver] branch 9.0.x updated (7b1a4ce -> 18e4ccf)

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

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


    from 7b1a4ce  fix doc build error
     new 0e1b27a  Updated ChangeLog
     new 18e4ccf  Updated ChangeLog

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG-9.0.1 | 5 +++++
 1 file changed, 5 insertions(+)


[trafficserver] 01/02: Updated ChangeLog

Posted by zw...@apache.org.
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

commit 0e1b27a587125d7fcc1e63e0461f81a2b66b4479
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Wed Jan 27 15:50:32 2021 -0700

    Updated ChangeLog
---
 CHANGELOG-9.0.1 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CHANGELOG-9.0.1 b/CHANGELOG-9.0.1
index d420217..54a58ca 100644
--- a/CHANGELOG-9.0.1
+++ b/CHANGELOG-9.0.1
@@ -3,6 +3,7 @@ Changes with Apache Traffic Server 9.0.1
   #6860 - Make format specifier for time_t portable
   #6919 - slice: clean up 502 header/body generation.
   #7257 - slice: default to throttling, fixes to manufactured 416 responses.
+  #7259 - detect and fix stms log field having epoch time ms for intercept plugins.
   #7287 - option to disable compression for range request's response
   #7347 - Allow for regex_remap of pristine URL.
   #7377 - Addresses some of the lock contention with HostStatus.
@@ -12,3 +13,4 @@ Changes with Apache Traffic Server 9.0.1
   #7432 - Fix stall on outbound TLS handshake
   #7435 - Slice: 9.0.x back port of self healing and throttle by default
   #7437 - Small fix to regex_remap PR # 7347.
+  #7443 - Change squid log code for self looping


[trafficserver] 02/02: Updated ChangeLog

Posted by zw...@apache.org.
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

commit 18e4ccfe19c616797900f650361ca4d4adcb32cb
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Wed Jan 27 19:32:29 2021 -0700

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

diff --git a/CHANGELOG-9.0.1 b/CHANGELOG-9.0.1
index 54a58ca..8447fac 100644
--- a/CHANGELOG-9.0.1
+++ b/CHANGELOG-9.0.1
@@ -1,7 +1,9 @@
 Changes with Apache Traffic Server 9.0.1
+  #6302 - Simple and miscellaneous fixes/additions for lua plugin
   #6691 - Slice plugin: self heal when asset etag/last-modified block mismatches
   #6860 - Make format specifier for time_t portable
   #6919 - slice: clean up 502 header/body generation.
+  #7158 - Fix lua plugin mem leak problem
   #7257 - slice: default to throttling, fixes to manufactured 416 responses.
   #7259 - detect and fix stms log field having epoch time ms for intercept plugins.
   #7287 - option to disable compression for range request's response
@@ -9,6 +11,7 @@ Changes with Apache Traffic Server 9.0.1
   #7377 - Addresses some of the lock contention with HostStatus.
   #7395 - Replace ::exit() with _exit() to avoid secondary cleanup cores
   #7414 - Remove the warning messages
+  #7416 - Enhancements for compress plugin
   #7420 - Update documentation for TSSslSessionInsert
   #7432 - Fix stall on outbound TLS handshake
   #7435 - Slice: 9.0.x back port of self healing and throttle by default