Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2010-01-13 03:27:17 +0000
committerGreg Wilkins2010-01-13 03:27:17 +0000
commit3987ed20aa696f3976af9d5cb5f925f4d1f95686 (patch)
tree576c6e1180425338d890493e4a57c8304d2e592a /VERSION.txt
parenteaab420027fa7622563ae6bb4ab55311d590db2c (diff)
downloadorg.eclipse.jetty.project-3987ed20aa696f3976af9d5cb5f925f4d1f95686.tar.gz
org.eclipse.jetty.project-3987ed20aa696f3976af9d5cb5f925f4d1f95686.tar.xz
org.eclipse.jetty.project-3987ed20aa696f3976af9d5cb5f925f4d1f95686.zip
299455 Enum support in JSONPojoConvertor
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1194 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 07bdb6196c..473212a4a8 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -8,6 +8,7 @@ jetty-7.0.2-SNAPSHOT
+ 298145 Reorganized test harness to separate the HTTP PUT and HTTP GET test URLs
+ 298234 Unit test for jetty-client handling different HTTP error codes
+ 298667 DeploymentManager uses ContextProvider and WebAppProvider
+ + 299455 Enum support in JSONPojoConvertor
+ JETTY-910 Allow request listeners to access session
+ JETTY-1153 System property for UrlEncoded charset
+ JETTY-1155 HttpConnection.close notifies HttpExchange

Back to the top