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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Sun Jan 30 13:04:55 EST 2011


Author: ron.sigal at jboss.com
Date: 2011-01-30 13:04:54 -0500 (Sun, 30 Jan 2011)
New Revision: 6237

Modified:
   remoting2/branches/2.x/docs/guide/en/chap17.xml
Log:
JBREM-1271: Added release notes for release 2.5.4.

Modified: remoting2/branches/2.x/docs/guide/en/chap17.xml
===================================================================
--- remoting2/branches/2.x/docs/guide/en/chap17.xml	2011-01-30 17:42:49 UTC (rev 6236)
+++ remoting2/branches/2.x/docs/guide/en/chap17.xml	2011-01-30 18:04:54 UTC (rev 6237)
@@ -69,7 +69,43 @@
   
    <section>
     <title>Version 2.5</title>
+    
+    <bridgehead>Release Notes - JBoss Remoting - Version 2.5.4 (Flounder)</bridgehead>
 
+    <para><emphasis role="bold">Bug</emphasis></para>
+
+        <para>* [JBREM-1226] - Sockets created by bisocket secondary ServerSocket should be configured properly</para>
+        <para>* [JBREM-1227] - Fix deadlock between MicroRemoteClientInvoker and RemotingClassLoader</para>
+        <para>* [JBREM-1242] - Fix deadlock between Client and MicroRemoteClientInvoker</para>
+        <para>* [JBREM-1247] - BisocketClientInvoker$PingTimerTask NPE</para>
+        <para>* [JBREM-1261] - Prevent DOS attack on BisocketServerInvoker$SecondaryServerSocketThread</para>
+        <para>* [JBREM-1268] - RemoteClientInvoker can change configuration map and prevent InvokerRegistry from reusing client invokers</para>
+        <para>* [JBREM-1269] - Fix deadlock between Client and MicroRemoteClientInvoker, part 2</para>
+
+    <para><emphasis role="bold">Enhancement</emphasis></para>
+
+        <para>* [JBREM-1238] - Need invocation timeouts in synchronized blocks in MicroRemoteClientInvoker that create and terminate leases</para>
+        <para>* [JBREM-1245] - Consider javax.net.ssl.SSLException("Connection has been shutdown") to be retriable</para>
+        <para>* [JBREM-1246] - Can't authenticate using TransporterClient</para>
+        <para>* [JBREM-1248] - Avoid connecting to a server in catch clause in case of HttpClientInvoker connection failure</para>
+        <para>* [JBREM-1262] - Consider java.io.IOException("Software caused connection abort: socket write error") retriable</para>
+        <para>* [JBREM-1263] - ClientSocketWrapper.checkConnection() should check returned value</para>
+        <para>* [JBREM-1267] - Allow HTTPClientInvoker to call disconnect on HttpURLConnection after use</para>
+
+    <para><emphasis role="bold">Feature Request</emphasis></para>
+    
+        <para>* [JBREM-1144] - Extend connection identity to server side</para>
+        
+    <para><emphasis role="bold">Release</emphasis></para>
+
+        <para>* [JBREM-1271] - Release 2.5.4</para>
+    
+    <para><emphasis role="bold">Task</emphasis></para>
+
+        <para>* [JBREM-1266] - Create Remoting users guide</para>
+        <para>* [JBREM-1270] - Assure version compatibility with earlier versions of Remoting</para>
+        
+        
     <bridgehead>Release Notes - JBoss Remoting - Version 2.5.3.SP1 (Flounder)</bridgehead>
    
     <para><emphasis role="bold">Quality Risk</emphasis></para>
@@ -83,6 +119,7 @@
     <para><emphasis role="bold">Task</emphasis></para>
 
         <para>* [JBREM-1236] - Assure version compatibility with earlier versions of Remoting</para>
+ 
         
     <bridgehead>Release Notes - JBoss Remoting - Version 2.5.3 (Flounder)</bridgehead>
    
@@ -117,8 +154,55 @@
 
         <para>* [JBREM-1179] - jboss-remoting.jar should log a version message when it is loaded</para>
         
+    <bridgehead>Release Notes - JBoss Remoting - Version 2.5.3.SP1 (Flounder)</bridgehead>
+   
+    <para><emphasis role="bold">Quality Risk</emphasis></para>
+
+        <para>* [JBREM-1234] - Avoid excessive calls to InetAddress.getLocalHost()</para>
+        
     <para><emphasis role="bold">Release</emphasis></para>
 
+        <para>* [JBREM-1237] - Release 2.5.3.SP1</para>
+    
+    <para><emphasis role="bold">Task</emphasis></para>
+
+        <para>* [JBREM-1236] - Assure version compatibility with earlier versions of Remoting</para>
+        
+    <bridgehead>Release Notes - JBoss Remoting - Version 2.5.3 (Flounder)</bridgehead>
+   
+    <para><emphasis role="bold">Bug</emphasis></para>
+
+        <para>* [JBREM-1231] - InvokerRegistry needs to have security checks for the setters</para>
+        
+    <para><emphasis role="bold">Release</emphasis></para>
+
+        <para>* [JBREM-1233] - Release 2.5.3</para>
+    
+    <para><emphasis role="bold">Task</emphasis></para>
+
+        <para>* [JBREM-1219] - Update remoting guide for "generalizeSocketException"</para>
+        <para>* [JBREM-1229] - Display recreated InvokerLocator when bind address is 0.0.0.0</para>
+        <para>* [JBREM-1232] - Assure version compatibility with earlier versions of Remoting</para>
+        
+    <bridgehead>Release Notes - JBoss Remoting - Version 2.5.2.SP3 (Flounder)</bridgehead>
+   
+    <para><emphasis role="bold">Bug</emphasis></para>
+
+        <para>* [JBREM-1180] - Formally reject hostnames which don't conform to RFC-952</para>
+        <para>* [JBREM-1181] - Fix NPE in SSLSocketBuilderr</para>
+        <para>* [JBREM-1183] - ServerThread should catch java.lang.Error</para>
+        <para>* [JBREM-1184] - Fix NPE in ClassByteClassLoader.addClass()"</para>
+        <para>* [JBREM-1185] - Change use of == to String.equals() in SSLSocketBuilder.validateStoreURL()</para>
+        <para>* [JBREM-1188] - Socket transport doesn't set "timeout" to default value</para>
+        <para>* [JBREM-1218] - ConnectionValidator.isValid should be volatile</para>
+        <para>* [JBREM-1225] - Eliminate extraneous "=" from reconstructed InvokerLocator</para>
+        
+    <para><emphasis role="bold">Feature request</emphasis></para>
+
+        <para>* [JBREM-1179] - jboss-remoting.jar should log a version message when it is loaded</para>
+        
+    <para><emphasis role="bold">Release</emphasis></para>
+
         <para>* [JBREM-1223] - Release 2.5.2.SP3</para>
     
     <para><emphasis role="bold">Task</emphasis></para>



More information about the jboss-remoting-commits mailing list