You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Mladen Turk <mt...@apache.org> on 2014/02/28 10:35:06 UTC

[VOTE] Release Apache Tomcat Connectors 1.2.39

Hi,

Apache Tomcat Connectors 1.2.39 release candidate is ready
for vote at [1]. The build was done using tag [2].
This version fixes few bugs found in released
version 1.2.37 and adds some new features like IPV6 support.


The VOTE will remain open for at least 48 hours.

The Apache Tomcat Connectors 1.2.39 is
  [ ] Stable, go ahead and release
  [ ] Broken because of ...



  [1] http://people.apache.org/~mturk/tomcat-connectors/jk-1.2.39/
  [2] https://svn.apache.org/repos/asf/tomcat/jk/tags/JK_1_2_39/

Regards
-- 
^TM

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


Re: [VOTE] Release Apache Tomcat Connectors 1.2.39

Posted by Tim Whittington <ti...@apache.org>.
On Fri, Feb 28, 2014 at 10:35 PM, Mladen Turk <mt...@apache.org> wrote:

> Hi,
>
> Apache Tomcat Connectors 1.2.39 release candidate is ready
> for vote at [1]. The build was done using tag [2].
> This version fixes few bugs found in released
> version 1.2.37 and adds some new features like IPV6 support.
>
>
> The VOTE will remain open for at least 48 hours.
>
> The Apache Tomcat Connectors 1.2.39 is
>  [ ] Stable, go ahead and release
>  [ ] Broken because of ...
>
>
+1
Belated I know...

Builds with some warnings on OS X Mavericks.
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)

Tested with Apache 2.0, 2.2 and 2.4, worker and prefork builds.
All crash due to https://issues.apache.org/bugzilla/show_bug.cgi?id=55696
.
With minor patch all builds tested fine with complex web apps.

cheers
tim




>
>  [1] http://people.apache.org/~mturk/tomcat-connectors/jk-1.2.39/
>  [2] https://svn.apache.org/repos/asf/tomcat/jk/tags/JK_1_2_39/
>
> Regards
> --
> ^TM
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>
>

Re: [VOTE] Release Apache Tomcat Connectors 1.2.39

Posted by Keiichi Fujino <kf...@apache.org>.
2014-02-28 18:35 GMT+09:00 Mladen Turk <mt...@apache.org>:

> Hi,
>
> Apache Tomcat Connectors 1.2.39 release candidate is ready
> for vote at [1]. The build was done using tag [2].
> This version fixes few bugs found in released
> version 1.2.37 and adds some new features like IPV6 support.
>
>
> The VOTE will remain open for at least 48 hours.
>
> The Apache Tomcat Connectors 1.2.39 is
>  [ ] Stable, go ahead and release
>  [ ] Broken because of ...
>
>
>
+1

Build succesfully and works fine.
RHEL 6.3
gcc-4.4.6-4.el6.x86_64




>
>  [1] http://people.apache.org/~mturk/tomcat-connectors/jk-1.2.39/
>  [2] https://svn.apache.org/repos/asf/tomcat/jk/tags/JK_1_2_39/
>
> Regards
> --
> ^TM
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>
> --
> Keiichi.Fujino <de...@tomcat.apache.org>

Re: [VOTE] Release Apache Tomcat Connectors 1.2.39

Posted by Mladen Turk <mt...@apache.org>.
On 03/03/2014 02:10 PM, Rainer Jung wrote:
> On 28.02.2014 10:35, Mladen Turk wrote:
>
> The README, *.pdb, *.dll and *.so files contained in the binary zips for
> Windows extract as owner and group writable for me on Unix (even when
> using umask 022).

I did that on purpose. There was some problems if using cygwin zip
to uncompress those files. If it's not 664 and 775 it will set some weird
security settings on those files making them unloadable by IIS.


Cheers
-- 
^TM

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


Re: [VOTE] Release Apache Tomcat Connectors 1.2.39

Posted by Rainer Jung <ra...@kippdata.de>.
On 28.02.2014 10:35, Mladen Turk wrote:

> Apache Tomcat Connectors 1.2.39 release candidate is ready
> for vote at [1]. The build was done using tag [2].
> This version fixes few bugs found in released
> version 1.2.37 and adds some new features like IPV6 support.
> 
> 
> The VOTE will remain open for at least 48 hours.
> 
> The Apache Tomcat Connectors 1.2.39 is
>  [X] Stable, go ahead and release
>  [ ] Broken because of ...

+1

Details:

- Sigs and hashes OK
- key in KEYS file
  - key is only signed by Jean-Frederic, would be good to
    find a few more people to sign it for the web of trust
- gz and zip for src identical
- src consistent with svn tag, except for the following expected deltas:
  - LICENSE and NOTICE moved one directory up (OK)
  - KEYS not in dist (OK)
  - deprectated jk2 xdocs missing in dist (OK)
  - additional generated files in dist: aclocal.m4, configure,
    Makefile.in, config.h.in, html docs in dist (OK)
  - additional auto tool copied files in dist: install-sh, ltmain.sh,
    missing (OK)
  - build.properties.autoconf, native/build.xml and the jkant directory
    missing from dist.

Builds succesfully on all tested platforms:

- Solaris 8 Sparc using gcc 4.1.2 as 32 Bit Binaries for 1.3, 2.0, 2.2
- Solaris 10 Sparc using gcc 4.8.2 as 32 Bit Binaries for 2.4
- SLES 10 64 bit using platform gcc for 1.3, 2.0, 2.2
- SLES 10 32 bit using platform gcc for 2.2
- SLES 11 64 bit using platform gcc for 2.2, 2.4
- RHEL 5 64bit using platform gcc for 2.2
- SLES 6 64 bit using platform gcc for 2.2, 2.4

using CFLAGS: -O2 -g -Wall -fno-strict-aliasing
(and -mpcu=v9 on Solaris)

Additional observations (not a regression, affected file list slightly
different from 1.2.37):

The README, *.pdb, *.dll and *.so files contained in the binary zips for
Windows extract as owner and group writable for me on Unix (even when
using umask 022). All other files are OK. Maybe some possible
improvement of setting the perms after build and before zipping. i don't
see such problems in the src zip.

File ltmain.sh in src tar and zip has perms 644 instead of 755 (not a
regression).

Regards,

Rainer

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


Re: [VOTE] Release Apache Tomcat Connectors 1.2.39

Posted by Keiichi Fujino <kf...@apache.org>.
2014-02-28 18:35 GMT+09:00 Mladen Turk <mt...@apache.org>:

> Hi,
>
> Apache Tomcat Connectors 1.2.39 release candidate is ready
> for vote at [1]. The build was done using tag [2].
> This version fixes few bugs found in released
> version 1.2.37 and adds some new features like IPV6 support.
>
>
> The VOTE will remain open for at least 48 hours.
>
> The Apache Tomcat Connectors 1.2.39 is
>  [X] Stable, go ahead and release
>  [ ] Broken because of ...
>
>
+1
Build succesfully and works fine.
RHEL 6.3
gcc-4.4.6-4.el6.x86_64


>
>
>  [1] http://people.apache.org/~mturk/tomcat-connectors/jk-1.2.39/
>  [2] https://svn.apache.org/repos/asf/tomcat/jk/tags/JK_1_2_39/
>
> Regards
> --
> ^TM
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>
> --
> Keiichi.Fujino <de...@tomcat.apache.org>

[RESULT] Was: [VOTE] Release Apache Tomcat Connectors 1.2.39

Posted by Mladen Turk <mt...@apache.org>.
With required number of three +1 votes (Rainer, Keiichi, Mladen)
and no other votes, I declare this vote as passed.

I'll upload the artefacts, and create ANN message and update web site after mirror sync.

On 02/28/2014 10:35 AM, Mladen Turk wrote:
> Hi,
>
> Apache Tomcat Connectors 1.2.39 release candidate is ready
> for vote at [1]. The build was done using tag [2].
> This version fixes few bugs found in released
> version 1.2.37 and adds some new features like IPV6 support.
>
>
> The VOTE will remain open for at least 48 hours.
>
> The Apache Tomcat Connectors 1.2.39 is
>   [ ] Stable, go ahead and release
>   [ ] Broken because of ...
>
>
>
>   [1] http://people.apache.org/~mturk/tomcat-connectors/jk-1.2.39/
>   [2] https://svn.apache.org/repos/asf/tomcat/jk/tags/JK_1_2_39/
>

Regards
-- 
^TM

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


Re: [VOTE] Release Apache Tomcat Connectors 1.2.39

Posted by Mladen Turk <mt...@apache.org>.
On 02/28/2014 10:35 AM, Mladen Turk wrote:
>
> The Apache Tomcat Connectors 1.2.39 is
>   [X] Stable, go ahead and release
>   [ ] Broken because of ...
>
>

My vote for the record

Regards
-- 
^TM

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