scohen 2004/04/19 18:11:39
Modified: net/xdocs changes.xml
net project.xml
Log:
getting ready for release of 1.2.0-rc1
Revision Changes Path
1.22 +18 -2 jakarta-commons/net/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/net/xdocs/changes.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- changes.xml 10 Apr 2004 21:12:14 -0000 1.21
+++ changes.xml 20 Apr 2004 01:11:38 -0000 1.22
@@ -21,11 +21,24 @@
</properties>
<body>
- <release version="1.2.0-dev" date="In CVS">
+ <release version="1.2.0-rc1" date="April 19, 2004">
+ <action dev="scohen" type="fix">
+ Mario Ivankovits <[EMAIL PROTECTED]> added
+ functionality supporting correct handling of the "dirstyle"
+ attribute of NT and OS400 servers that allows them to mimic Unix ftp
servers.
+ and a bug fix affecting handling of sticky and suid bits on Unix FTP
servers.
+ </action>
+ <action dev="scohen" type="add">
+ Mario Ivankovits <[EMAIL PROTECTED]> added parser for OS400.
+ </action>
+ <action dev="jbrekke,scohen" type="fix">
+ Added a functional junit test testing list parsing against real
servers
+ and fix several bugs found through this test.
+ </action>
<action dev="dfs" type="add">
Ted Wise <[EMAIL PROTECTED]> provided a
<a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=24078">
- patche</a> to add the XHDR extended NNTP command.
+ patch</a> to add the XHDR extended NNTP command.
</action>
<action dev="scohen,dfs" type="update">
Deprecated FTPFileListParser interface, DefaultFTPFileListParser
@@ -42,6 +55,7 @@
autodetection.
</action>
</release>
+
<release version="1.1.1" date="TBD">
<action dev="scohen" type="fix">
Removed all JDK 1.1 incompatibilities that had been introduced
@@ -52,6 +66,7 @@
and later.
</action>
</release>
+
<release version="1.1.0" date="October 23, 2003">
<action dev="dfs" type="add">
Rory Winston <[EMAIL PROTECTED]> provided
@@ -71,6 +86,7 @@
drwxr-xr-x 1 usernameftp 512 Jan 29 23:32 prog
</pre>
</action>
+
<action dev="dfs" type="fix">
Applied variation of fix suggested by Matthieu Recouly
<[EMAIL PROTECTED]> so that
1.46 +1 -1 jakarta-commons/net/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/net/project.xml,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- project.xml 10 Apr 2004 21:20:21 -0000 1.45
+++ project.xml 20 Apr 2004 01:11:38 -0000 1.46
@@ -19,7 +19,7 @@
<name>Jakarta Commons Net</name>
<id>commons-net</id>
- <currentVersion>1.2.0-dev</currentVersion>
+ <currentVersion>1.2.0-rc1</currentVersion>
<inceptionYear>1997</inceptionYear>
<shortDescription>Jakarta Commons Net</shortDescription>
<description/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]