You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by mp...@apache.org on 2003/10/05 17:14:17 UTC

cvs commit: db-torque/xdocs changes.xml

mpoeschl    2003/10/05 08:14:17

  Modified:    .        project.xml
               xdocs    changes.xml
  Log:
  Upgrade to commons-pool-1.1-RC1 and commons-dbcp-1.1RC1
  
  Revision  Changes    Path
  1.106     +2 -2      db-torque/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/db-torque/project.xml,v
  retrieving revision 1.105
  retrieving revision 1.106
  diff -u -r1.105 -r1.106
  --- project.xml	5 Sep 2003 22:41:41 -0000	1.105
  +++ project.xml	5 Oct 2003 15:14:17 -0000	1.106
  @@ -212,7 +212,7 @@
       </dependency>
       <dependency>
         <id>commons-dbcp</id>
  -      <version>20030825.184428</version>
  +      <version>1.1-RC1</version>
         <url>http://jakarta.apache.org/commons/</url>
       </dependency>
       <dependency>
  @@ -227,7 +227,7 @@
       </dependency>
       <dependency>
         <id>commons-pool</id>
  -      <version>20030825.183949</version>
  +      <version>1.1-RC1</version>
         <url>http://jakarta.apache.org/commons/pool/</url>
       </dependency>
       <dependency>
  
  
  
  1.113     +6 -0      db-torque/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/db-torque/xdocs/changes.xml,v
  retrieving revision 1.112
  retrieving revision 1.113
  diff -u -r1.112 -r1.113
  --- changes.xml	11 Sep 2003 19:14:40 -0000	1.112
  +++ changes.xml	5 Oct 2003 15:14:17 -0000	1.113
  @@ -9,6 +9,12 @@
   
       <release version="3.2-alpha" date="in CVS">
   
  +      <action dev='mpoeschl' type='update'>
  +        Upgrade to commons-pool-1.1-RC1 and commons-dbcp-1.1RC1
  +      </action>
  +      <action dev='mpoeschl' type='update'>
  +        Refactored generator model (removed AppData class)
  +      </action>
         <action dev='mpoeschl' type='fix'>
           TRQS180: NumberKey long constructor introduces rounding errors.
         </action>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org