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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Tue Aug 12 01:55:59 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-08-12 01:55:58 -0400 (Tue, 12 Aug 2008)
New Revision: 4503

Modified:
   remoting2/branches/2.x/docs/guide/en/chap1.xml
Log:
JBREM-1025: Added information about 2.4.0.SP1 release.

Modified: remoting2/branches/2.x/docs/guide/en/chap1.xml
===================================================================
--- remoting2/branches/2.x/docs/guide/en/chap1.xml	2008-08-11 02:23:58 UTC (rev 4502)
+++ remoting2/branches/2.x/docs/guide/en/chap1.xml	2008-08-12 05:55:58 UTC (rev 4503)
@@ -177,30 +177,54 @@
   <section>
     <title>What's new in version 2.4?</title>
     
-    <para>JBossRemoting 2.4.0.GA is an incremental release, with dozens of bug fixes and several new features:
-    </para>
+    <section>
+      <title>Release 2.4.0.SP1</title>
+      
+      <itemizedlist>
+        <listitem>
+          <para>The remote classloading facility can be configured with lists of
+          classloaders.</para>
+        </listitem>
+        
+        <listitem>
+          <para>Classloading in the client can optionally start with the thread
+         context classloader.</para>
+        </listitem>
+        
+        <listitem>
+          <para>Leasing can be enabled declaratively.</para>
+        </listitem>
+      </itemizedlist>
+    </section>
     
-    <itemizedlist>
-      <listitem>
-        <para>servers can be bound to multiple IP addresses</para>
-      </listitem>
-      <listitem>
-        <para>can run in the presence of a security manager</para>
-      </listitem>
-      <listitem>
-        <para>greater configurability</para>
-      </listitem>
-      <listitem>
-        <para>supports IPv6 addresses</para>
-      </listitem>
-      <listitem>
-        <para>improved connection monitoring</para>
-      </listitem>
-      <listitem>
-        <para>server gets client address in invocations</para>
-      </listitem>
+    <section>
+      <title>Release 2.4.0.GA</title>
       
-    </itemizedlist>
-    
+      <para>JBossRemoting 2.4.0.GA is an incremental release, with dozens of bug
+      fixes and several new features: </para>
+      
+      <itemizedlist>
+        <listitem>
+          <para>servers can be bound to multiple IP addresses</para>
+        </listitem>
+        <listitem>
+          <para>can run in the presence of a security manager</para>
+        </listitem>
+        <listitem>
+          <para>greater configurability</para>
+        </listitem>
+        <listitem>
+          <para>supports IPv6 addresses</para>
+        </listitem>
+        <listitem>
+          <para>improved connection monitoring</para>
+        </listitem>
+        <listitem>
+          <para>server gets client address in invocations</para>
+        </listitem>
+        
+      </itemizedlist>
+    </section>
+      
   </section>
 </chapter>
\ No newline at end of file




More information about the jboss-remoting-commits mailing list