From: Greg W. <gre...@us...> - 2004-04-07 09:37:47
|
User: gregwilkins Date: 04/04/07 02:24:52 Modified: . Tag: Jetty_4_2 VERSION.TXT ant.properties Log: versions Revision Changes Path No revision No revision 3.672.2.70 +1 -1 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.672.2.69 retrieving revision 3.672.2.70 diff -u -w -r3.672.2.69 -r3.672.2.70 --- VERSION.TXT 7 Apr 2004 09:15:47 -0000 3.672.2.69 +++ VERSION.TXT 7 Apr 2004 09:24:50 -0000 3.672.2.70 @@ -1,7 +1,7 @@ Jetty Versions -------------- -Jetty-4.2.20pre0 - 7 April 2004 +Jetty-4.2.20RC0 - 7 April 2004 + Worked around bad jboss URL handler in XMLParser + Forced close of connections over stop/start + HttpFields protected headers 3.7.2.16 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.7.2.15 retrieving revision 3.7.2.16 diff -u -w -r3.7.2.15 -r3.7.2.16 --- ant.properties 5 Apr 2004 20:36:20 -0000 3.7.2.15 +++ ant.properties 7 Apr 2004 09:24:51 -0000 3.7.2.16 @@ -1,7 +1,7 @@ VERSION.MAJOR=4 VERSION.MINOR=2 -VERSION.BUILD=20pre0 +VERSION.BUILD=20RC0 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |