You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by Bryan Call <bc...@apache.org> on 2018/09/14 01:42:52 UTC

[VOTE] Release Apache Traffic Server 8.0.0 (RC1)

I've prepared a release for 8.0.0 (RC1).  There was an issue with HTTP/2 that was causing the server to crash and this release has a fix for it (PR 4225).  I am going to extend the vote until next Tuesday 9/18.  The release notes for 8.0.0 are available at:

	https://github.com/apache/trafficserver/pulls?utf8=%E2%9C%93&q=is%3Aclosed+is%3Apr+milestone%3A8.0.0+ <https://github.com/apache/trafficserver/pulls?utf8=%E2%9C%93&q=is:closed+is:pr+milestone:8.0.0+>

or for a brief ChangeLog:

	https://github.com/apache/trafficserver/blob/8.0.x/CHANGELOG-8.0.0 <https://github.com/apache/trafficserver/blob/8.0.x/CHANGELOG-8.0.0>


For some details as to what’s new in 8.0.0 see (still updating):

	https://cwiki.apache.org/confluence/display/TS/What%27s+New+in+v8.0.x <https://cwiki.apache.org/confluence/display/TS/What's+New+in+v8.0.x>


Information about upgrading to the 8.x releases from previous major versions is available at (still updating):

	https://cwiki.apache.org/confluence/display/TS/Upgrading+to+v8.0 <https://cwiki.apache.org/confluence/display/TS/Upgrading+to+v8.0>


The artifacts are available for download at:

	http://people.apache.org/~bcall/8.0.0-rc1/ <http://people.apache.org/~bcall/8.0.0-rc1/>


SHA512 checksum:

	44f7d457832ffcfeb6d1f7832ed4019f1ef91b0330b28ead4ebd7f278f6732a5521d047b45721c9658a1746bdbb6c72a3ef339463e927e804595d97d1d4df007

This corresponds to git refs:

	Hash: 9d550c6bf15136d4869da4fd161d66a05e3cdb7a
	Tag: 8.0.0-rc1


Which can be verified with the following command:

	$ git tag -v 8.0.0-rc1


All code signing keys are available here:

	https://dist.apache.org/repos/dist/dev/trafficserver/KEYS <https://dist.apache.org/repos/dist/dev/trafficserver/KEYS>


Changes since rc0:
+  #4145 - Adds configurable behavior on redirect to loopback
+  #4151 - Corrects IPv4 multicast ip address check
+  #4208 - Fix inconsistent links in docs.
+  #4213 - Disable the HttpSM half open logic if the underlying transport is TLS
+  #4225 - Fixed error getting h2 HEADERS frame after stream is closed
+  #4229 - Clarifies code comment for DL_Emergency
+  #4230 - Heap use after free
+  #4232 - PR #3724: Backport to ATS 8.
+  #4233 - Fix link error on macOS
+  #4235 - header_rewrite: Removes deprecated %{CLIENT-IP} condition
+  #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.

Make sure you refresh from a key server to get all relevant signatures. This vote is open until EOD September 18th, but please test and cast your votes as early as possible.

-Bryan





Re: [VOTE] Release Apache Traffic Server 8.0.0 (RC1)

Posted by Bryan Call <bc...@apache.org>.
I will try to reproduce the issue today.  I am in a meeting right now and will look at it in a bit.

-Bryan

> On Sep 14, 2018, at 5:17 AM, Emanuele Rocca <em...@wikimedia.org> wrote:
> 
> On 13/09 06:42, Bryan Call wrote:
>> I've prepared a release for 8.0.0 (RC1).  There was an issue with
>> HTTP/2 that was causing the server to crash and this release has a fix
>> for it (PR 4225).  I am going to extend the vote until next Tuesday
>> 9/18.  The release notes for 8.0.0 are available at:
> 
> I've tried building the RC1 but the compilation failed. It seems that something
> is wrong with the webp_transform experimental plugin:
> 
> ../libtool: line 7486: cd: ../lib/cppapi: No such file or directory
> libtool:   error: cannot determine absolute directory name of '../lib/cppapi'
> make[2]: *** [Makefile:4019: experimental/webp_transform/WebpTransform.la] Error 1
> make[2]: *** Waiting for unfinished jobs....
> ar: `u' modifier ignored since `D' is the default (see `U')
> make[2]: Leaving directory '/var/tmp/trafficserver-8.0.0/plugins'
> make[1]: *** [Makefile:5465: all-recursive] Error 1
> make[1]: Leaving directory '/var/tmp/trafficserver-8.0.0/plugins'
> make: *** [Makefile:859: all-recursive] Error 1
> 
> Note that, on Debian systems, you need to install libmagick++-dev to
> reproduce the build failure.


Re: [VOTE] Release Apache Traffic Server 8.0.0 (RC1)

Posted by Bryan Call <bc...@apache.org>.
I will try to reproduce the issue today.  I am in a meeting right now and will look at it in a bit.

-Bryan

> On Sep 14, 2018, at 5:17 AM, Emanuele Rocca <em...@wikimedia.org> wrote:
> 
> On 13/09 06:42, Bryan Call wrote:
>> I've prepared a release for 8.0.0 (RC1).  There was an issue with
>> HTTP/2 that was causing the server to crash and this release has a fix
>> for it (PR 4225).  I am going to extend the vote until next Tuesday
>> 9/18.  The release notes for 8.0.0 are available at:
> 
> I've tried building the RC1 but the compilation failed. It seems that something
> is wrong with the webp_transform experimental plugin:
> 
> ../libtool: line 7486: cd: ../lib/cppapi: No such file or directory
> libtool:   error: cannot determine absolute directory name of '../lib/cppapi'
> make[2]: *** [Makefile:4019: experimental/webp_transform/WebpTransform.la] Error 1
> make[2]: *** Waiting for unfinished jobs....
> ar: `u' modifier ignored since `D' is the default (see `U')
> make[2]: Leaving directory '/var/tmp/trafficserver-8.0.0/plugins'
> make[1]: *** [Makefile:5465: all-recursive] Error 1
> make[1]: Leaving directory '/var/tmp/trafficserver-8.0.0/plugins'
> make: *** [Makefile:859: all-recursive] Error 1
> 
> Note that, on Debian systems, you need to install libmagick++-dev to
> reproduce the build failure.


Re: [VOTE] Release Apache Traffic Server 8.0.0 (RC1)

Posted by Emanuele Rocca <em...@wikimedia.org>.
On 13/09 06:42, Bryan Call wrote:
> I've prepared a release for 8.0.0 (RC1).  There was an issue with
> HTTP/2 that was causing the server to crash and this release has a fix
> for it (PR 4225).  I am going to extend the vote until next Tuesday
> 9/18.  The release notes for 8.0.0 are available at:

I've tried building the RC1 but the compilation failed. It seems that something
is wrong with the webp_transform experimental plugin:

 ../libtool: line 7486: cd: ../lib/cppapi: No such file or directory
 libtool:   error: cannot determine absolute directory name of '../lib/cppapi'
 make[2]: *** [Makefile:4019: experimental/webp_transform/WebpTransform.la] Error 1
 make[2]: *** Waiting for unfinished jobs....
 ar: `u' modifier ignored since `D' is the default (see `U')
 make[2]: Leaving directory '/var/tmp/trafficserver-8.0.0/plugins'
 make[1]: *** [Makefile:5465: all-recursive] Error 1
 make[1]: Leaving directory '/var/tmp/trafficserver-8.0.0/plugins'
 make: *** [Makefile:859: all-recursive] Error 1

Note that, on Debian systems, you need to install libmagick++-dev to
reproduce the build failure.

Re: [VOTE] Release Apache Traffic Server 8.0.0 (RC1)

Posted by Emanuele Rocca <em...@wikimedia.org>.
On 13/09 06:42, Bryan Call wrote:
> I've prepared a release for 8.0.0 (RC1).  There was an issue with
> HTTP/2 that was causing the server to crash and this release has a fix
> for it (PR 4225).  I am going to extend the vote until next Tuesday
> 9/18.  The release notes for 8.0.0 are available at:

I've tried building the RC1 but the compilation failed. It seems that something
is wrong with the webp_transform experimental plugin:

 ../libtool: line 7486: cd: ../lib/cppapi: No such file or directory
 libtool:   error: cannot determine absolute directory name of '../lib/cppapi'
 make[2]: *** [Makefile:4019: experimental/webp_transform/WebpTransform.la] Error 1
 make[2]: *** Waiting for unfinished jobs....
 ar: `u' modifier ignored since `D' is the default (see `U')
 make[2]: Leaving directory '/var/tmp/trafficserver-8.0.0/plugins'
 make[1]: *** [Makefile:5465: all-recursive] Error 1
 make[1]: Leaving directory '/var/tmp/trafficserver-8.0.0/plugins'
 make: *** [Makefile:859: all-recursive] Error 1

Note that, on Debian systems, you need to install libmagick++-dev to
reproduce the build failure.