You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2004/06/26 04:19:23 UTC

cvs commit: jakarta-commons/net project.xml

scohen      2004/06/25 19:19:23

  Modified:    net/xdocs changes.xml
               net      project.xml
  Log:
  getting ready for release 1.2.2
  
  Revision  Changes    Path
  1.28      +8 -0      jakarta-commons/net/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/net/xdocs/changes.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- changes.xml	7 May 2004 11:05:00 -0000	1.27
  +++ changes.xml	26 Jun 2004 02:19:23 -0000	1.28
  @@ -21,6 +21,14 @@
     </properties>
   
     <body>
  +    <release version="1.2.2" date="June 25, 2004" description="fix release">
  +      <action dev="scohen" type="fix">
  +      	fixed bug in the way FTPClient.listFiles worked when a directory was not
  +      	specified.  Current directory was not being 'remembered'.  This was most 
  +      	problematic in the dependent ftp task of Ant.
  +      </action>
  +    </release>	
  +
       <release version="1.2.1" date="May 6, 2004" description="fix release">
         <action dev="scohen" type="fix">
         	changed code that rendered package uncompilable under JDK 1.2
  
  
  
  1.54      +11 -1     jakarta-commons/net/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/net/project.xml,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- project.xml	6 Jun 2004 18:02:46 -0000	1.53
  +++ project.xml	26 Jun 2004 02:19:23 -0000	1.54
  @@ -19,7 +19,7 @@
     
     <name>Jakarta Commons Net</name>
     <id>commons-net</id>
  -  <currentVersion>1.2.1</currentVersion>
  +  <currentVersion>1.2.2</currentVersion>
     <inceptionYear>1997</inceptionYear>
     <shortDescription>Jakarta Commons Net</shortDescription>
     <description/>
  @@ -79,6 +79,16 @@
         <id>1.1.0</id>
         <name>1.1.0</name>
         <tag>NET_1_1_0</tag>
  +    </version>
  +    <version>
  +      <id>1.2.0</id>
  +      <name>1.2.0</name>
  +      <tag>NET_1_2_0</tag>
  +    </version>
  +    <version>
  +      <id>1.2.1</id>
  +      <name>1.2.1</name>
  +      <tag>NET_1_2_1</tag>
       </version>
     </versions>
    
  
  
  

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