Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2012-04-12 14:16:35 +0000
committerJesse McConnell2012-04-12 14:16:35 +0000
commit7f06c73d6f30b83748723297dcea5478dc073819 (patch)
tree878431b917acd90a75afd8253f46c58c8d863297
parent76788d730f0581ca18ee033d787c8c832e9b18ca (diff)
downloadorg.eclipse.jetty.project-7f06c73d6f30b83748723297dcea5478dc073819.tar.gz
org.eclipse.jetty.project-7f06c73d6f30b83748723297dcea5478dc073819.tar.xz
org.eclipse.jetty.project-7f06c73d6f30b83748723297dcea5478dc073819.zip
Updating VERSION.txt top section
-rw-r--r--VERSION.txt32
1 files changed, 31 insertions, 1 deletions
diff --git a/VERSION.txt b/VERSION.txt
index a1f09a0276..309edafe48 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,34 @@
-jetty-7.6.3-SNAPSHOT
+jetty-7.6.3.v20120412 - 12 April 2012
+ + 367172 Remove detection for slf4j NOPLogger
+ + 373269 Make ServletHandler.notFound() method impl do nothing - override to
+ send back 404.
+ + 373421 address potential race condition related to the nonce queue removing
+ the same nonce twice
+ + 373952 bind called too frequently on refresh
+ + 374018 correctly handle requestperminuted underflow
+ + 374252 SslConnection.onClose() does not forward to nested connection.
+ + 374258 SPDY leaks SSLEngines. Made the test more reliable.
+ + 374367 NPE in QueuedThreadPool.dump() with early java6 jvms
+ + 374475 Response.sendRedirect does not encode UTF-8 characters properly
+ + 374881 Set copyWebInf to false by default
+ + 374891 enhancement to how ProxyServlet determines the proxy target
+ + 375009 Filter initialization error will throw MultiException
+ + 375083 Flow control should take in account window size changes from
+ concurrent SETTINGS
+ + 375096 If starting a server instance fails in osgi it is cleaned up.
+ + 375490 NPE with --help on command line
+ + 375509 Stalled stream stalls other streams or session control frames. Now
+ using a "death pill" instead of a boolean in order to avoid race conditions
+ where DataInfos were read from the queue (but the boolean not updated yet),
+ and viceversa.
+ + 375594 fixed SSL tests so they are not order dependent
+ + 375709 Ensure resolveTempDirectory failure does not deadlock; improve error
+ message
+ + 375970 HttpServletRequest.getRemoteAddr() returns null when HTTP is over
+ SPDY.
+ + 376201 HalfClosed state not handled properly. Addendum to restore previous
+ behavior, where a closed stream was also half closed.
+ + JETTY-1504 HttpServletResponseWrapper ignored when using asyncContext?
jetty-7.6.2.v20120308 - 08 March 2012
+ 370387 SafariWebsocketDraft0Test failure during build.

Back to the top