[jboss-remoting-commits] JBoss Remoting SVN: r6239 - remoting2/branches/2.x/docs.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Sun Jan 30 13:09:15 EST 2011


Author: ron.sigal at jboss.com
Date: 2011-01-30 13:09:15 -0500 (Sun, 30 Jan 2011)
New Revision: 6239

Modified:
   remoting2/branches/2.x/docs/README.txt
Log:
JBREM-1271: Added release notes for release 2.5.4.

Modified: remoting2/branches/2.x/docs/README.txt
===================================================================
--- remoting2/branches/2.x/docs/README.txt	2011-01-30 18:07:19 UTC (rev 6238)
+++ remoting2/branches/2.x/docs/README.txt	2011-01-30 18:09:15 UTC (rev 6239)
@@ -1,5 +1,5 @@
-JBoss Remoting 2.5.2.SP2
-January 11, 2010
+JBoss Remoting 2.5.4
+January 30, 2011
 
 This distribution of JBoss Remoting contains the following directories:
 
@@ -41,6 +41,43 @@
 
 ==========================================================================================================
 ==========================================================================================================
+Release Notes - JBoss Remoting - Version 2.5.4
+Configure Release Notes
+Bug
+
+    * [JBREM-1226] - Sockets created by bisocket secondary ServerSocket should be configured properly
+    * [JBREM-1227] - Fix deadlock between MicroRemoteClientInvoker and RemotingClassLoader
+    * [JBREM-1242] - Fix deadlock between Client and MicroRemoteClientInvoker
+    * [JBREM-1247] - BisocketClientInvoker$PingTimerTask NPE
+    * [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
+
+Enhancement
+
+    * [JBREM-1238] - Need invocation timeouts in synchronized blocks in MicroRemoteClientInvoker that create and terminate leases
+    * [JBREM-1245] - Consider javax.net.ssl.SSLException("Connection has been shutdown") to be retriable
+    * [JBREM-1246] - Can't authenticate using TransporterClient
+    * [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
+
+Feature Request
+
+    * [JBREM-1144] - Extend connection identity to server side
+
+Release
+
+    * [JBREM-1271] - Release 2.5.4
+
+Task
+
+    * [JBREM-1266] - Create Remoting users guide
+    * [JBREM-1270] - Assure version compatibility with earlier versions of Remoting
+
+    
+==========================================================================================================
 Release Notes - JBoss Remoting - Version 2.5.3.SP1
 
 Quality Risk



More information about the jboss-remoting-commits mailing list