Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2012-02-15 20:05:42 +0000
committerJesse McConnell2012-02-15 20:05:42 +0000
commit041bc101df42e0ca09ea9dc4c780d89befe8c017 (patch)
tree394f24218b3518bb7764f369997f2848535539ec
parent745c8e9a70e6c56cc2667d86bfccf64877f5197b (diff)
downloadorg.eclipse.jetty.project-041bc101df42e0ca09ea9dc4c780d89befe8c017.tar.gz
org.eclipse.jetty.project-041bc101df42e0ca09ea9dc4c780d89befe8c017.tar.xz
org.eclipse.jetty.project-041bc101df42e0ca09ea9dc4c780d89befe8c017.zip
update version
-rw-r--r--VERSION.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/VERSION.txt b/VERSION.txt
index e6d1ad836c..cc9064337b 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,16 @@
-jetty-8.1.1-SNAPSHOT
+jetty-8.1.1.v20120215 - 15 February 2012
+ + 369121 simplified test
+ + 370120 jvm arguments added via start.ini and --exec are missing spaces
+ + 370137 SslContextFactory does not respect order for
+ [included|excluded]Protocols() and [included|excluded]CipherSuites().
+ + 370368 resolve stack overflow in mongo db session manager
+ + 370386 Remove META-INF from jetty distro
+ + 371040 nosqlsession needs to call correct super contructor for new sessions
+ + 371041 valid was not being set to new mongo db sessions, and the call to
+ mongodb api was wrong in isIdInUse
+ + 371162 NPE protection for nested security handlers
+ + JETTY-1484 Add option for HashSessionManager to delete session files if it
+ can't restore them
jetty-8.1.0.v20120127 - 27 January 2012
+ 368773 allow authentication to be set by non securityHandler handlers

Back to the top