On 28.01.2014 00:08, Mark Thomas wrote:
> The proposed Apache Tomcat 6.0.39 release candidate is now available
> for voting.
> 
> The main changes since 6.0.37 are:
> - Updated to use the Eclipse compiler 4.3.1
> - Back-ported various improvements to the validation of XML
>   configuration files from Tomcat 7
> - Avoid CVE-2013-1571 when generating Javadoc
> 
> The main changes since 6.0.38 are:
> - Fixed regression in XML validation
> - Cleaned up various aspects of the source
> 
> along with a number of bug fixes. Full details are in the change log.
> 
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.39/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1001/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc6.0.x/tags/TOMCAT_6_0_39
> 
> The proposed 6.0.39 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 6.0.39 Stable

+1 to release, thanks for RM.

Some (minor) findings:

- .gitignore only in svn, not in src tgz or zip
- changed JMX attributes (changes from 6.0.37, not from 6.0.38):
  - new: tldValidation: false in MBeans with j2eeType=WebModule
  - new: xmlNamespaceAware: false and xmlValidation: false
    in j2eeType=WebModule in addition to unchanged Host MBean
- bin tgz seems to contain DOS line ends in many files inside
  bundled webapps, bin/catalina-tasks.xml and RELEASE-NOTES.
- new javadoc packages org.apache.tomcat.util.descriptor and
  org.apache.tomcat.util.http.parser (changes from 6.0.37, not from 6.0.38).
- much less javadoc warnings (from 190 down to 35)
  - src/java/org/apache/jasper/compiler/JDTCompiler.java
    14 warnings of type package org.eclipse.jdt.... does not exist
  - src/java/org/apache/naming/factory/webservices/ServiceProxy.java
    7 warnings of type package javax.xml.rpc does not exist resp.
    and not found symbols as a consequence of that
  - src/java/org/apache/naming/factory/webservices/ServiceRefFactory.java
    14 warnings of type package javax.wsdl... does not exist
    or package javax.xml.rpc.... does not exist plus not
    found symbols as a consequence of that.

Regards,

Rainer

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

Reply via email to