You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2008/04/07 21:40:46 UTC

svn commit: r645660 - /commons/proper/net/trunk/xdocs/changes.xml

Author: sebb
Date: Mon Apr  7 12:40:45 2008
New Revision: 645660

URL: http://svn.apache.org/viewvc?rev=645660&view=rev
Log:
Apply changes patch from Martin Oberhuber

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

Modified: commons/proper/net/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/xdocs/changes.xml?rev=645660&r1=645659&r2=645660&view=diff
==============================================================================
--- commons/proper/net/trunk/xdocs/changes.xml (original)
+++ commons/proper/net/trunk/xdocs/changes.xml Mon Apr  7 12:40:45 2008
@@ -92,6 +92,24 @@
 				Article.java: Fix minor issues with NNTP
 parsing.
 			</action>
+			<action dev="sebb" type="fix" issue="NET-195">
+				NtpV3Impl.java: Avoid double-checked locking
+			</action>
+			<action dev="sebb" type="fix" issue="NET-197">
+				FTPFileEntryParserImpl.java: Fix Javadoc for preParse()
+			</action>
+			<action dev="rwinston" type="fix" issue="NET-201">
+				UnixFTPEntryParser.java: Support Solaris special devices
+			</action>
+			<action dev="sebb" type="fix" issue="NET-205">
+				*FTPEntryParser.java: Keep files with unparseable dates in list
+			</action>
+			<action dev="sebb" type="fix" issue="NET-206">
+				DefaultFTPFileEntryParserFactory.java, TFTPRequestPacket.java: Fix String conversions in non-English Locales
+			</action>
+			<action dev="sebb" type="fix" issue="NET-211">
+				FTPTimestampParserImpl.java: Fix lenient future dates at year boundary
+			</action>
 		</release> 
 		
 		<release version="1.4.1" date="December 3, 2005" description="fix release to restore jdk 1.3 compatability">