Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2013-11-14 21:02:40 +0000
committerJesse McConnell2013-11-14 21:02:40 +0000
commit3a9861dea11adc42d91deff10a91af0b988a69fd (patch)
treee764e8a665820f3f6036d6ca8a5a478406eae4fc /VERSION.txt
parent80212c1648bdd351fb8ada105dc65c22e35d0c74 (diff)
downloadorg.eclipse.jetty.project-3a9861dea11adc42d91deff10a91af0b988a69fd.tar.gz
org.eclipse.jetty.project-3a9861dea11adc42d91deff10a91af0b988a69fd.tar.xz
org.eclipse.jetty.project-3a9861dea11adc42d91deff10a91af0b988a69fd.zip
set for release
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt19
1 files changed, 18 insertions, 1 deletions
diff --git a/VERSION.txt b/VERSION.txt
index d0c4b305d7..93213c67a2 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,21 @@
-jetty-9.1.0-SNAPSHOT
+jetty-9.1.0.v20131114 - 14 November 2013
+ + 397167 Remote Access documentation is wrong
+ + 416477 QueuedThreadPool does not reuse interrupted threads
+ + 420776 complete error pages after startAsync
+ + 421362 When using the jetty.osgi.boot ContextHandler service feature the
+ wrong ContextHandler can be undeployed
+
+jetty-9.1.0.RC2 - 7 November 2013
+ + 410656 WebSocketSession.suspend() hardcoded to return null
+ + 417223 removed deprecated ThreadPool.dispatch
+ + 418741 Threadlocal cookie buffer in response
+ + 420359 fixed thread warnings
+ + 420572 IOTest explicitly uses 127.0.0.1
+ + 420692 set soTimeout to try to avoid hang
+ + 420844 Connection:close on exceptional errors
+ + 420930 Use Charset to specify character encoding
+ + 421197 synchronize gzip output finish
+ + 421198 onComplete never call onComplete in BufferingResponseListener in 9.1.
jetty-9.1.0.RC1 - 31 October 2013
+ 294531 Unpacking webapp twice to the same directory name causes problems

Back to the top