Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2011-02-15 22:23:36 +0000
committerJesse McConnell2011-02-15 22:23:36 +0000
commite78dcf94f27d68839fa792bda9b3805b44e4a0af (patch)
tree9bffb8f903aa0fd90817ecb61330198e64644ce6 /VERSION.txt
parent42f1a1ea631548350e58facfe5db307aba5d702f (diff)
downloadorg.eclipse.jetty.project-e78dcf94f27d68839fa792bda9b3805b44e4a0af.tar.gz
org.eclipse.jetty.project-e78dcf94f27d68839fa792bda9b3805b44e4a0af.tar.xz
org.eclipse.jetty.project-e78dcf94f27d68839fa792bda9b3805b44e4a0af.zip
337258 Scanner start and end cycle notification via listener
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2794 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/VERSION.txt b/VERSION.txt
index df87b9b282..dccb04b814 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -3,6 +3,7 @@ jetty-7.3.1-SNAPSHOT
+ 336691 Possible wrong length returned by ChannelEndPoint.flush() in case of RandomAccessFileBuffer
+ 336781 If xml parser is not validating, turn off external dtd resolution
+ 336793 Tee data filled and flushed from endpoint
+ + 337258 Scanner start and end cycle notification
jetty-7.3.0.v20110203 3 February 2011
+ JETTY-1259 NullPointerException in JDBCSessionIdManager when invalidating session (further update)

Back to the top