Author: ron.sigal(a)jboss.com
Date: 2011-03-22 21:43:51 -0400 (Tue, 22 Mar 2011)
New Revision: 6299
Modified:
remoting2/branches/2.2/docs/README.txt
Log:
JBREM-1264: Added release notes for release 2.2.4.
Modified: remoting2/branches/2.2/docs/README.txt
===================================================================
--- remoting2/branches/2.2/docs/README.txt 2011-03-22 22:46:43 UTC (rev 6298)
+++ remoting2/branches/2.2/docs/README.txt 2011-03-23 01:43:51 UTC (rev 6299)
@@ -1,5 +1,5 @@
-JBoss Remoting 2.2.3.SP2
-February 21, 2010
+JBoss Remoting 2.2.4
+March 23, 2011
This distribution of JBoss Remoting contains the following directories:
@@ -25,7 +25,42 @@
Current issues can be found within the JBoss Remoting project on Jira
(
http://jira.jboss.com). If you find a bug or issue that is not already
in Jira, please create one.
+
==========================================================================================================
+Release Notes - JBoss Remoting - Version 2.2.4
+
+Bug
+
+ * [JBREM-1242] - Fix deadlock between Client and MicroRemoteClientInvoker
+ * [JBREM-1261] - Prevent DOS attack on
BisocketServerInvoker$SecondaryServerSocketThread
+ * [JBREM-1268] - RemoteClientInvoker can change configuration map and prevent
InvokerRegistry from reusing client invokers
+ * [JBREM-1269] - Fix deadlock between Client and MicroRemoteClientInvoker, part 2
+ * [JBREM-1276] - SecondaryServerSocketThread should catch java.lang.Error
+
+Enhancement
+
+ * [JBREM-1245] - Consider javax.net.ssl.SSLException("Connection has been
shutdown") to be retriable
+ * [JBREM-1248] - Avoid connecting to a server in catch clause in case of
HttpClientInvoker connection failure
+ * [JBREM-1262] - Consider java.io.IOException("Software caused connection abort:
socket write error") retriable
+ * [JBREM-1263] - ClientSocketWrapper.checkConnection() should check returned value
+ * [JBREM-1267] - Allow HTTPClientInvoker to call disconnect on HttpURLConnection
after use
+ * [JBREM-1275] - Make maxthreads, timeout configurable in
BisocketServerInvoker.SecondaryServerSocketThread
+ * [JBREM-1277] - Allow configuration of socket and bisocket accept thread priority
+
+Feature Request
+
+ * [JBREM-1144] - Extend connection identity to server side
+
+Release
+
+ * [JBREM-1264] - Release 2.2.4
+
+Task
+
+ * [JBREM-1272] - Remove
JBoss.ORG EULA file
+ * [JBREM-1278] - Assure version compatibility with earlier versions of Remoting
+
+==========================================================================================================
Release Notes - JBoss Remoting - Version 2.2.3.SP3
Bug