From: Greg W. <gre...@us...> - 2004-08-23 11:50:24
|
User: gregwilkins Date: 04/08/23 04:50:14 Modified: . Tag: Jetty_4_2 VERSION.TXT ant.properties Log: Added parameters for acceptQueueSize and lowResources level. Revision Changes Path No revision No revision 3.672.2.82 +2 -1 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.672.2.81 retrieving revision 3.672.2.82 diff -u -w -r3.672.2.81 -r3.672.2.82 --- VERSION.TXT 6 Aug 2004 02:05:02 -0000 3.672.2.81 +++ VERSION.TXT 23 Aug 2004 11:50:11 -0000 3.672.2.82 @@ -1,9 +1,10 @@ Jetty Versions -------------- +Jetty-4.2.22 - 23 August + fixed jaas logout for jetty-jboss integration + fixed deployment of ejb-link elements in web.xml for jboss - + + Added parameters for acceptQueueSize and lowResources level. Jetty-5.0.RC2 - 2 July 2004 + Fixed DIGEST challenge delimiters 3.7.2.19 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.7.2.18 retrieving revision 3.7.2.19 diff -u -w -r3.7.2.18 -r3.7.2.19 --- ant.properties 10 Jul 2004 06:47:07 -0000 3.7.2.18 +++ ant.properties 23 Aug 2004 11:50:12 -0000 3.7.2.19 @@ -1,7 +1,7 @@ VERSION.MAJOR=4 VERSION.MINOR=2 -VERSION.BUILD=21 +VERSION.BUILD=22 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |