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