Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2013-03-12 13:35:57 +0000
committerJesse McConnell2013-03-12 13:35:57 +0000
commitc83e023ac38ef3e6a91f28d5965b30aeae972384 (patch)
tree8b1923a7e3f210ead9af97c75668065c3a0982fe
parentd5328b0932a3a4e9f7eed8c72001f7640f7dcf5c (diff)
downloadorg.eclipse.jetty.project-c83e023ac38ef3e6a91f28d5965b30aeae972384.tar.gz
org.eclipse.jetty.project-c83e023ac38ef3e6a91f28d5965b30aeae972384.tar.xz
org.eclipse.jetty.project-c83e023ac38ef3e6a91f28d5965b30aeae972384.zip
set for release
-rw-r--r--VERSION.txt32
1 files changed, 31 insertions, 1 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 793173eb2a..702ecd425f 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,34 @@
-jetty-7.6.10-SNAPSHOT
+jetty-7.6.10.v20130312 - 12 March 2013
+ + 376273 Early EOF because of SSL Protocol Error on
+ https://api-3t.paypal.com/nvp.
+ + 381521 allow compress methods to be configured
+ + 394064 ensure that JarFile instances are closed on JarFileResource.release()
+ + 398649 ServletContextListener.contextDestroyed() is not called on
+ ContextHandler unregistration
+ + 399703 made encoding error handling consistent
+ + 399799 do not hold lock while calling invalidation listeners
+ + 399967 Shutdown hook calls destroy
+ + 400040 NullPointerException in HttpGenerator.prepareBuffers
+ + 400142 ConcurrentModificationException in JDBC SessionManger
+ + 400144 When loading a session fails the JDBCSessionManger produces duplicate
+ session IDs
+ + 400457 Thread context classloader hierarchy not searched when finding
+ webapp's java:comp/env
+ + 400859 limit max size of writes from cached content
+ + 401211 Remove requirement for jetty-websocket.jar in WEB-INF/lib
+ + 401317 Make Safari 5.x websocket support minVersion level error more clear
+ + 401382 Prevent parseAvailable from parsing next chunk when previous has not
+ been consumed. Handle no content-type in chunked request.
+ + 401474 Performance problem in org.eclipse.jetty.annotation.AnnotationParser
+ + 401531 StringIndexOutOfBoundsException for "/*" <url-pattern> of
+ <jsp-property-group> fix for multiple mappings to *.jsp
+ + 401908 Enhance DosFilter to allow dynamic configuration of attributes.
+ + 402048 org.eclipse.jetty.server.ShutdownMonitor doesn't stop after the jetty
+ server is stopped
+ + 402485 reseed secure random
+ + 402735 jetty.sh to support status which is == check
+ + 402833 Test harness for global error page and hide exception message from
+ reason string
jetty-7.6.9.v20130131 - 31 January 2013
+ 362226 HttpConnection "wait" call causes thread resource exhaustion

Back to the top