From: Greg W. <gre...@us...> - 2004-08-27 12:55:04
|
User: gregwilkins Date: 04/08/27 05:54:52 Modified: . VERSION.TXT ant.properties Log: version Revision Changes Path 3.777 +2 -0 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.776 retrieving revision 3.777 diff -u -w -r3.776 -r3.777 --- VERSION.TXT 23 Aug 2004 11:54:47 -0000 3.776 +++ VERSION.TXT 27 Aug 2004 12:54:42 -0000 3.777 @@ -1,6 +1,7 @@ Jetty Versions -------------- +Jetty-5.0.RC3 - 27 August + DIGEST auth handles qop, stale and maxNonceAge. + Less verbose warning for non validating xml parser. + fixed jaas logout for jetty-jboss @@ -8,6 +9,7 @@ + Update to jasper 5.0.27 + Added parameters for acceptQueueSize and lowResources level. + Changed default URI encoding to UTF-8 + + Fixes to work with java 1.5 Jetty-4.2.22 - 23 August + fixed jaas logout for jetty-jboss integration 3.24 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.23 retrieving revision 3.24 diff -u -w -r3.23 -r3.24 --- ant.properties 27 Aug 2004 10:28:20 -0000 3.23 +++ ant.properties 27 Aug 2004 12:54:51 -0000 3.24 @@ -1,7 +1,7 @@ VERSION.MAJOR=5 VERSION.MINOR=0 -VERSION.BUILD=RC2 +VERSION.BUILD=RC3 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |