Author: imario
Date: Fri Aug 12 22:32:26 2005
New Revision: 232420
URL: http://svn.apache.org/viewcvs?rev=232420&view=rev
Log:
RC3
Modified:
jakarta/commons/proper/vfs/trunk/RELEASE_NOTES.txt
jakarta/commons/proper/vfs/trunk/project.xml
jakarta/commons/proper/vfs/trunk/xdocs/download.xml
jakarta/commons/proper/vfs/trunk/xdocs/index.xml
Modified: jakarta/commons/proper/vfs/trunk/RELEASE_NOTES.txt
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/vfs/trunk/RELEASE_NOTES.txt?rev=232420&r1=232419&r2=232420&view=diff
==============================================================================
--- jakarta/commons/proper/vfs/trunk/RELEASE_NOTES.txt (original)
+++ jakarta/commons/proper/vfs/trunk/RELEASE_NOTES.txt Fri Aug 12 22:32:26 2005
@@ -1,4 +1,4 @@
-2005-
+2005-08-13
ant tasks:
upgrade to ant 1.6.2 to support nested tasks
Modified: jakarta/commons/proper/vfs/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/vfs/trunk/project.xml?rev=232420&r1=232419&r2=232420&view=diff
==============================================================================
--- jakarta/commons/proper/vfs/trunk/project.xml (original)
+++ jakarta/commons/proper/vfs/trunk/project.xml Fri Aug 12 22:32:26 2005
@@ -6,7 +6,7 @@
<id>commons-vfs</id>
<logo>/images/vfs-logo-white.png</logo>
<url>http://jakarta.apache.org/commons/vfs/</url>
- <currentVersion>1.0-RC2</currentVersion>
+ <currentVersion>1.0-RC3</currentVersion>
<inceptionYear>2002</inceptionYear>
<package>org.apache.commons.vfs</package>
<shortDescription>Commons VFS</shortDescription>
@@ -33,7 +33,7 @@
<!--
<siteDirectory>/www/jakarta.apache.org/commons/vfs/</siteDirectory>
-->
- <siteDirectory>public_html/vfs-1.0-RC2/site</siteDirectory>
+ <siteDirectory>public_html/vfs-1.0-RC3/site</siteDirectory>
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/vfs/</distributionDirectory>
<repository>
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/vfs/trunk</connection>
Modified: jakarta/commons/proper/vfs/trunk/xdocs/download.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/vfs/trunk/xdocs/download.xml?rev=232420&r1=232419&r2=232420&view=diff
==============================================================================
--- jakarta/commons/proper/vfs/trunk/xdocs/download.xml (original)
+++ jakarta/commons/proper/vfs/trunk/xdocs/download.xml Fri Aug 12 22:32:26 2005
@@ -25,7 +25,7 @@
<td>
Jakarta
<a
href="http://jakarta.apache.org/commons/logging/">Commons Logging</a>
- Version 1.0.3 or later.
+ Version 1.0.4 or later.
</td>
<td>All</td>
</tr>
@@ -41,7 +41,7 @@
<td>
Jakarta
<a
href="http://jakarta.apache.org/commons/net/">Commons Net</a>
- Version 1.2.1 or later.
+ Version 1.4.0 or later.
</td>
<td rowspan="2">FTP</td>
</tr>
@@ -57,7 +57,7 @@
Jakarta
<a
href="http://jakarta.apache.org/commons/httpclient/">Commons Httpclient</a>
.
- Version 2.0 or later.
+ Version 2.0.
</td>
<td>
WebDAV
@@ -99,7 +99,7 @@
<tr>
<td>
<a href="http://www.jcraft.com/jsch/">JSch</a>
- Version 0.1.14 or later.
+ Version 0.1.17 or later.
</td>
<td>SFTP</td>
</tr>
@@ -159,7 +159,7 @@
<li>
Use
<a href="http://maven.apache.org">Maven</a>
- beta 9 or later. Use the
+ 1.0.2 or later. Use the
<code>jar</code>
goal to download
the dependencies, and build the VFS jar. Maven builds the
Modified: jakarta/commons/proper/vfs/trunk/xdocs/index.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/vfs/trunk/xdocs/index.xml?rev=232420&r1=232419&r2=232420&view=diff
==============================================================================
--- jakarta/commons/proper/vfs/trunk/xdocs/index.xml (original)
+++ jakarta/commons/proper/vfs/trunk/xdocs/index.xml Fri Aug 12 22:32:26 2005
@@ -11,7 +11,7 @@
<p>
Commons VFS provides a single API for accessing
- various different file systems. It presents a uniform view of
+ various different file systems. It presents a uniform view of
the files from various different sources, such as the files on
local disk, on an HTTP server, or inside a Zip archive.
</p>
@@ -23,10 +23,11 @@
types.
</li>
<li>Support for numerous
- <a href="filesystems.html">file system types</a>.
+ <a href="filesystems.html">file system types</a>
+ .
</li>
<li>
- Caching of file information. Caches information in-JVM,
+ Caching of file information. Caches information in-JVM,
and optionally can cache remote file information on the
local file system.
</li>
@@ -40,34 +41,50 @@
such as a VFS-aware ClassLoader and
URLStreamHandlerFactory.
</li>
<li>A set of VFS-enabled
- <a href="anttasks.html">Ant tasks</a>.
+ <a href="anttasks.html">Ant tasks</a>
+ .
</li>
</ul>
</section>
<section name="News">
+ <p>2005-08-13 - [EMAIL PROTECTED]: RC3</p>
+
<p>2005-07-05 - [EMAIL PROTECTED]: RC2 - includes multi-threading
fixes for ftp and webdav</p>
<p>2005-06-29 - [EMAIL PROTECTED]: RC1</p>
-
- <p>2005-06-19 - [EMAIL PROTECTED]: Again refactored filename
parsing. sftp now accepts files with space in their filename</p>
+
+ <p>2005-06-19 - [EMAIL PROTECTED]: Again refactored filename
parsing. sftp now accepts files with space in
+ their filename</p>
<p>2005-05-24 - [EMAIL PROTECTED]: Moved VFS out of sandbox into
proper. What a great day!</p>
- <p>2005-05 - [EMAIL PROTECTED]: Find the "How to setup a VFS
Testserver" documentation in the developer area.</p>
+ <p>2005-05 - [EMAIL PROTECTED]: Find the "How to setup a VFS
Testserver" documentation in the developer
+ area.</p>
<p>2005-03 - [EMAIL PROTECTED]: easier configuration for plugins -
see api section for details</p>
<p>2005-03 - [EMAIL PROTECTED]: The filename parsing and api has
changed.
- <ul>
- <li>Now it is needed to encode the '%' sign using '%25'</li>
- <li>It is no longer needed to encode the '!' sign when using
nested archives (tar, jar, ...).<br />
- Now you <u>can</u> encode it if you would like to use it in
your filename</li>
- <li>It is no longer needed to double-encode the filename when
using layered names. <code>tar:tar:file:///</code></li>
- <li>Depending on the filesystem special characters in your
filename could automatically be encoded</li>
- <li><code>FileName.resolveName(...)</code> has been moved to
<code>FileSystemManager.resolveName(...)</code></li>
- </ul>
+ <ul>
+ <li>Now it is needed to encode the '%' sign using
'%25'</li>
+ <li>It is no longer needed to encode the '!' sign when
using nested archives (tar, jar, ...).
+ <br/>
+ Now you
+ <u>can</u>
+ encode it if you would like to use it in your filename
+ </li>
+ <li>It is no longer needed to double-encode the filename
when using layered names.
+ <code>tar:tar:file:///</code>
+ </li>
+ <li>Depending on the filesystem special characters in your
filename could automatically be
+ encoded</li>
+ <li>
+ <code>FileName.resolveName(...)</code>
+ has been moved to
+ <code>FileSystemManager.resolveName(...)</code>
+ </li>
+ </ul>
</p>
</section>
</body>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]