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/05/05 05:40:22 UTC

cvs commit: jakarta-commons/net/xdocs changes.xml

scohen      2004/05/04 20:40:22

  Modified:    net      build.xml project.xml
               net/xdocs changes.xml
  Log:
  update version to 1.2.1
  
  Revision  Changes    Path
  1.24      +2 -2      jakarta-commons/net/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/net/build.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- build.xml	1 May 2004 18:55:21 -0000	1.23
  +++ build.xml	5 May 2004 03:40:22 -0000	1.24
  @@ -33,7 +33,7 @@
     </property>
     <property name="javadocdir" value="dist/docs/api">
     </property>
  -  <property name="final.name" value="commons-net-1.3.0-dev">
  +  <property name="final.name" value="commons-net-1.2.1">
     </property>
     <target name="init" description="o Initializes some properties">
       <mkdir dir="${libdir}">
  @@ -140,7 +140,7 @@
       </tstamp>
       <property name="copyright" value="Copyright &amp;copy;  Apache Software Foundation. All Rights Reserved.">
       </property>
  -    <property name="title" value="Jakarta Commons/Net 1.2.0-dev API">
  +    <property name="title" value="Jakarta Commons/Net 1.2.1 API">
       </property>
       <javadoc use="true" private="true" destdir="${javadocdir}" author="true" version="true" sourcepath="src/java" packagenames="org.apache.commons.net.*">
         <classpath>
  
  
  
  1.50      +6 -1      jakarta-commons/net/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/net/project.xml,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- project.xml	1 May 2004 18:55:21 -0000	1.49
  +++ project.xml	5 May 2004 03:40:22 -0000	1.50
  @@ -19,7 +19,7 @@
     
     <name>Jakarta Commons Net</name>
     <id>commons-net</id>
  -  <currentVersion>1.3.0-dev</currentVersion>
  +  <currentVersion>1.2.1</currentVersion>
     <inceptionYear>1997</inceptionYear>
     <shortDescription>Jakarta Commons Net</shortDescription>
     <description/>
  @@ -79,6 +79,11 @@
         <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>
     </versions>
    
  
  
  
  1.24      +6 -0      jakarta-commons/net/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/net/xdocs/changes.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- changes.xml	1 May 2004 00:59:32 -0000	1.23
  +++ changes.xml	5 May 2004 03:40:22 -0000	1.24
  @@ -21,6 +21,12 @@
     </properties>
   
     <body>
  +    <release version="1.2.1" date="May 5, 2004">
  +      <action dev="scohen" type="fix">
  +      	remove any code that would render package uncompilable under JDK 1.2
  +      </action>
  +    </release>	
  +
       <release version="1.2.0" date="April 30, 2004">
         <action dev="scohen" type="fix">
         	Mario Ivankovits &lt;mario@ops.co.at&gt; added
  
  
  

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