Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--VERSION.txt35
1 files changed, 34 insertions, 1 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 87103e0e97..e0dbc8536b 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,37 @@
-jetty-9.1.2-SNAPSHOT
+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
+ org.eclipse.jetty.osgi.annotations.AnnotationConfiguration.BundleParserTask.getStatistic()
+ returns null when debug is enabled.
+ + 425638 Fixed monitor module/xml typos
+ + 425696 start.jar --add-to-start={module} results in error
+ + 425703 Review [Queued]HttpInput.
+ + 425837 Upgrade to jstl 1.2.2
+ + 425930 JDBC Session Manager constantly reloading session if save intervall
+ expired once
+ + 425998 JDBCSessionIdManager fails to create maxinterval column
+ + 426250 jetty-all should be deployed on release
+ + 426358 NPE generating temp dir name if no resourceBase or war
+ + 426481 fix < java 1.7.0_10 npn files
+ + 426739 Response with Connection: keep-alive truncated.
+ + 426750 isReady() returns true at EOF
+ + 426870 HTTP 1.0 Request with Connection: keep-alive and response content
+ hangs.
+ + 427068 ServletContext.getClassLoader should only check privileges if a
+ SecurityManager exists
+ + 427128 Cookies are not sent to the server.
+ + 427245 StackOverflowError when session cannot be de-idled from disk
+ + 427254 Cookies are not sent to the client.
+ + 427512 ReadPendingException in case of HTTP Proxy tunnelling.
+ + 427570 externalize common http config to start.ini
+ + 427572 Default number of acceptors too big.
+ + 427587 MessageInputStream must copy the payload.
+ + 427588 WebSocket Parser leaks ByteBuffers.
+ + 427690 Remove Mux Extension and related support.
+ + 427699 WebSocket upgrade response sends Sec-WebSocket-Protocol twice.
jetty-9.1.1.v20140108 - 08 January 2014
+ 408912 JDBCSessionIdManager should allow configuration of schema

Back to the top