Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2014-10-28 18:23:44 +0000
committerJesse McConnell2014-10-28 18:23:44 +0000
commitc34a7add2a64e5df3066327dfac776d4c4c2f2d6 (patch)
tree941b161d79c9f393c7864436df393c1e9f6c3288 /VERSION.txt
parente3f71430a64ca954bc3bef7ab62456515138e877 (diff)
downloadorg.eclipse.jetty.project-c34a7add2a64e5df3066327dfac776d4c4c2f2d6.tar.gz
org.eclipse.jetty.project-c34a7add2a64e5df3066327dfac776d4c4c2f2d6.tar.xz
org.eclipse.jetty.project-c34a7add2a64e5df3066327dfac776d4c4c2f2d6.zip
set for release
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/VERSION.txt b/VERSION.txt
index f009154db3..e38c0ea87b 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,6 +1,4 @@
-jetty-9.2.5-SNAPSHOT
-
-jetty-9.2.4.v20141027 - 27 October 2014
+jetty-9.2.4.v20141028 - 28 October 2014
+ 376365 "jetty.sh start" returns 0 on failure
+ 396569 'bin/jetty.sh stop' reports 'OK' even when jetty was not running
+ 396572 Starting jetty from cygwin is not working properly
@@ -33,6 +31,7 @@ jetty-9.2.4.v20141027 - 27 October 2014
+ 444896 Overriding of web-default servlet mapping in web.xml not working with
quickstart
+ 445157 First redeployed servlet leaks WebAppContext
+ + 445239 Rename weld.mod to cdi.mod to be consistent with past module namings
+ 445258 STOP.WAIT is not really respected
+ 445374 Reevaluate org.eclipse.jetty.websocket.jsr356 enablement concepts
+ 445495 Improve Exception message when no jndi resource to bind for a name in
@@ -69,6 +68,8 @@ jetty-9.2.4.v20141027 - 27 October 2014
+ 447979 Refactor to make MetaData responsible for progressively ordering
web-inf jars
+ 448156 Fixed INACTIVE race in IteratingCallback
+ + 449001 Remove start.d directory from JETTY_HOME
+ + 449038 WebSocketUpgradeFilter must support async.
jetty-9.2.3.v20140905 - 05 September 2014
+ 347110 renamed class transformer methods

Back to the top