Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Gorovoy2010-04-29 21:08:55 +0000
committerMichael Gorovoy2010-04-29 21:08:55 +0000
commit5cc3068e70948bf56250becefe63012183efccbe (patch)
treeeaa90d10af7f4c8dce8e43dd6a30c546f91e7f7a
parentd24e2901adb89bb68d0b910ea9b49a4210a0adfc (diff)
downloadorg.eclipse.jetty.project-5cc3068e70948bf56250becefe63012183efccbe.tar.gz
org.eclipse.jetty.project-5cc3068e70948bf56250becefe63012183efccbe.tar.xz
org.eclipse.jetty.project-5cc3068e70948bf56250becefe63012183efccbe.zip
Fixed order of entries in VERSION.txt
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1625 7e9141cc-0065-0410-87d8-b60c137991c4
-rw-r--r--VERSION.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/VERSION.txt b/VERSION.txt
index b83710997f..1409ea29f9 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,11 +1,11 @@
jetty-7.1.0.RC1-SNAPSHOT
- + 310703 Update test suite to JUnit4 - Module tests/test-integration
+ 308848 Update test suite to JUnit4 - Module jetty-ajp
- + 308869 Update test suite to JUnit4 - Module jetty-xml
- + 308868 Update test suite to JUnit4 - Module jetty-websocket
+ 308861 Update test suite to JUnit4 - Module jetty-security
+ + 308868 Update test suite to JUnit4 - Module jetty-websocket
+ + 308869 Update test suite to JUnit4 - Module jetty-xml
+ 310562 SslSocketConnector fails to start if excludeCipherSuites is set
+ 310634 Get the localport when opening a server socket.
+ + 310703 Update test suite to JUnit4 - Module tests/test-integration
+ 310918 Synchronize content exchange
jetty-7.1.0.RC0 27 April 2010

Back to the top