Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2011-01-28 01:16:38 +0000
committerGreg Wilkins2011-01-28 01:16:38 +0000
commitcfd2c0e7d26bc6f72b23456ed5b081420bd3394d (patch)
treee25a3b857b69cbdb90bab936a6d57c4abd5dddc7 /VERSION.txt
parent4b8b8b3ba03f122eebf75e2fcb9f4611568bff33 (diff)
downloadorg.eclipse.jetty.project-cfd2c0e7d26bc6f72b23456ed5b081420bd3394d.tar.gz
org.eclipse.jetty.project-cfd2c0e7d26bc6f72b23456ed5b081420bd3394d.tar.xz
org.eclipse.jetty.project-cfd2c0e7d26bc6f72b23456ed5b081420bd3394d.zip
revert to 7.3.0-SNAPSHOT
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2703 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt11
1 files changed, 5 insertions, 6 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 8641ca15ad..33476abcf6 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,15 +1,12 @@
-jetty-7.3.1-SNAPSHOT
- + 331803 Update XML configuration files to use proper arguments for startup command in examples
- + 335361 Fixed 'jetty.sh check' to show current PID when JETTY_PID env. variable is set
- + 335641 Sweep for Windows selectKey.interestOps!=endp.interestOps for undispatched end points
-jetty-7.3.0.v20112401 24 January 2011
+jetty-7.3.0-SNAPSHOT
+ JETTY-1259 NullPointerException in JDBCSessionIdManager when invalidating session (further update)
+ 319178 test failure fix in jetty-util on windows
+ 320457 add SPNEGO support
+ 324505 Implement API login
+ 328872 Multi Jetty xml files not loading if directory is referenced in jetty.conf
+ 329746 client option to set just truststore and use strict ssl context
+ + 331803 Update XML configuration files to use proper arguments for startup command in examples
+ 332179 Fixed formatting of negative dates
+ 332432 Scanner.java now always scanning the canonical form of File
+ 332517 Improved DefaultServlet debug
@@ -22,14 +19,16 @@ jetty-7.3.0.v20112401 24 January 2011
+ 333481 Handle UTF-32 codepoints
+ 333608 tlds defined in web.xml are not picked up
+ 333679 Refactored jetty-jmx. Moved mbeans to modules
+ + 333679 refactor jetty-jmx to support the OSGi PAX tests.
+ 333717 HttpExchange able to return local address used
+ 333771 System properties are not available inside XML configuration file by using the 'property' tag
+ 333875 Monitor public constructor
+ 333892 Improved JVM bug detection
- + 333679 refactor jetty-jmx to support the OSGi PAX tests.
+ 334062 It should be possible to embed in the jetty.home.bundle the ssl keystore files
+ 334229 javax-security needs to import the package javax.security.cert in its OSGi manifest
+ 334311 fix buffer reuse issue in CachedExchange
+ + 335361 Fixed 'jetty.sh check' to show current PID when JETTY_PID env. variable is set
+ + 335641 Sweep for Windows selectKey.interestOps!=endp.interestOps for undispatched end points
jetty-7.2.2.v20101205 5 December 2010
+ JETTY-1308 327109 (re)fixed AJP handling of empty packets

Back to the top