You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by im...@apache.org on 2005/09/26 19:16:34 UTC

svn commit: r291680 - in /jakarta/commons/proper/vfs/trunk: RELEASE_NOTES.txt build.xml project.xml xdocs/index.xml

Author: imario
Date: Mon Sep 26 10:16:26 2005
New Revision: 291680

URL: http://svn.apache.org/viewcvs?rev=291680&view=rev
Log:
RC4

Modified:
    jakarta/commons/proper/vfs/trunk/RELEASE_NOTES.txt
    jakarta/commons/proper/vfs/trunk/build.xml
    jakarta/commons/proper/vfs/trunk/project.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=291680&r1=291679&r2=291680&view=diff
==============================================================================
--- jakarta/commons/proper/vfs/trunk/RELEASE_NOTES.txt (original)
+++ jakarta/commons/proper/vfs/trunk/RELEASE_NOTES.txt Mon Sep 26 10:16:26 2005
@@ -1,4 +1,4 @@
-2005-
+2005-09-26  commons-vfs 1.0 RC4
 
 bzip:
 changed documentation to use latest commons-compress.
@@ -41,7 +41,7 @@
 
 avoid server-roundtrip ("LIST") if file was deleted. if you add a child this is still needed.
 
-allow configuration of dataTimeout 
+allow configuration of dataTimeout
 
 
 2005-08-13  commons-vfs 1.0 RC3

Modified: jakarta/commons/proper/vfs/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/vfs/trunk/build.xml?rev=291680&r1=291679&r2=291680&view=diff
==============================================================================
--- jakarta/commons/proper/vfs/trunk/build.xml (original)
+++ jakarta/commons/proper/vfs/trunk/build.xml Mon Sep 26 10:16:26 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<!--build.xml generated by maven from project.xml version 1.0-RC3
+<!--build.xml generated by maven from project.xml version 1.0-RC4
   on date August 13 2005, time 0731-->
 
 <project default="jar" name="commons-vfs" basedir=".">
@@ -20,7 +20,7 @@
     </property>
     <property name="javadocdir" value="dist/docs/api">
     </property>
-    <property name="final.name" value="commons-vfs-1.0-RC3">
+    <property name="final.name" value="commons-vfs-1.0-RC4">
     </property>
     <path id="build.classpath">
         <fileset dir="${libdir}">
@@ -152,7 +152,7 @@
         </tstamp>
         <property name="copyright" value="Copyright &amp;copy;  The Apache Software Foundation. All Rights Reserved.">
         </property>
-        <property name="title" value="Commons VFS 1.0-RC3 API">
+        <property name="title" value="Commons VFS 1.0-RC4 API">
         </property>
         <javadoc use="true" private="true" destdir="${javadocdir}" author="true" version="true" sourcepath="src/java"
                  packagenames="org.apache.commons.vfs.*">

Modified: jakarta/commons/proper/vfs/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/vfs/trunk/project.xml?rev=291680&r1=291679&r2=291680&view=diff
==============================================================================
--- jakarta/commons/proper/vfs/trunk/project.xml (original)
+++ jakarta/commons/proper/vfs/trunk/project.xml Mon Sep 26 10:16: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-RC3</currentVersion>
+    <currentVersion>1.0-RC4</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-RC3/site</siteDirectory>
+    <siteDirectory>public_html/vfs-1.0-RC4/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/index.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/vfs/trunk/xdocs/index.xml?rev=291680&r1=291679&r2=291680&view=diff
==============================================================================
--- jakarta/commons/proper/vfs/trunk/xdocs/index.xml (original)
+++ jakarta/commons/proper/vfs/trunk/xdocs/index.xml Mon Sep 26 10:16:26 2005
@@ -49,43 +49,46 @@
         </section>
 
         <section name="News">
-            <p>2005-08-13 - imario@apache.org: RC3</p>
-
-            <p>2005-07-05 - imario@apache.org: RC2 - includes multi-threading fixes for ftp and webdav</p>
-
-            <p>2005-06-29 - imario@apache.org: RC1</p>
-
-            <p>2005-06-19 - imario@apache.org: Again refactored filename parsing. sftp now accepts files with space in
-                their filename</p>
-
-            <p>2005-05-24 - imario@apache.org: Moved VFS out of sandbox into proper. What a great day!</p>
-
-            <p>2005-05 - imario@apache.org: Find the "How to setup a VFS Testserver" documentation in the developer
-                area.</p>
-
-            <p>2005-03 - imario@apache.org: easier configuration for plugins - see api section for details</p>
-
-            <p>2005-03 - imario@apache.org: 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>
-            </p>
+            <p>2005-09-26 - imario@apache.org: RC4 some enhancements - see RELEASE_NOTES.txt</p>
+            <!--
+                        <p>2005-08-13 - imario@apache.org: RC3</p>
+
+                        <p>2005-07-05 - imario@apache.org: RC2 - includes multi-threading fixes for ftp and webdav</p>
+
+                        <p>2005-06-29 - imario@apache.org: RC1</p>
+
+                        <p>2005-06-19 - imario@apache.org: Again refactored filename parsing. sftp now accepts files with space in
+                            their filename</p>
+
+                        <p>2005-05-24 - imario@apache.org: Moved VFS out of sandbox into proper. What a great day!</p>
+
+                        <p>2005-05 - imario@apache.org: Find the "How to setup a VFS Testserver" documentation in the developer
+                            area.</p>
+
+                        <p>2005-03 - imario@apache.org: easier configuration for plugins - see api section for details</p>
+
+                        <p>2005-03 - imario@apache.org: 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>
+                        </p>
+            -->
         </section>
     </body>
 </document>



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