You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by oz...@apache.org on 2005/01/05 19:55:11 UTC

cvs commit: jakarta-commons/transaction project.xml build.xml RELEASE-NOTES.txt

ozeigermann    2005/01/05 10:55:11

  Modified:    transaction Tag: TRANSACTION_1_0_RELEASE_BRANCH project.xml
                        build.xml RELEASE-NOTES.txt
  Log:
  Counted up to bug fix 1.0.1
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.3.2.1   +1 -1      jakarta-commons/transaction/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/transaction/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- project.xml	21 Nov 2004 09:50:18 -0000	1.3
  +++ project.xml	5 Jan 2005 18:55:11 -0000	1.3.2.1
  @@ -10,7 +10,7 @@
     <shortDescription>Commons Transaction</shortDescription>
     <description>Commons Transaction</description>
   
  -  <currentVersion>1.0rc1</currentVersion>
  +  <currentVersion>1.0.1</currentVersion>
   
     <url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url>
     <package>org.apache.commons.${pom.artifactId.substring(8)}</package>
  
  
  
  1.6.2.1   +1 -1      jakarta-commons/transaction/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/transaction/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- build.xml	11 Dec 2004 16:36:25 -0000	1.6
  +++ build.xml	5 Jan 2005 18:55:11 -0000	1.6.2.1
  @@ -20,7 +20,7 @@
     <property name="compile.deprecation" value="true" />
     <property name="compile.optimize" value="true" />
   
  -  <property name="version" value="1.0"/>
  +  <property name="version" value="1.0.1"/>
     <property name="name" value="commons-transaction" />
     <property name="title" value="Commons Transaction" />
     <property name="package" value="org.apache.commons.transaction" />
  
  
  
  1.3.2.1   +9 -8      jakarta-commons/transaction/RELEASE-NOTES.txt
  
  Index: RELEASE-NOTES.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/transaction/RELEASE-NOTES.txt,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- RELEASE-NOTES.txt	14 Dec 2004 09:14:56 -0000	1.3
  +++ RELEASE-NOTES.txt	5 Jan 2005 18:55:11 -0000	1.3.2.1
  @@ -1,13 +1,13 @@
  -Jakarta Commons-Transaction Release 1.0
  ----------------------------------------
  +Jakarta Commons-Transaction Bug Fix Release 1.0.1
  +-------------------------------------------------
   
  -RELEASE NUMBER: 1.0
  -RELEASE TAG / BRANCH: TRANSACTION_1_0_RELEASE / TRANSACTION_1_0_RELEASE_BRANCH
  +RELEASE NUMBER: 1.0.1
  +RELEASE TAG / BRANCH: TRANSACTION_1_0_1_RELEASE / TRANSACTION_1_0_RELEASE_BRANCH
   
   GENERAL NOTES
   -------------
   
  -This is the first Commons-Transaction release. 
  +This is the first Commons-Transaction bug fix release. 
   The 1.0 release contains an initial collection of rudimentary
   implementations for transactional Java programming. Future
   releases might both extend the implementations as well as 
  @@ -23,10 +23,11 @@
   
   - Frequent log accesses are now guarded for speedup
   
  -BUGFIXES
  ---------
  +BUGFIXES FROM 1.0
  +-----------------
   
  -n/a
  +- Bug introduced between 1.0rc1 and 1.0 final in XidWrapper that did not allow matching
  +  of xids in JBoss has been fixed
   
   KNOWN ISSUES
   ------------
  
  
  

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