[CANCELLED][VOTE] Release Apache Tomcat 9.0.32

2020-03-10 Thread Mark Thomas
I'm cancelling this vote due to the regression identified in
https://bz.apache.org/bugzilla/show_bug.cgi?id=64210

Updated RC to follow shortly

Mark


On 06/03/2020 10:12, Mark Thomas wrote:
> The proposed Apache Tomcat 9.0.32 release is now available for voting.
> 
> The major changes compared to the 9.0.31 release are:
> 
> - Add new attribute persistAuthentication to both StandardManager and
>   PersistentManager to support authentication persistence.
>   Patch provided by Carsten Klein
> 
> - A zero length AJP secret will now behave as if it has not been
>   specified.
> 
> - Add the TLS request attributes used by IIS to the attributes that
>   an AJP Connector will always accept.
> 
> Along with lots of other bug fixes and improvements.
> 
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat9/docs/changelog.html
> 
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.32/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1251/
> The tag is:
> https://github.com/apache/tomcat/tree/9.0.32
> 3a9578990e4e90bcc04bf7d5ef3bc47445e827e6
> 
> The proposed 9.0.32 release is:
> [ ] Broken - do not release
> [ ] Stable - go ahead and release as 9.0.32
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
> 


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



Re: [VOTE] Release Apache Tomcat 9.0.32

2020-03-09 Thread Martin Grigorov
On Fri, Mar 6, 2020 at 12:12 PM Mark Thomas  wrote:

> The proposed Apache Tomcat 9.0.32 release is now available for voting.
>
> The major changes compared to the 9.0.31 release are:
>
> - Add new attribute persistAuthentication to both StandardManager and
>   PersistentManager to support authentication persistence.
>   Patch provided by Carsten Klein
>
> - A zero length AJP secret will now behave as if it has not been
>   specified.
>
> - Add the TLS request attributes used by IIS to the attributes that
>   an AJP Connector will always accept.
>
> Along with lots of other bug fixes and improvements.
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat9/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.32/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1251/
> The tag is:
> https://github.com/apache/tomcat/tree/9.0.32
> 3a9578990e4e90bcc04bf7d5ef3bc47445e827e6
>
> The proposed 9.0.32 release is:
> [ ] Broken - do not release
> [ X ] Stable - go ahead and release as 9.0.32
>

Regards,
Martin


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


Re: [VOTE] Release Apache Tomcat 9.0.32

2020-03-06 Thread jean-frederic clere

On 06/03/2020 11:12, Mark Thomas wrote:

[X] Stable - go ahead and release as 9.0.32


Tested on fedora32 with tc-native-1.2.23

--
Cheers

Jean-Frederic

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



Re: [VOTE] Release Apache Tomcat 9.0.32

2020-03-06 Thread Rémy Maucherat
On Fri, Mar 6, 2020 at 11:12 AM Mark Thomas  wrote:

> The proposed Apache Tomcat 9.0.32 release is now available for voting.
>
> The major changes compared to the 9.0.31 release are:
>
> - Add new attribute persistAuthentication to both StandardManager and
>   PersistentManager to support authentication persistence.
>   Patch provided by Carsten Klein
>
> - A zero length AJP secret will now behave as if it has not been
>   specified.
>
> - Add the TLS request attributes used by IIS to the attributes that
>   an AJP Connector will always accept.
>
> Along with lots of other bug fixes and improvements.
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat9/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.32/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1251/
> The tag is:
> https://github.com/apache/tomcat/tree/9.0.32
> 3a9578990e4e90bcc04bf7d5ef3bc47445e827e6
>
> The proposed 9.0.32 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 9.0.32
>

Rémy


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


Re: [VOTE] Release Apache Tomcat 9.0.32

2020-03-06 Thread Mark Thomas
On 06/03/2020 10:12, Mark Thomas wrote:



> The proposed 9.0.32 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 9.0.32

Unit tests pass on Windows, Linux and MacOS for NIO, NIO2 and APR/Native
with the Tomcat Native 1.2.23.

Mark

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



[VOTE] Release Apache Tomcat 9.0.32

2020-03-06 Thread Mark Thomas
The proposed Apache Tomcat 9.0.32 release is now available for voting.

The major changes compared to the 9.0.31 release are:

- Add new attribute persistAuthentication to both StandardManager and
  PersistentManager to support authentication persistence.
  Patch provided by Carsten Klein

- A zero length AJP secret will now behave as if it has not been
  specified.

- Add the TLS request attributes used by IIS to the attributes that
  an AJP Connector will always accept.

Along with lots of other bug fixes and improvements.

For full details, see the changelog:
https://ci.apache.org/projects/tomcat/tomcat9/docs/changelog.html

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.32/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1251/
The tag is:
https://github.com/apache/tomcat/tree/9.0.32
3a9578990e4e90bcc04bf7d5ef3bc47445e827e6

The proposed 9.0.32 release is:
[ ] Broken - do not release
[ ] Stable - go ahead and release as 9.0.32

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