Author: ron.sigal(a)jboss.com
Date: 2009-09-15 20:47:58 -0400 (Tue, 15 Sep 2009)
New Revision: 5488
Modified:
remoting2/branches/2.2/docs/guide/en/chap16.xml
Log:
JBREM-1157: Added 2.2.3.SP1 release notes.
Modified: remoting2/branches/2.2/docs/guide/en/chap16.xml
===================================================================
--- remoting2/branches/2.2/docs/guide/en/chap16.xml 2009-09-16 00:38:09 UTC (rev 5487)
+++ remoting2/branches/2.2/docs/guide/en/chap16.xml 2009-09-16 00:47:58 UTC (rev 5488)
@@ -17,6 +17,39 @@
<para></para>
<para>==========================================================================================================</para>
+<para>Release Notes - JBoss Remoting - Version 2.2.3.SP1</para>
+
+<para>Bug</para>
+
+ <para>* [JBREM-1077] - Fix problem in CompressingMarshaller</para>
+ <para>* [JBREM-1101] - Low: Missing header validation in
org.jboss.remoting.transport.servlet.ServletServerInvoker</para>
+ <para>* [JBREM-1105] - DefaultLoadBalancer doesn't use all available server
(if there are x servers available it uses x-1 of these)</para>
+ <para>* [JBREM-1107] - SocketServerInvoker.IdleTimeoutTask interrupts
ServerThreads during long invocation</para>
+ <para>* [JBREM-1143] - CLONE [JBREM-877] - New Socket Connection is being
Created for Every Client Request to the Server</para>
+ <para>* [JBREM-1145] - HTTPUnMarshaller shouldn't use the value of
content-type to determine the type of an object</para>
+ <para>* [JBREM-1147] - BisocketClientInvoker.createSocket() in callback mode
should check for replaced control socket</para>
+ <para>* [JBREM-1148] - Remove log.info() calls from
ServletServerInvoker</para>
+ <para>* [JBREM-1150] - Lease should update client list if PING invocation has
same time as previous PING)</para>
+ <para>* [JBREM-1152] - If MicroSocketClientInvoker gets a SocketException in
getConnection(), it should retry</para>
+ <para>* [JBREM-1154] - Client.connect() should throw an exception when Lease
creation fails</para>
+
+<para>Feature Request</para>
+
+ <para>* [JBREM-1120] - Add a socket write timeout facility</para>
+ <para>* [JBREM-1139] - Modify PortUtil to allow a configurable range for
MIN_UNPRIVILEGED_PORT and MAX_LEGAL_PORT.</para>
+ <para>* [JBREM-1146] - Treat IOException("Connection reset by peer")
as a retriable exception</para>
+
+<para>Release</para>
+
+ <para>* [JBREM-1157] - Release 2.2.3.SP1</para>
+
+<para>Task</para>
+
+ <para>* [JBREM-1142] - Clarify use of "clientConnectAddress" in
RemotingGuide</para>
+ <para>* [JBREM-1151] - Correct dependency discussion in Chapter 4 of Remoting
Guide</para>
+ <para>* [JBREM-1156] - Assure version compatibility with earlier versions of
Remoting2</para>
+
+<para>==========================================================================================================</para>
<para>Release Notes - JBoss Remoting - Version 2.2.3</para>
<para>Bug</para>
Show replies by date