Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2015-03-10 12:28:11 +0000
committerJesse McConnell2015-03-10 12:28:11 +0000
commit21f6bb6edf4521486ce9ebd86f57ee1b6ea306db (patch)
treeb5625a8e9fe9376949e4889ba706bc955cacff85 /VERSION.txt
parent8d9b7613c9e2fe9db01b2724866a8d3f5869d61d (diff)
downloadorg.eclipse.jetty.project-21f6bb6edf4521486ce9ebd86f57ee1b6ea306db.tar.gz
org.eclipse.jetty.project-21f6bb6edf4521486ce9ebd86f57ee1b6ea306db.tar.xz
org.eclipse.jetty.project-21f6bb6edf4521486ce9ebd86f57ee1b6ea306db.zip
set for relesae
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 804d98186b..949a6daad5 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,16 @@
-jetty-9.2.10-SNAPSHOT
+jetty-9.2.10.v20150310 - 10 March 2015
+ + 445518 Provide different error callbacks to ProxyServlet.
+ + 456521 ShutdownHandler should shut down more gracefully
+ + 458140 Added DispatcherType support to RewriteHandler
+ + 460769 ClientUpgradeRequest sends cookies in the wrong format
+ + 460905 Make sure TimeoutCompleteListener is cancelled if the request cannot
+ be sent.
+ + 461070 Handle setReadListener on request with no content
+ + 461133 allow stop port to reuse address
+ + 461452 Double release of buffer by HttpReceiverOverHTTP
+ + 461499 ConnectionPool may leak connections.
+ + 461623 BufferUtil.writeTo does not update position consistently
+ + 461643 HttpContent.advance() race.
jetty-9.2.9.v20150224 - 24 February 2015
+ 459273 Redundant license notices

Back to the top