Filip Hanik - Dev Lists schrieb:
The candidates binaries are available here:
http://people.apache.org/~fhanik/tomcat/tomcat-5.5/v5.5.26/


According to the release process, the 5.5.26 tag is:
[ ] Broken
[ ] Alpha
[ ] Beta
[X] Stable

Minor regression we should fix in next release:

The renaming of bin/commons-logging-api.jar to bin/commons-logging-api-1.1.1.jar was successfully put into the manifest of bootstrap.jar, but the following files miss the update:

RELEASE-NOTES and webapps/ROOT/RELEASE-NOTES.txt (file name and version number wrong):
* commons-logging-api.jar (Commons Logging API 1.0.x)

bin/catalina-tasks.xml:
      <fileset file="${catalina.home}/bin/commons-logging-api.jar"/>
bin/jkstatus-tasks.xml:
<pathelement location="${jkstatus.home}/bin/commons-logging-api.jar"/>

bin/catalina.sh (we could remove cl completely, because it's included in the classpath via the bootstrap manifest):
CLASSPATH="$CLASSPATH":"$CATALINA_HOME"/bin/bootstrap.jar:"$CATALINA_HOME"/bin/commons-logging-api.jar

conf/catalina.policy_default:
// These permissions apply to the commons-logging API
grant codeBase "file:${catalina.home}/bin/commons-logging-api.jar" {

Regards,

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to