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

commit e64c472851e1917284cd34682d6f83d9a95f2f15
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Tue Apr 21 09:13:25 2020 -0600

    Updated ChangeLog
---
 CHANGELOG-9.0.0 | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG-9.0.0 b/CHANGELOG-9.0.0
index 3d601bb..31a964d 100644
--- a/CHANGELOG-9.0.0
+++ b/CHANGELOG-9.0.0
@@ -286,7 +286,6 @@ Changes with Apache Traffic Server 9.0.0
   #4965 - HdrHeap: Remove pointless code and misleading comment.
   #4966 - Some tidying up of the global namespace.
   #4972 - Fix tls_client_verify curl command missing certificate
-  #4973 - Adjust tls_client_versions to be more resilient for different curl 
versions
   #4974 - Fix tls_check_cert_selection test
   #4975 - URL: remove undefined function declaration.
   #4976 - Fix tls_forward_nonhttp test requirement
@@ -623,7 +622,6 @@ Changes with Apache Traffic Server 9.0.0
   #5772 - Remove ssl_error stats that aren't really errors.
   #5774 - Updating the default cipher-suite lists for the 9.x release.
   #5778 - Issue 5604 - fix memory leaks for http parser.
-  #5780 - Fixed std::array initialization for older compilers
   #5786 - Mark debug logs of polling as verbose
   #5789 - Add protection against null pointer access
   #5792 - Rename remaining references to ip_allow.config to ip_allow.yaml
@@ -734,6 +732,7 @@ Changes with Apache Traffic Server 9.0.0
   #6144 - Cleans up some of the filenames mess
   #6147 - Reverse debug specific check.
   #6148 - Disable the most expensive "make check" tests by default
+  #6149 - For per-transaction config override, crossing the const-correctness 
event horizon.
   #6159 - Detect bogus jemalloc version
   #6160 - Fixes misc. spelling and whitespace
   #6163 - Update yaml-cpp to 0.6.3
@@ -802,10 +801,12 @@ Changes with Apache Traffic Server 9.0.0
   #6347 - Fix localstatedir and runtimedir for Debian layout
   #6358 - Add header guard - issue #6357
   #6359 - Cleanup: Remove unused accessors of HttpVCTableEntry
+  #6362 - Change localtime/gmtime usages to use the threadsafe versions with 
local storage
   #6363 - Removing always true/false comparisons
   #6364 - Fix rare SSN/TXN Start/Close Hook misorderings
   #6369 - Improve config_describe logs to print a better output format.
   #6370 - Change default matching for connection value from ip to both
+  #6371 - Fixing shadowed variables, both global and local
   #6372 - Change alloca usage to malloc/free
   #6373 - Change bitfields to be unsigned explicitly
   #6374 - Add exception to throw since there is no context and could cause a 
crash
@@ -860,6 +861,7 @@ Changes with Apache Traffic Server 9.0.0
   #6556 - Removes copypasta curl text from tests and removes checks for curl
   #6558 - Support body factory template suppression for internal requests
   #6565 - Fixed build issue with Ubuntu 16 debug
+  #6566 - Add more options to session_sharing.match
   #6567 - Moved printing the incoming headers for debug before remapping
   #6569 - AuTest for server_push_preload plugin
   #6573 - SSL: Always renew TLS Session Tickets iff TLSv1.3 is being used
@@ -876,3 +878,10 @@ Changes with Apache Traffic Server 9.0.0
   #6618 - Fix missing virtual destructor for PluginUserArgsMixin.
   #6628 - Use default rwlock attributes on initialize
   #6632 - Fixes a bug where the nexthop markNextHop method to mark a host down 
is not called.
+  #6643 - Bug fixes to h2 buffering
+  #6655 - Fix origin scheme selection with partial-blind addition
+  #6656 - Check sni against SSL object
+  #6658 - Update TSStatFindName to check that sync callback is set on the stat
+  #6664 - cache_range_requests: remove unnecessary Last-Modified header from 
tests
+  #6677 - Format to match perferred if/else formatting for sh scripts
+  #6678 - Removes commented out code from example

Reply via email to