Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2010-08-18 17:43:59 +0000
committerJesse McConnell2010-08-18 17:43:59 +0000
commita3033e34f891a77a7cf4ecda5024a0cca37642c9 (patch)
tree84882b8fac9acf3d4c9ce3dd91f6374c8b082919 /VERSION.txt
parentb647bf0a16cd5379130009e06062dbcdfe599ef6 (diff)
downloadorg.eclipse.jetty.project-a3033e34f891a77a7cf4ecda5024a0cca37642c9.tar.gz
org.eclipse.jetty.project-a3033e34f891a77a7cf4ecda5024a0cca37642c9.tar.xz
org.eclipse.jetty.project-a3033e34f891a77a7cf4ecda5024a0cca37642c9.zip
JETTY-1261 resolve usage of null listener is StandardDescriptorProcessor
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2218 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 5ac4d1c393..3efc3ae96c 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -20,6 +20,7 @@ jetty-7.2-SNAPSHOT
+ JETTY-1249 Apply max idle time to all connectors
+ JETTY-1250 Parallel start of HandlerCollection
+ JETTY-1256 annotation jars from Orbit
+ + JETTY-1261 errant listener usage in StandardDescriptorProcessor
+ Fix jetty-plus.xml for new configuration names
+ Added ignore to Logger interface
+ Improved debug dump

Back to the top