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/12/09 21:12:38 UTC

[trafficserver] branch 9.2.x updated: Updated ChangeLog

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 30f372993 Updated ChangeLog
30f372993 is described below

commit 30f3729930af42cefb9237962f6bd0b4c45b24be
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Fri Dec 9 14:12:29 2022 -0700

    Updated ChangeLog
---
 CHANGELOG-9.2.0 | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG-9.2.0 b/CHANGELOG-9.2.0
index 3c4ec2946..aa7887664 100644
--- a/CHANGELOG-9.2.0
+++ b/CHANGELOG-9.2.0
@@ -273,7 +273,6 @@ Changes with Apache Traffic Server 9.2.0
   #8296 - Make port queue an ordered set
   #8298 - Update nghttp gold file based on previous h2 fix
   #8300 - Revert "autest: double the initial port pool for get_port (#8292)"
-  #8301 - Make separate read and write vc_handlers
   #8303 - Truly treat multiple certs with the same SAN as a warning
   #8305 - Revert "Fail requests with incomplete line ends (#8096)"
   #8306 - Fix crash during raw connect failures
@@ -508,6 +507,7 @@ Changes with Apache Traffic Server 9.2.0
   #8944 - Make the autopep8 clang-format targets quieter
   #8949 - Setup UA consumer only if ua_entry is not nullptr
   #8950 - .fit/fmt/.clang-format-installed prerequisite
+  #8954 - Use std::unique_ptr for X509 and BIO scoped heap objects.
   #8965 - Proxy Verifier: Update to version 2.4.1
   #8970 - add a metric to track how often the range seek bug is detected
   #8971 - Fixes issue with file size calculation for existing logs
@@ -570,3 +570,9 @@ Changes with Apache Traffic Server 9.2.0
   #9181 - Adding back set_connect_fail for generic I/O error
   #9186 - Traffic Dump: Allow unlimited disk utilization
   #9195 - AuTest: make MakeATSProcess accessible for TestRuns
+  #9221 - AuTest: Update to Proxy Verifier v2.5.0
+  #9223 - AuTest: Update to Proxy Verifier 2.5.2
+  #9225 - Verbose SSL error logs
+  #9230 - Fail out when intermediate certificate chain fails to load
+  #9236 - Remove out of bound SSL log
+  #9237 - Revert "9.2: Fix s3_auth_config test output check (#9123)"