bruno       2003/08/31 02:32:35

  Modified:    .        status.xml
               lib      jars.xml
  Removed:     lib/core util.concurrent-1.3.1.jar
  Log:
  Upgraded util.concurrent.jar
  
  Revision  Changes    Path
  1.131     +5 -1      cocoon-2.1/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/status.xml,v
  retrieving revision 1.130
  retrieving revision 1.131
  diff -u -r1.130 -r1.131
  --- status.xml        28 Aug 2003 19:08:23 -0000      1.130
  +++ status.xml        31 Aug 2003 09:32:35 -0000      1.131
  @@ -189,6 +189,10 @@
     <changes>
   
    <release version="@version@" date="@date@">
  +   <action dev="BRD" type="fix" fixes-bug="18131">
  +     Patched util-concurrent.jar so that Tomcat shutdown and continuations
  +     cleanup now works properly.
  +   </action>
      <action dev="CZ" type="add">
        Add a session-context input module to the session framework to retrieve
        information from a session context in the sitemap.
  
  
  
  1.82      +2 -2      cocoon-2.1/lib/jars.xml
  
  Index: jars.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/lib/jars.xml,v
  retrieving revision 1.81
  retrieving revision 1.82
  diff -u -r1.81 -r1.82
  --- jars.xml  26 Aug 2003 06:39:56 -0000      1.81
  +++ jars.xml  31 Aug 2003 09:32:35 -0000      1.82
  @@ -16,7 +16,7 @@
         foundation of JDK 1.5 concurrency management.
       </description>
       <used-by>Cocoon</used-by>
  -    <lib>core/util.concurrent-1.3.1.jar</lib>
  +    <lib>core/util.concurrent-1.3.2-patched.jar</lib>
       
<homepage>http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html</homepage>
     </file>
   
  
  
  

Reply via email to