From: Greg W. <gre...@us...> - 2004-04-05 11:58:14
|
User: gregwilkins Date: 04/04/05 04:45:34 Modified: . VERSION.TXT ant.properties Log: updated to mx4j2.0 Revision Changes Path 3.744 +3 -0 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.743 retrieving revision 3.744 diff -u -w -r3.743 -r3.744 --- VERSION.TXT 30 Mar 2004 11:29:30 -0000 3.743 +++ VERSION.TXT 5 Apr 2004 11:45:34 -0000 3.744 @@ -11,11 +11,14 @@ + Fixed DOS problem + Worked around bad jboss URL handler in XMLParser + Forced close of connections over stop/start + + ProxiedFor field support added to NCSARequestLog + + Updated mx4j to V2 Jetty-4.2.20pre0 + Worked around bad jboss URL handler in XMLParser + Forced close of connections over stop/start + HttpFields protected headers + + ProxiedFor field support added to NCSARequestLog Jetty-4.2.19 - 19 Mar 2004 + Fixed DOS attack problem 3.19 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.18 retrieving revision 3.19 diff -u -w -r3.18 -r3.19 --- ant.properties 30 Jan 2004 06:15:15 -0000 3.18 +++ ant.properties 5 Apr 2004 11:45:34 -0000 3.19 @@ -1,7 +1,7 @@ VERSION.MAJOR=5 VERSION.MINOR=0 -VERSION.BUILD=beta2 +VERSION.BUILD=RC0 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |