From: Greg W. <gre...@us...> - 2004-03-01 09:14:45
|
User: gregwilkins Date: 04/03/01 00:56:03 Modified: . Tag: Jetty_4_2 VERSION.TXT ant.properties Log: version Revision Changes Path No revision No revision 3.672.2.60 +2 -0 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.672.2.59 retrieving revision 3.672.2.60 diff -u -w -r3.672.2.59 -r3.672.2.60 --- VERSION.TXT 29 Feb 2004 18:38:45 -0000 3.672.2.59 +++ VERSION.TXT 1 Mar 2004 08:56:02 -0000 3.672.2.60 @@ -1,11 +1,13 @@ Jetty Versions -------------- +Jetty-4.2.18 - 1 Mar 2004 + Added log4j context repository to jettyplus + NPE guard for no-listener junit deployment + Improved log performance + Fixed j2se 1.3 problem with HttpFields + Suppress some more IOExceptions + + Default servlet respectes servlet path Jetty-4.2.17 - 1 Feb 2004 + Fixed busy loop in threadpool run 3.7.2.13 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.7.2.12 retrieving revision 3.7.2.13 diff -u -w -r3.7.2.12 -r3.7.2.13 --- ant.properties 1 Feb 2004 03:02:25 -0000 3.7.2.12 +++ ant.properties 1 Mar 2004 08:56:02 -0000 3.7.2.13 @@ -1,7 +1,7 @@ VERSION.MAJOR=4 VERSION.MINOR=2 -VERSION.BUILD=17 +VERSION.BUILD=18 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |