This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/7.1.x by this push:
new 7be34c4 Added ChangeLog for v7.1.7
7be34c4 is described below
commit 7be34c43dec4a9133b9d81cdd4ee5433507f067c
Author: Leif Hedstrom <[email protected]>
AuthorDate: Thu Mar 14 15:14:38 2019 -0600
Added ChangeLog for v7.1.7
---
CHANGELOG-7.1.7 | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/CHANGELOG-7.1.7 b/CHANGELOG-7.1.7
new file mode 100644
index 0000000..1d66874
--- /dev/null
+++ b/CHANGELOG-7.1.7
@@ -0,0 +1,13 @@
+Changes with Apache Traffic Server 7.1.7
+ #4859 - cookie remap plugin
+ #4882 - Initialize redir_len, compiler warnings
+ #4883 - Don't allow the old body to be used when refreshing
+ #4884 - Fixes unmatched port when looking up HostDB
+ #4896 - [Backport] Manually brought in changes from #4797
+ #4951 - Use one setting for H2 consistently for header size limit on H2
connections
+ #4959 - Mark H2 connection inactive only if it is NOT shutting down
+ #4997 - Fix TSHttpTxnEffectiveUrlStringGet to correctly set the port when it
…
+ #4998 - Cached object's size can be used as content length for 304 response
+ #5001 - Manually merging changes from #4442
+ #5013 - don't start a new self scheduling config handler on each config
reload
+ #5170 - Revert "Assert if operations on keep_alive_queue and active_queue
are…