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 2022/04/28 23:53:14 UTC

[trafficserver] branch 9.2.x updated (54f478fff -> cd71c4982)

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

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


    from 54f478fff Revert remap.config loading changes (#8803)
     new e30f4d714 Updated ChangeLog
     new cd71c4982 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.2.0 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[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.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit e30f4d71477b5f0c9ff9aee6f9f7602846684e30
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Wed Apr 20 16:56:54 2022 -0600

    Updated ChangeLog
---
 CHANGELOG-9.2.0 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG-9.2.0 b/CHANGELOG-9.2.0
index 380f7efa4..4c47b2033 100644
--- a/CHANGELOG-9.2.0
+++ b/CHANGELOG-9.2.0
@@ -436,6 +436,7 @@ Changes with Apache Traffic Server 9.2.0
   #8770 - Remove null check before ats_free calls (#8744)
   #8772 - Add metrics for loop detection.
   #8773 - Pin Jinja2 for doc builds
+  #8778 - OpenTelemetry Tracer plugin for ATS
   #8783 - Adds a simple tool to generate new escape tables
   #8784 - Propagate proxy.config.net.sock_option_flag_in to newly accepted connections
   #8786 - include <cstring> for access to C-string operations


[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.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit cd71c49826ffbd1507a3939461e8443212bb8d8c
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Thu Apr 28 17:53:07 2022 -0600

    Updated ChangeLog
---
 CHANGELOG-9.2.0 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/CHANGELOG-9.2.0 b/CHANGELOG-9.2.0
index 4c47b2033..e44236e6e 100644
--- a/CHANGELOG-9.2.0
+++ b/CHANGELOG-9.2.0
@@ -85,7 +85,6 @@ Changes with Apache Traffic Server 9.2.0
   #7777 - BWF: Add support for std::error_code.
   #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