You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2019/02/07 18:21:12 UTC

[trafficserver] branch 8.0.x updated: Updated Changelog

This is an automated email from the ASF dual-hosted git repository.

bcall 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 f90dfe1  Updated Changelog
f90dfe1 is described below

commit f90dfe1c403f61d0cc5495e48ea2af96511fdddd
Author: Bryan Call <bc...@apache.org>
AuthorDate: Thu Feb 7 10:07:42 2019 -0800

    Updated Changelog
---
 CHANGELOG-8.0.3 | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/CHANGELOG-8.0.3 b/CHANGELOG-8.0.3
new file mode 100644
index 0000000..5859375
--- /dev/null
+++ b/CHANGELOG-8.0.3
@@ -0,0 +1,36 @@
+Changes with Apache Traffic Server 8.0.3
+  #4189 - Plugins: Cleanup up dependencies on core headers - background_fetch
+  #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
+  #4528 - Removes ref-counting from background_fetch
+  #4550 - Doc: Describe parent weight and format
+  #4552 - Print error message for unimplemented commands
+  #4577 - Doc: change code snippet highlighting scheme
+  #4581 - Doc: Add missing overrides and sort
+  #4587 - Remove unused code
+  #4589 - Refactor H2 cross thread event handling
+  #4592 - Doc: sort overrides in table; remove missing references
+  #4595 - Doc: getting started case shouldn't used regex_remap
+  #4599 - Doc: Remove pipeline references
+  #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
+  #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
+  #4759 - Fixes Clang-Analyzer issue of H2 Dependence Tree
+  #4773 - Calls SSL child config callback after cert is loaded for both key parts
+  #4780 - Don't allow the old body to be used when refreshing
+  #4792 - Validates return values from TSHttpTxnClientAddrGet()
+  #4807 - Allows to run make clean multiple times
+  #4842 - Doc: minor records.config cleaning
+  #4845 - Initialize redir_len, compiler warnings
+  #4853 - Various fixes and improvements to background_fetch
+  #4885 - Content Length can be trusted when the origin server returns a 304
+  #4892 - Use one setting for H2 consistently for header size limit on H2 connections
+  #4943 - Fix to allow runroot to override the configuration directory