From: Greg W. <gre...@us...> - 2004-02-01 03:04:17
|
User: gregwilkins Date: 04/01/31 19:02:25 Modified: . Tag: Jetty_4_2 VERSION.TXT ant.properties Log: Fixed busy loop introduced in 4.2.15 Revision Changes Path No revision No revision 3.672.2.54 +4 -0 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.672.2.53 retrieving revision 3.672.2.54 diff -u -w -r3.672.2.53 -r3.672.2.54 --- VERSION.TXT 30 Jan 2004 02:56:55 -0000 3.672.2.53 +++ VERSION.TXT 1 Feb 2004 03:02:25 -0000 3.672.2.54 @@ -1,6 +1,10 @@ Jetty Versions -------------- +Jetty-4.2.17 - 1 Feb 2004 + + Fixed busy loop in threadpool run + + Reorganized ServletHolder init + Jetty-4.2.16 - 30 Jan 2004 + Fixed setDate multi-cpu race + Improved low thread handling 3.7.2.12 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.7.2.11 retrieving revision 3.7.2.12 diff -u -w -r3.7.2.11 -r3.7.2.12 --- ant.properties 29 Jan 2004 13:16:17 -0000 3.7.2.11 +++ ant.properties 1 Feb 2004 03:02:25 -0000 3.7.2.12 @@ -1,7 +1,7 @@ VERSION.MAJOR=4 VERSION.MINOR=2 -VERSION.BUILD=16 +VERSION.BUILD=17 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |