This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/8.0.x by this push:
new b1c3b76 Updated CHANGELOG
b1c3b76 is described below
commit b1c3b763f3e4d912ccd81ceb7eee7ac5a4efede4
Author: Leif Hedstrom <[email protected]>
AuthorDate: Mon Feb 11 14:28:45 2019 -0700
Updated CHANGELOG
---
CHANGELOG-8.0.3 | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/CHANGELOG-8.0.3 b/CHANGELOG-8.0.3
index 4c8acd0..6a71e0f 100644
--- a/CHANGELOG-8.0.3
+++ b/CHANGELOG-8.0.3
@@ -3,11 +3,16 @@ Changes with Apache Traffic Server 8.0.3
#4279 - Ensure NOFILES ulimit is set high
#4297 - Don't update records.config when other configs are reloaded
#4311 - Fix typo of the nofiles ulimit to a sane number
+ #4354 - Fix logging log file roll issue (#2544).
#4420 - Removes this unused old/duplicated define
#4528 - Removes ref-counting from background_fetch
#4550 - Doc: Describe parent weight and format
#4552 - Print error message for unimplemented commands
+ #4554 - Make autests friendlier with openssl 1.1.1
+ #4558 - Ignore the entire doc/_build directory that is generated
#4560 - Add the TLSv1_3 setting to disable TLSv1_3
+ #4572 - Fixes another memory leak related to OCSP
+ #4574 - Allows the use of certs with no commonName, but with subjectAltNames
#4577 - Doc: change code snippet highlighting scheme
#4581 - Doc: Add missing overrides and sort
#4587 - Remove unused code
@@ -15,24 +20,30 @@ Changes with Apache Traffic Server 8.0.3
#4592 - Doc: sort overrides in table; remove missing references
#4595 - Doc: getting started case shouldn't used regex_remap
#4599 - Doc: Remove pipeline references
+ #4601 - Update logging.yaml documentation
#4602 - New ScheduleOn APIs
#4610 - Doc: parent config has more features than balancer plugin
#4619 - Doc: cache.config isn't a substitute for Cache-Control
#4620 - Doc: removing stale while revalidate plugin doc (marked deprecated
in 7)
#4653 - Remove ssl.enable flag
#4654 - Changes external links to internal
+ #4678 - Prevent linking everything against brotli
+ #4682 - Finish the config removal started in #4653
#4685 - Cleans up some plugin READMEs
#4693 - Remove ignoring unused variable warning from webp plugin
#4731 - Acquire a lock before checking H2ConnectionState::ua_session
#4732 - Make H2 stream counters atomic
+ #4757 - Add missing manpages to build list
#4759 - Fixes Clang-Analyzer issue of H2 Dependence Tree
#4773 - Calls SSL child config callback after cert is loaded for both key
parts
#4774 - Fixed clang 5.0.0 issue with brace initialization
#4780 - Don't allow the old body to be used when refreshing
#4792 - Validates return values from TSHttpTxnClientAddrGet()
+ #4797 - Eliminates frequent librecords lookup
#4807 - Allows to run make clean multiple times
#4810 - Fixes unmatched port when looking up HostDB
#4811 - Changes the string_view::length to ::size
+ #4812 - Add ifdef so tls test client will compile on non-openssl-1.1.x
#4820 - Eliminates expensive librecords and malloc on drain
#4842 - Doc: minor records.config cleaning
#4845 - Initialize redir_len, compiler warnings