From: Greg W. <gre...@us...> - 2003-07-06 14:10:53
|
User: gregwilkins Date: 03/07/06 07:10:53 Modified: . VERSION.TXT ant.properties Log: versions Revision Changes Path 3.672 +5 -5 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.671 retrieving revision 3.672 diff -u -w -r3.671 -r3.672 --- VERSION.TXT 6 Jul 2003 05:40:50 -0000 3.671 +++ VERSION.TXT 6 Jul 2003 14:10:52 -0000 3.672 @@ -1,15 +1,15 @@ Jetty Versions -------------- -Jetty-4.2.10 - + Improvement to JettyPlus config of datasources and connection pools - + Addition of mail service for JettyPlus - + Move to Service-based architecture for JettyPlus features - + Re-implementation of JNDI +Jetty-4.2.10 - 7 July 2003 + Updates to JettyPlus documentation + Updates to Jetty tutorial for start.jar, jmx etc Jetty-4.2.10pre2 - 4 July 2003 + + Improvement to JettyPlus config of datasources and connection pools + + Addition of mail service for JettyPlus + + Move to Service-based architecture for JettyPlus features + + Re-implementation of JNDI + Many improvements in JettyPlus java:comp handling + Allow multiple security-role-ref elements per servlet. + Handle Proxy-Connection better 3.7 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.6 retrieving revision 3.7 diff -u -w -r3.6 -r3.7 --- ant.properties 4 Jul 2003 02:42:28 -0000 3.6 +++ ant.properties 6 Jul 2003 14:10:52 -0000 3.7 @@ -1,7 +1,7 @@ VERSION.MAJOR=4 VERSION.MINOR=2 -VERSION.BUILD=10pre2 +VERSION.BUILD=10 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |