Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2014-02-25 20:27:42 +0000
committerJesse McConnell2014-03-07 15:10:08 +0000
commit76429e55e43c6fb899c622069523fc298fb9ac9f (patch)
treeb33eb79d603dfa06bf731fcd802949cb352799f4 /VERSION.txt
parenta3e5e0858cf9262672735aa1d54fbcac725591dc (diff)
downloadorg.eclipse.jetty.project-76429e55e43c6fb899c622069523fc298fb9ac9f.tar.gz
org.eclipse.jetty.project-76429e55e43c6fb899c622069523fc298fb9ac9f.tar.xz
org.eclipse.jetty.project-76429e55e43c6fb899c622069523fc298fb9ac9f.zip
set for release
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt23
1 files changed, 21 insertions, 2 deletions
diff --git a/VERSION.txt b/VERSION.txt
index d8ef837680..9b45d9432a 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,11 +1,30 @@
-jetty-9.1.3-SNAPSHOT
+jetty-9.1.3.v20140225 - 25 February 2014
+ + 373952 Ensure MongoSessionManager un/binds session attributes on refresh
+ only if necessary
+ + 424899 Initialize GzipHandler mimeTypes
+ + 426490 HttpServletResponse.setBufferSize(0) results in tight loop (100% cpu
+ hog)
+ + 427700 Outgoing extensions that create multiple frames should flush them in
+ order and atomically.
+ + 427738 fixed XSS in async-rest demo
+ + 428157 Methods of anonymous inner classes can't be called via xml
+ + 428232 Rework batch mode / buffering in websocket.
+ + 428238 Test HEAD request with async IO
+ + 428266 HttpRequest mangles URI query string.
+ + 428383 limit white space between requests
+ + 428418 JettyStopMojo prints some messages on System.err
+ + 428435 Large streaming message fails in MessageWriter.
+ + 428660 Delay closing async HttpOutput until after UNREADY->READY
+ + 428710 JDBCSession(Id)Manager use read committed isolation level
+ + 428859 Do not auto initialise jsr356 websocket if no annotations or
+ EndPoints discovered
jetty-9.1.2.v20140210 - 10 February 2014
+ 408167 Complex object as session attribute not necessarily persisted.
+ 423421 remove org.slf4j and org.ow2.asm from jetty-all artifact
+ 424171 Old javax.activation jar interferes with email sending
+ 424562 JDBCSessionManager.setNodeIdInSessionId(true) does not work
- + 425275
+ + 425275
org.eclipse.jetty.osgi.annotations.AnnotationConfiguration.BundleParserTask.getStatistic()
returns null when debug is enabled.
+ 425638 Fixed monitor module/xml typos

Back to the top