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 2018/08/09 23:19:10 UTC

[trafficserver] branch 7.1.x updated: Updated ChangeLog

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 b5749f1  Updated ChangeLog
b5749f1 is described below

commit b5749f1d098bcd9cccd17769811325a742d3cbdb
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Thu Aug 9 17:19:03 2018 -0600

    Updated ChangeLog
---
 CHANGELOG-7.1.5 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CHANGELOG-7.1.5 b/CHANGELOG-7.1.5
index aaf6c3f..74e83f2 100644
--- a/CHANGELOG-7.1.5
+++ b/CHANGELOG-7.1.5
@@ -1,5 +1,8 @@
 Changes with Apache Traffic Server 7.1.5
+  #3308 - Fix 7.1.x build
   #4058 - Remove Http2ConnectionState::continued_buffer
   #4079 - Enable ECDH explicitly only if OpenSSL version is v1.0.2 or lower
   #4080 - Add diags log message when cache wraps.
   #4084 - Fixed http/2 issue with Http2Stream being updated after it was destroyed
+  #4085 - Fix typo in header_normalize plugin.
+  #4092 - Fix Http/2 priority crashes.