[jboss-cvs] JBossRemoting/docs/guide/en ...

Tom Elrod telrod at belmont.prod.atl2.jboss.com
Tue Aug 29 12:02:15 EDT 2006


  User: telrod  
  Date: 06/08/29 12:02:15

  Modified:    docs/guide/en   chap16.xml master.xml
  Log:
  Updated release files for new version, 2.0.0.GA and included release notes.
  
  Revision  Changes    Path
  1.6       +63 -0     JBossRemoting/docs/guide/en/chap16.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: chap16.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/en/chap16.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- chap16.xml	18 Aug 2006 17:24:11 -0000	1.5
  +++ chap16.xml	29 Aug 2006 16:02:15 -0000	1.6
  @@ -89,6 +89,69 @@
   
     <para></para>
   
  +  <para>Release Notes - JBoss Remoting - Version 2.0.0.GA (Boon)</para>
  +
  +  <para> ** Bug </para>
  +
  +  <para>* [JBREM-568] - SSLSocketBuilderMBean does not have matching
  +  getter/setter attribute types </para>
  +
  +  <para>* [JBREM-569] - HTTP(S) proxy broken </para>
  +
  +  <para>* [JBREM-576] - deadlock with socket invoker </para>
  +
  +  <para>* [JBREM-579] - transporter does not handle reflection conversion for
  +  primitive types </para>
  +
  +  <para>* [JBREM-580] - detection can not be used with ssl based transports
  +  </para>
  +
  +  <para>* [JBREM-586] - socket client invoker connection pooling not bounded
  +  </para>
  +
  +  <para>* [JBREM-590] - SSL client socket invoker does not use configuration
  +  map for SSLSocketBuilder </para>
  +
  +  <para>** Feature Request </para>
  +
  +  <para>* [JBREM-564] - Default client socket factory configured by a system
  +  property </para>
  +
  +  <para>* [JBREM-575] - local client invoker should convert itself to remote
  +  client invoker when being serialized </para>
  +
  +  <para>** Task </para>
  +
  +  <para>* [JBREM-570] - Change log in ConnectionValidator to be debug instead
  +  of warn when not able to ping server </para>
  +
  +  <para>* [JBREM-571] - fix/cleanup doc </para>
  +
  +  <para>* [JBREM-574] - Write SSL info for virtual sockets and server sockets
  +  in toString() </para>
  +
  +  <para>* [JBREM-578] - add spring remoting to performance benchmark tests
  +  </para>
  +
  +  <para>* [JBREM-582] - remove System.out.println and printStackTrace calls
  +  </para>
  +
  +  <para>* [JBREM-583] - Fix ConcurrentModificationException in
  +  MultiplexingManager.notifySocketsOfException() </para>
  +
  +  <para>* [JBREM-584] - Get
  +  org.jboss.test.remoting.performance.spring.rmi.SpringRMIPerformanceTestCase
  +  to run with multiple clients and callback handlers </para>
  +
  +  <para>* [JBREM-587] -
  +  ClientConfigurationCallbackConnectorTestCase(jboss_serialization) failure.
  +  </para>
  +
  +  <para>* [JBREM-593] - Synchronize client and server in
  +  org.jboss.test.remoting.transport.multiplex.LateClientShutdownTestCase</para>
  +
  +  <para></para>
  +
     <para>Release Notes - JBoss Remoting - Version 2.0.0.CR1 (Boon)</para>
   
     <para>** Bug</para>
  
  
  
  1.35      +28 -30    JBossRemoting/docs/guide/en/master.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: master.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/en/master.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -b -r1.34 -r1.35
  --- master.xml	9 Aug 2006 17:17:08 -0000	1.34
  +++ master.xml	29 Aug 2006 16:02:15 -0000	1.35
  @@ -1,7 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
  -"../support/support/docbook-dtd/docbookx.dtd"
  -[
  +"../support/support/docbook-dtd/docbookx.dtd" [
   <!ENTITY chap1  SYSTEM "chap1.xml">
   <!ENTITY chap2  SYSTEM "chap2.xml">
   <!ENTITY chap3  SYSTEM "chap3.xml">
  @@ -19,14 +18,13 @@
   <!ENTITY chap15 SYSTEM "chap15.xml">
   <!ENTITY chap16 SYSTEM "chap16.xml">
   ]>
  -
   <book>
     <bookinfo>
       <title>JBoss Remoting Guide</title>
   
  -    <subtitle>JBoss Remoting version 2.0.0.CR1</subtitle>
  +    <subtitle>JBoss Remoting version 2.0.0.GA</subtitle>
   
  -    <releaseinfo>July 31, 2006</releaseinfo>
  +    <releaseinfo>August 29, 2006</releaseinfo>
   
       <mediaobject>
         <imageobject>
  
  
  



More information about the jboss-cvs-commits mailing list