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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Thu Apr 16 01:03:18 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-04-16 01:03:17 -0400 (Thu, 16 Apr 2009)
New Revision: 5052

Modified:
   remoting2/branches/2.x/docs/README.txt
Log:
JBREM-1118: Added section for 2.5.1.

Modified: remoting2/branches/2.x/docs/README.txt
===================================================================
--- remoting2/branches/2.x/docs/README.txt	2009-04-16 01:03:32 UTC (rev 5051)
+++ remoting2/branches/2.x/docs/README.txt	2009-04-16 05:03:17 UTC (rev 5052)
@@ -1,5 +1,5 @@
-JBoss Remoting 2.4.0.Beta1
-January 31, 2008
+JBoss Remoting 2.5.1
+April 15, 2009
 
 This distribution of JBoss Remoting contains the following directories:
 
@@ -41,6 +41,47 @@
 
 ==========================================================================================================
 ==========================================================================================================
+Release Notes - JBoss Remoting - Version 2.5.1 (Flounder) - Text format
+Bug
+
+    * [JBREM-992] - Can't restart a Connector that uses SocketServerInvoker
+    * [JBREM-1069] - Make ConnectorValidator configure ping period correctly
+    * [JBREM-1070] - Fix deadlock in ConnectionValidator
+    * [JBREM-1071] - IllegalStateException in ConnectorValidator.run()
+    * [JBREM-1072] - Synchronize access to static maps in MarshalFactory
+    * [JBREM-1076] - SocketServerInvoker.processInvocation() should return if running == false
+    * [JBREM-1081] - Fix NPE in ServerInvokerCallbackHandler
+    * [JBREM-1083] - Each Client creates a new invokerDestructionTimer
+    * [JBREM-1088] - MicroSocketClientInvoker(InvokerLocator locator, Map configuration) ctor - not propagating exceptions (only message is wrapped)
+    * [JBREM-1099] - Make MulticastDetector detection message send buffer size configurable
+    * [JBREM-1109] - Eliminate race in MicroRemoteClientInvoker.getDataType()
+    * [JBREM-1111] - CLONE [JBREM-851] - In LeasePinger replace Timer if it has shut down
+    * [JBREM-1112] - Potential race between ConnectionValidator and ConnectionListener upon connection failure
+    * [JBREM-1113] - ServerInvokerCallbackHandlers leak when client doesn't shut down
+    * [JBREM-1116] - Remove SecurityUtility
+
+Feature Request
+
+    * [JBREM-1082] - Allow ConnectionValidator to access InvokerLocator parameters
+    * [JBREM-1084] - Allow CallbackPoller to access Client and InvokerLocator parameters
+    * [JBREM-1102] - Make configuration map available to MarshalFactory
+    * [JBREM-1114] - Update servlet transport to support JBossMessaging
+
+Release
+
+    * [JBREM-1118] - Release 2.5.1
+
+Task
+
+    * [JBREM-139] - need automated test for servlet server invoker
+    * [JBREM-1085] - Reduce log level of ServerSocketWrapper.close() log messages
+    * [JBREM-1103] - Correct javadoc for Client.invokeOneway()
+    * [JBREM-1108] - Warn against making ConnectionValidator.validatorPingPeriod shorter than ConnectionValidator.validatorPingTimeout
+    * [JBREM-1110] - InvokerLocator.getParameters() should not return null
+    * [JBREM-1115] - Update jars to match AS 5.1.0.CR1
+    * [JBREM-1117] - Assure version compatibility with earlier versions of Remoting
+
+==========================================================================================================
 Release Notes - JBoss Remoting - Version 2.5.0.SP2 (Flounder)
 Bug
 




More information about the jboss-remoting-commits mailing list