[jboss-remoting-commits] JBoss Remoting SVN: r6300 - remoting2/branches/2.2/docs/guide/en.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Tue Mar 22 22:05:42 EDT 2011


Author: ron.sigal at jboss.com
Date: 2011-03-22 22:05:42 -0400 (Tue, 22 Mar 2011)
New Revision: 6300

Modified:
   remoting2/branches/2.2/docs/guide/en/chap1.xml
   remoting2/branches/2.2/docs/guide/en/chap16.xml
   remoting2/branches/2.2/docs/guide/en/master.xml
Log:
JBREM-1264: Included 2.2.4 release notes.


Modified: remoting2/branches/2.2/docs/guide/en/chap1.xml
===================================================================
--- remoting2/branches/2.2/docs/guide/en/chap1.xml	2011-03-23 01:43:51 UTC (rev 6299)
+++ remoting2/branches/2.2/docs/guide/en/chap1.xml	2011-03-23 02:05:42 UTC (rev 6300)
@@ -182,6 +182,21 @@
     <title>What's new?</title>
 
     <section>
+      <title>Release 2.2.4</title>
+      <itemizedlist>
+        <listitem>
+           <para>New server identity feature</para>
+        </listitem>
+        <listitem>
+           <para>New configuration parameters</para>
+        </listitem>
+        <listitem>
+           <para>Multiple enhancements and bug fixes</para>
+        </listitem>
+      </itemizedlist>
+    </section>
+    
+    <section>
       <title>In release 2.2.3.SP3</title>
       
       <orderedlist>

Modified: remoting2/branches/2.2/docs/guide/en/chap16.xml
===================================================================
--- remoting2/branches/2.2/docs/guide/en/chap16.xml	2011-03-23 01:43:51 UTC (rev 6299)
+++ remoting2/branches/2.2/docs/guide/en/chap16.xml	2011-03-23 02:05:42 UTC (rev 6300)
@@ -17,6 +17,40 @@
   <para></para>
 
 <para>==========================================================================================================</para>
+<para>Release Notes - JBoss Remoting - Version 2.2.4</para>
+
+<para>Bug</para>
+
+    <para>* [JBREM-1242] - Fix deadlock between Client and MicroRemoteClientInvoker</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>* [JBREM-1276] - SecondaryServerSocketThread should catch java.lang.Error</para>
+    
+<para>Enhancement</para>
+
+    <para>* [JBREM-1245] - Consider javax.net.ssl.SSLException("Connection has been shutdown") to be retriable</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>* [JBREM-1275] - Make maxthreads, timeout configurable in BisocketServerInvoker.SecondaryServerSocketThread</para>
+    <para>* [JBREM-1277] - Allow configuration of socket and bisocket accept thread priority</para>
+    
+<para>Feature Request</para>
+
+    <para>* [JBREM-1144] - Extend connection identity to server side</para>
+
+<para>Release</para>
+
+    <para>* [JBREM-1264] - Release 2.2.4</para>
+
+<para>Task</para>
+
+    <para>* [JBREM-1272] - Remove JBoss.ORG EULA file</para>
+    <para>* [JBREM-1278] - Assure version compatibility with earlier versions of Remoting</para>
+    
+<para>==========================================================================================================</para>
 <para>Release Notes - JBoss Remoting - Version 2.2.3.SP3</para>
 
 <para>Bug</para>

Modified: remoting2/branches/2.2/docs/guide/en/master.xml
===================================================================
--- remoting2/branches/2.2/docs/guide/en/master.xml	2011-03-23 01:43:51 UTC (rev 6299)
+++ remoting2/branches/2.2/docs/guide/en/master.xml	2011-03-23 02:05:42 UTC (rev 6300)
@@ -23,9 +23,9 @@
   <bookinfo>
     <title>JBoss Remoting Guide</title>
 
-    <subtitle>JBoss Remoting version 2.2.3.SP3</subtitle>
+    <subtitle>JBoss Remoting version 2.2.4</subtitle>
 
-    <releaseinfo>August 4, 2010</releaseinfo>
+    <releaseinfo>March 23, 2011</releaseinfo>
 
     <mediaobject>
       <imageobject>
@@ -34,7 +34,7 @@
     </mediaobject>
 
     <copyright>
-      <year>2010 JBoss by Red Hat</year>
+      <year>2011 JBoss by Red Hat</year>
 
       <holder>.</holder>
     </copyright>



More information about the jboss-remoting-commits mailing list