From d9ceeb4ecd949e63ebf0f9a3fd9e3cc74924cd7c Mon Sep 17 00:00:00 2001 From: Jesse McConnell Date: Mon, 20 Jun 2016 16:47:46 -0500 Subject: [PATCH] updating for version --- VERSION.txt | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/VERSION.txt b/VERSION.txt index 62a0cc502ad..b681b054098 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,4 +1,23 @@ -jetty-9.3.10-SNAPSHOT +jetty-9.3.10.v20160620 - 20 June 2016 + + 388 Provide pluggable RemoteEndpoint service + + 605 Guard concurrent calls to WebSocketSession.close() + + 608 reset encoding set from content type + + 609 ignore failing test + + 610 Ignore failing test + + 620 Fixed missing call to super(pattern) + + 622 NoSqlSessionManager test for expired session does not use session.maxInactiveInterval + + 623 Add gzip suffix to etags in 304 response + + 624 Fix onCompleted race + + 628 resolve by checking for existing jar: prefix on uri - additional fix for + scanForResources and scanForWebFragments + + 632 JMX tests rely on fixed port + + 638 ConnectHandler responses should have Content-Length + + 639 ServerContainer stores WebSocket sessions twice + + 640 ClientContainer should store WebSocket sessions as beans + + 641 MongoSessionIdManager uses deprecated ensureIndex + + 647 HTTP/2 CONTINUATION frame parsing throws IllegalStateException + + 648 Problem using InputStreamResponseListener to handle HTTP/2 responses + + 663 Cleanup jetty-9.3.10.M0 - 26 May 2016 + 354 Spin loop in case of exception thrown during accept()