You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by rw...@apache.org on 2008/03/03 15:31:32 UTC

svn commit: r633096 - in /commons/proper/net/trunk: build.xml xdocs/changes.xml

Author: rwinston
Date: Mon Mar  3 06:31:31 2008
New Revision: 633096

URL: http://svn.apache.org/viewvc?rev=633096&view=rev
Log:
Update

Modified:
    commons/proper/net/trunk/build.xml
    commons/proper/net/trunk/xdocs/changes.xml

Modified: commons/proper/net/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/build.xml?rev=633096&r1=633095&r2=633096&view=diff
==============================================================================
--- commons/proper/net/trunk/build.xml (original)
+++ commons/proper/net/trunk/build.xml Mon Mar  3 06:31:31 2008
@@ -20,7 +20,7 @@
   </property>
   <property name="javadocdir" value="dist/docs/api">
   </property>
-  <property name="final.name" value="commons-net-1.5.0-dev">
+  <property name="final.name" value="commons-net-1.5.0">
   </property>
   <path id="build.classpath">
     <fileset dir="${libdir}">

Modified: commons/proper/net/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/xdocs/changes.xml?rev=633096&r1=633095&r2=633096&view=diff
==============================================================================
--- commons/proper/net/trunk/xdocs/changes.xml (original)
+++ commons/proper/net/trunk/xdocs/changes.xml Mon Mar  3 06:31:31 2008
@@ -23,7 +23,7 @@
 	
 
 	<body>
-		<release version="1.4.x" date="" description="">
+		<release version="1.5.0" date="" description="">
 			<action dev="dfs" type="fix">
 				Applied Rob Hasselbaum's
 				&lt;rhasselbaum -> alumni.ithaca.edu&gt;
@@ -41,6 +41,18 @@
 				Reverted PR 32859 patch to TFTPClient
 				because it caused final packets to not
 				be sent.
+			</action>
+			<action dev="rwinston" type="add">
+				Added an FTP parser for Netware FTP servers.
+			</action>
+			<action dev="rwinston" type="fix" issue="NET-188">
+				Fix leap year date parsing bug.
+			</action>
+			<action dev="rwinston" type="add">
+				Added an FTP parser for Netware FTP servers.
+			</action>
+			<action dev="rwinston" type="fix">
+				Fix minor issues with NNTP parsing.
 			</action>
 		</release>