You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Rémy Maucherat <re...@apache.org> on 2022/06/02 19:46:07 UTC

[VOTE] Release Apache Tomcat 9.0.64

The proposed Apache Tomcat 9.0.64 release is now available for voting.

The notable changes compared to 9.0.63 are:

- Correct a regression in the support added for encrypted PKCS#1
   formatted private keys in the previous release that broke support
   for unencrypted PKCS#1 formatted private keys.

- Increase the default buffer size for cluster messages from 43800
   to 65536 bytes. This is expected to improve performance for large
   messages when running on Linux based systems.

- When using TLS with non-blocking writes and the NIO connector,
   ensure that flushing the buffers attempts to empty all of the
   output buffers.

Along with lots of other bug fixes and improvements.

For full details, see the changelog:
https://nightlies.apache.org/tomcat/tomcat-9.0.x/docs/changelog.html

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.64/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1378
The tag is:
https://github.com/apache/tomcat/tree/9.0.64
1419d61f200be876baddb0997919fb82c230a857

The proposed 9.0.64 release is:
[ ] Broken - do not release
[ ] Stable - go ahead and release as 9.0.64 (stable)

Rémy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [VOTE] Release Apache Tomcat 9.0.64

Posted by Rémy Maucherat <re...@apache.org>.
On Thu, Jun 2, 2022 at 9:46 PM Rémy Maucherat <re...@apache.org> wrote:
>
> The proposed Apache Tomcat 9.0.64 release is now available for voting.
>
> The notable changes compared to 9.0.63 are:
>
> - Correct a regression in the support added for encrypted PKCS#1
>    formatted private keys in the previous release that broke support
>    for unencrypted PKCS#1 formatted private keys.
>
> - Increase the default buffer size for cluster messages from 43800
>    to 65536 bytes. This is expected to improve performance for large
>    messages when running on Linux based systems.
>
> - When using TLS with non-blocking writes and the NIO connector,
>    ensure that flushing the buffers attempts to empty all of the
>    output buffers.
>
> Along with lots of other bug fixes and improvements.
>
> For full details, see the changelog:
> https://nightlies.apache.org/tomcat/tomcat-9.0.x/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.64/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1378
> The tag is:
> https://github.com/apache/tomcat/tree/9.0.64
> 1419d61f200be876baddb0997919fb82c230a857
>
> The proposed 9.0.64 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 9.0.64 (stable)

Rémy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [VOTE] Release Apache Tomcat 9.0.64

Posted by Han Li <ao...@gmail.com>.
 [X] Stable - go ahead and release as 9.0.64 (stable)

Rémy Maucherat <re...@apache.org> 于2022年6月3日周五 03:46写道:

> The proposed Apache Tomcat 9.0.64 release is now available for voting.
>
> The notable changes compared to 9.0.63 are:
>
> - Correct a regression in the support added for encrypted PKCS#1
>    formatted private keys in the previous release that broke support
>    for unencrypted PKCS#1 formatted private keys.
>
> - Increase the default buffer size for cluster messages from 43800
>    to 65536 bytes. This is expected to improve performance for large
>    messages when running on Linux based systems.
>
> - When using TLS with non-blocking writes and the NIO connector,
>    ensure that flushing the buffers attempts to empty all of the
>    output buffers.
>
> Along with lots of other bug fixes and improvements.
>
> For full details, see the changelog:
> https://nightlies.apache.org/tomcat/tomcat-9.0.x/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.64/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1378
> The tag is:
> https://github.com/apache/tomcat/tree/9.0.64
> 1419d61f200be876baddb0997919fb82c230a857
>
> The proposed 9.0.64 release is:
> [ ] Broken - do not release
> [ ] Stable - go ahead and release as 9.0.64 (stable)
>
> Rémy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>
>

Re: [VOTE] Release Apache Tomcat 9.0.64

Posted by Mark Thomas <ma...@apache.org>.
On 02/06/2022 20:46, Rémy Maucherat wrote:

> The proposed 9.0.64 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 9.0.64 (stable)

Unit tests pass on Linux, Windows and MacOS.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [VOTE] Release Apache Tomcat 9.0.64

Posted by jean-frederic clere <jf...@gmail.com>.
On 02/06/2022 21:46, Rémy Maucherat wrote:
> [X] Stable - go ahead and release as 9.0.64 (stable)

Tested on fedora35.

-- 
Cheers

Jean-Frederic


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[VOTE][RESULT] Release Apache Tomcat 9.0.64

Posted by Rémy Maucherat <re...@apache.org>.
The following votes were cast:

Binding:
+1: remm, markt, jfclere

Non-Binding
+1: Han Li

No other votes were cast. The vote therefore passes.

Thanks to everyone who contributed to this release.

Rémy

On Thu, Jun 2, 2022 at 9:46 PM Rémy Maucherat <re...@apache.org> wrote:
>
> The proposed Apache Tomcat 9.0.64 release is now available for voting.
>
> The notable changes compared to 9.0.63 are:
>
> - Correct a regression in the support added for encrypted PKCS#1
>    formatted private keys in the previous release that broke support
>    for unencrypted PKCS#1 formatted private keys.
>
> - Increase the default buffer size for cluster messages from 43800
>    to 65536 bytes. This is expected to improve performance for large
>    messages when running on Linux based systems.
>
> - When using TLS with non-blocking writes and the NIO connector,
>    ensure that flushing the buffers attempts to empty all of the
>    output buffers.
>
> Along with lots of other bug fixes and improvements.
>
> For full details, see the changelog:
> https://nightlies.apache.org/tomcat/tomcat-9.0.x/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.64/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1378
> The tag is:
> https://github.com/apache/tomcat/tree/9.0.64
> 1419d61f200be876baddb0997919fb82c230a857
>
> The proposed 9.0.64 release is:
> [ ] Broken - do not release
> [ ] Stable - go ahead and release as 9.0.64 (stable)
>
> Rémy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org