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 71f2a26 Updated Changelog
71f2a26 is described below
commit 71f2a26dc49d04550cef87f70162e458dc54c19c
Author: Bryan Call <[email protected]>
AuthorDate: Mon Sep 17 09:28:11 2018 -0700
Updated Changelog
---
CHANGELOG-8.0.0 | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG-8.0.0 b/CHANGELOG-8.0.0
index 4f495db..d0d17dd 100644
--- a/CHANGELOG-8.0.0
+++ b/CHANGELOG-8.0.0
@@ -428,7 +428,6 @@ Changes with Apache Traffic Server 8.0.0
#2357 - Make swap() in Vec.h a member function of Vec class
#2360 - Fixes, I think, coverity issues 1379288
#2362 - Coverity 1379271: Dereference null return
- #2363 - coverity 1379269: dereference after null check
#2365 - Coverity 1379270 Out-of-bounds write
#2374 - Fix traffic_layout to not add messages to --json
#2381 - Redirect test for ATS
@@ -1214,6 +1213,7 @@ Changes with Apache Traffic Server 8.0.0
#4124 - Removes references to STAT_PROCESSOR
#4131 - Completes code comment for redirect configs
#4138 - Follows 308 Permanent Redirect
+ #4139 - Adds 308 origin response stat metric
#4145 - Adds configurable behavior on redirect to loopback
#4151 - Corrects IPv4 multicast ip address check
#4165 - Update the header_rewrite doc for clarification on CLIENT-URL:HOST
@@ -1234,3 +1234,6 @@ Changes with Apache Traffic Server 8.0.0
#4239 - Corrects path in multiple documents
#4241 - Runroot: Fix a issue caused by restructured headers
#4243 - Follow up for #3724 - fix out of tree builds.
+ #4244 - git ignore - location of autogenerated headers changed
+ #4247 - Removes the deprecated plugin coallapsed_connection
+ #4248 - PR-3724: Fix additional linkage issues.