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 2019/11/07 01:21:27 UTC

[trafficserver] branch 9.0.x updated: Updated changelog

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 574bde4  Updated changelog
574bde4 is described below

commit 574bde40db241397307d2c4b391220e593082803
Author: Leif Hedstrom <le...@ogre.com>
AuthorDate: Wed Nov 6 18:21:13 2019 -0700

    Updated changelog
---
 CHANGELOG-9.0.0 | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG-9.0.0 b/CHANGELOG-9.0.0
index 2d52082..fa2dd59 100644
--- a/CHANGELOG-9.0.0
+++ b/CHANGELOG-9.0.0
@@ -33,7 +33,6 @@ Changes with Apache Traffic Server 9.0.0
   #4029 - Replace TSHashTable in server session management with IntrusiveHashMap
   #4033 - Removes remnants of dprintf support
   #4039 - Enable ECDH explicitly only if OpenSSL version is v1.0.2 or lower
-  #4042 - Fixed url_sig error when storing base64ed params in penultimate segment.
   #4044 - Adjust tests to work with more versions of curl.
   #4046 - Collapses LogAccess and LogAccessHttp into LogAccess
   #4047 - Improve log entry for http connect result errors
@@ -402,7 +401,6 @@ Changes with Apache Traffic Server 9.0.0
   #5228 - Implement prefetched OCSP stapling responses
   #5239 - Adds basic version feature for traffic_layout info
   #5240 - Setting the correct directory for test_Cache
-  #5241 - Changed how current age is determined to age out documents
   #5247 - Fixed cache test, using updated shutdown
   #5252 - Make host status persistent across restarts
   #5255 - Remove unused variable in cache test
@@ -521,7 +519,6 @@ Changes with Apache Traffic Server 9.0.0
   #5455 - Convert ssl_preaccept plugin to use command-line arguments
   #5458 - Updates the Docker image with latest dependencies
   #5460 - Fixed clang-analyzer issue calling schedule_imm with the continuation possibly being a nullptr
-  #5462 - gcc9: fixed issue with always printing a null char*
   #5463 - clang-analyzer: Fixed err value being uninitialized
   #5464 - clang-analyzer: Fix API test logic and fixed clang-analyzer issue
   #5465 - Separate out common header compression logic to hdrs directory
@@ -533,11 +530,9 @@ Changes with Apache Traffic Server 9.0.0
   #5477 - Removes proxy.config.http.server_tcp_init_cwnd
   #5478 - Fixes some cache-tests build issues
   #5480 - Add HKDF wrapper
-  #5489 - gcc9: set default value for printing debug message
   #5490 - clang-analyzer: Fix uninitialized variable in make_to_lower_case.
   #5492 - clang-analyzer: fix bogus use after free with Ptr in LogFieldInt constructor.
   #5495 - Correct the clear range when cache restart
-  #5497 - gcc9: sprintf and strncat fixes in plugins
   #5500 - Added Docker support for Fedora 29 and Fedora 30
   #5507 - AcidPtr: Tweaks tests to be a bit more robust.
   #5508 - Grab lock before invoke
@@ -751,6 +746,7 @@ Changes with Apache Traffic Server 9.0.0
   #5964 - Fix a build issue on enabling FIPS
   #5969 - Change the ready checks for ats to use the actual ats port
   #5970 - "Plugin (un)used" post reload notification
+  #5973 - url_sig: fix memory leak with urlParse and pristine flag
   #5977 - YAML config:  output erroneous keyword and line number
   #5978 - Removed hardcoded logging.yaml filename in logs
   #5979 - Revert "Optimize: If failed on migrateToCurrentThread, put the server…
@@ -760,6 +756,7 @@ Changes with Apache Traffic Server 9.0.0
   #5992 - Cache SSL EC explicitly
   #6000 - Add QUIC draft-23 support
   #6003 - Cleanup: do not re-define _proxy_ssn variable in local
+  #6006 - Rewrote remap_stats plugin to use C++
   #6008 - Do not schedule stuff during shutdown
   #6011 - clang-analyzer: Add a null check
   #6016 - Fix host type in host matcher.
@@ -773,8 +770,18 @@ Changes with Apache Traffic Server 9.0.0
   #6076 - Issue 4635: Address pipe reuse after configuration reload issues
   #6078 - Cleanup: Ignore checkprograms of remap
   #6089 - Make If-Range date compare to be exact match
+  #6094 - Issue #4294: Handle return value of SSL_write() properly
   #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
   #6106 - Removes proxy.config.cache.storage_filename
+  #6116 - Updated to clang-format v9.0.0
   #6120 - Fix null pointer dereference reported by clang-analyzer
+  #6125 - Add Metrics to track SSL Handshake attempts
+  #6129 - Adding an autest for traffic_dump.
+  #6131 - Remove never implemented HttpTransact::service_transaction_in_proxy_only_mode
+  #6134 - Removes the records.config.shadow alternative config file
+  #6140 - Remove using namespace std
+  #6141 - Update docs for SSL Handshake stats
+  #6145 - Remove including sys/sysctl.h for Linux
+  #6148 - Disable the most expensive "make check" tests by default