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

commit 06d4938d72eaea0ab174a7528e59cf638deef80b
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Wed May 20 11:59:15 2020 -0600

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

diff --git a/CHANGELOG-9.0.0 b/CHANGELOG-9.0.0
index 7737cd6..db421ae 100644
--- a/CHANGELOG-9.0.0
+++ b/CHANGELOG-9.0.0
@@ -709,6 +709,8 @@ Changes with Apache Traffic Server 9.0.0
   #6095 - For remap_stats, removes configure time dependency on search.h
   #6096 - Fixing log cleanup candidate selection and adding a test for it.
   #6099 - doc + unittest TSRemap(Init|NewInstance) failures
+  #6103 - Use enqueue_local when scheduling on the same thread
+  #6104 - Cleanup the eventloop
   #6106 - Removes proxy.config.cache.storage_filename
   #6116 - Updated to clang-format v9.0.0
   #6120 - Fix null pointer dereference reported by clang-analyzer
@@ -730,6 +732,7 @@ Changes with Apache Traffic Server 9.0.0
   #6159 - Detect bogus jemalloc version
   #6160 - Fixes misc. spelling and whitespace
   #6163 - Update yaml-cpp to 0.6.3
+  #6166 - Make sure time is consistent between calculations
   #6167 - Fixed gcc7 issue with yaml-cpp 0.6.3
   #6169 - Fixes cppcheck issues for cookie_remap plugin
   #6170 - Add test to catch regressions in sni and override configs
@@ -839,6 +842,8 @@ Changes with Apache Traffic Server 9.0.0
   #6475 - Remove noisy mutex warning
   #6477 - traffic_dump: Fixing content:size collection.
   #6480 - Remove some outdated files.
+  #6483 - Rework server side SSL_CTX creation to better handle dual_cert 
mismatches
+  #6486 - Issue 3546: Add "overridable" to the configuration variable 
description.
   #6487 - Fix session reuse plugin shutdown crashes and cleanups
   #6488 - Bikeshedding some code structures for reloadable plugins config
   #6492 - Add null check to fix error tunnel crash
@@ -847,6 +852,7 @@ Changes with Apache Traffic Server 9.0.0
   #6501 - Remove method that does nothing.
   #6508 - Include start line of HTTP messages in xdebug probe output.
   #6513 - Moves hosting.config finished loading message outside of parsing loop
+  #6516 - Fix SDK_API_TSSslServerContextCreate
   #6517 - Make traffic_ctl limp along for now with large records.snap
   #6519 - Adds support for configure option --enable-yaml-headers
   #6523 - Removes noisy log statement from xdebug
@@ -860,6 +866,7 @@ Changes with Apache Traffic Server 9.0.0
   #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
+  #6571 - Lua plugin number of states configuration and stats printing
   #6573 - SSL: Always renew TLS Session Tickets iff TLSv1.3 is being used
   #6576 - Ensure TSContSchedule API family are called from an EThread.
   #6577 - When using TSContSchedule() and TSContScheduleAPI() set the calling 
thread as the thread affinity when not already set
@@ -875,10 +882,12 @@ 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.
+  #6642 - Fixes crash loading combined(cert+key) certs
   #6645 - Traffic Dump: Adding an SNI filtering option.
   #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
+  #6662 - Fixes memory leak loading certs
   #6663 - Fixes memory leak during log configuration
   #6664 - cache_range_requests: remove unnecessary Last-Modified header from 
tests
   #6677 - Format to match perferred if/else formatting for sh scripts
@@ -893,15 +902,23 @@ Changes with Apache Traffic Server 9.0.0
   #6717 - Fixup .gitignores to match repo reality
   #6718 - gcc10: fixed warning about returning local variable in int64_to_str()
   #6723 - Document ip_allow in sni.yaml
+  #6727 - traffic_dump: add tls information to dump.
   #6730 - Add HttpTransact::get_max_age and TSHttpTxnGetMaxAge
   #6731 - Fix g++ 10 compile errors.
   #6734 - Update expired test certificates for cert_update
+  #6735 - Remove unused index for SSL application specific data
   #6740 - Cleans up doubled words in documentation
   #6742 - gcc10: fixed clearing an object of non-trivial type for wccp
+  #6743 - traffic_dump: refactor to make transactions written atomically
   #6754 - Enforce Active Connection limits
   #6755 - Add metrics to track default inactivity timed out connections
   #6757 - ASAN: Fixed one definition rule violation
+  #6760 - Do not fail multicert load if line does not create entry
+  #6768 - clang-analyzer: Fix dead nested assignment issues
   #6770 - Weird characters in debug message
   #6772 - Ensure inactivity timeout is not set when passed in timeout value is 0
   #6774 - Fixed `AddressSanitizer: odr-violation`
   #6781 - 1. Set a non-zero default value for TLS Client Handshake Timeout
+  #6789 - Adding HTTP Status code 451 for Unavailable For Legal Reasons (RFC 
7725)
+  #6798 - clang-analyzer: uninitialized va_list
+  #6800 - Add TXN_CLOSE hook to CPPAPI TransactionPlugin

Reply via email to