Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2009-06-18 03:27:50 +0000
committerJan Bartel2009-06-18 03:27:50 +0000
commitd825ba729bc1b90a67ae1ab09bf5b21c3a2b16bf (patch)
tree61f17a4de6bcb171c17e60faf38585220c8ce524 /VERSION.txt
parent2cb525bbf20a5a664adb86e49ea6a6903519f2c4 (diff)
downloadorg.eclipse.jetty.project-d825ba729bc1b90a67ae1ab09bf5b21c3a2b16bf.tar.gz
org.eclipse.jetty.project-d825ba729bc1b90a67ae1ab09bf5b21c3a2b16bf.tar.xz
org.eclipse.jetty.project-d825ba729bc1b90a67ae1ab09bf5b21c3a2b16bf.zip
280707 client.HttpConnection does not catch and handle non-IOExceptions
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@421 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 aa8fd4231f..3da5b23381 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -12,6 +12,7 @@ jetty-7.0.0.M3-SNAPSHOT
+ 279725 Support 100 and 102 expectations
+ Refactored AbstractBuffers to HttpBuffers for performance
+ Numerous cleanups from static code analysis
+ + 280707 client.HttpConnection does not catch and handle non-IOExceptions
jetty-7.0.0.M2 18 May 2009
+ JETTY-937 Work around Sun JVM bugs

Back to the top