From: Greg W. <gre...@us...> - 2004-05-24 10:07:58
|
User: gregwilkins Date: 04/05/24 03:07:36 Modified: . VERSION.TXT ant.properties Log: release Revision Changes Path 3.755 +3 -2 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.754 retrieving revision 3.755 diff -u -w -r3.754 -r3.755 --- VERSION.TXT 9 May 2004 20:30:26 -0000 3.754 +++ VERSION.TXT 24 May 2004 10:07:34 -0000 3.755 @@ -1,15 +1,16 @@ Jetty Versions -------------- -Jetty-5 +Jetty-5.0.RC1 - 24 May 2004 + Changed to apache 2.0 license + added extra/etc/start-plus.config to set up main.class for jettyplus + maxFormContentLength may be unlimited with <0 value + Fixed HTTP tunnel timeout setting. + Improved handling of exception from servlet init. + FORM auth redirects to context on a re-auth + + Handle multiple virutal hosts from JBoss 3.2.4RC2 -Jetty-4 +Jetty-4.2.20 - 22 May 2004 + maxFormContentLength may be unlimited with <0 value + Fixed HTTP tunnel timeout setting. + Improved handling of exception from servlet init. 3.20 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.19 retrieving revision 3.20 diff -u -w -r3.19 -r3.20 --- ant.properties 5 Apr 2004 11:45:34 -0000 3.19 +++ ant.properties 24 May 2004 10:07:35 -0000 3.20 @@ -1,7 +1,7 @@ VERSION.MAJOR=5 VERSION.MINOR=0 -VERSION.BUILD=RC0 +VERSION.BUILD=RC1 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |