On 14/01/2010 14:23, jean-frederic clere wrote: > The candidates binaries are available here: > http://people.apache.org/~jfclere/tomcat-6/v6.0.23/ > > According to the release process, the 6.0.23 tag is: > [ ] Broken > [ ] Alpha > [X] Beta > [ ] Stable
Checked -src.tz.gz -src.zip -windows-x64.zip -windows-x86.zip .exe .zip Signatures match MD5s match Key in ASF web of trust Three files have unix line endings in the -src.zip distro res/maven/dbcp.pom (fixed in svn) res/META-INF/default.notice (proposal in STATUS.txt) res/META-INF/jasper-jdt.jar.notice (proposal in STATUS.txt) I'm not concerned about any of these. .zip distro starts with no obvious errors Config files for *.zip distributions have unix line endings. That is going to be a pain for Windows users. I think this needs fixing for a stable release. Testing on 64-bit Windows -x86.zip distro starts with no obvious errors on 64-bit JVM and uses BIO -x86.zip distro starts with no obvious errors on 32-bit JVM and uses APR -x64.zip distro starts with no obvious errors on 64-bit JVM and uses APR -x64.zip distro starts with no obvious errors on 32-bit JVM and uses BIO Nice :) Windows installer detects 64-bit OS and installs correct version of APR/native. Tomcat starts happily. Uninstaller cleans up after itself correctly. JSP 2.1b TCK tests pass without a security manager JSP 2.1b TCK tests pass with a security manager Servlet 2.5 TCK tests pass without a security manager Servlet 2.5 TCK tests pass with a security manager had 27 failures 5 failures were expected since the tests try to create a network connection and the security manager prevents that. I'm not concerned about these. 22 failures were caused by the fix for 47774. I think this needs fixing for a stable release. Unit tests all pass. I'll work on patches for the TCK failures with a security manager and the line-endings in the binary distributions. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org