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/07/06 20:15:59 UTC

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

Author: imario
Date: Wed Jul  6 11:15:57 2005
New Revision: 209489

URL: http://svn.apache.org/viewcvs?rev=209489&view=rev
Log:
RC2

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=209489&r1=209488&r2=209489&view=diff
==============================================================================
--- jakarta/commons/proper/vfs/trunk/RELEASE_NOTES.txt (original)
+++ jakarta/commons/proper/vfs/trunk/RELEASE_NOTES.txt Wed Jul  6 11:15:57 2005
@@ -1,2 +1,14 @@
+2005-Jul-5  commons-vfs 1.0 RC2
+
+Notice: All test are excluded as they need a complicated server setup to work.
+Please refer to the VFS homepage (http://jakarta.apache.org/commons/vfs/testserver.html) for details how to do it.
+
+Fixed multi-threading problems with ftp and webdav scheme
+
+Some documentation issues
+
+other minor fixes
+
+
 2005-Jun-29 commons-vfs 1.0 RC1
 Started the release cylce

Modified: jakarta/commons/proper/vfs/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/vfs/trunk/build.xml?rev=209489&r1=209488&r2=209489&view=diff
==============================================================================
--- jakarta/commons/proper/vfs/trunk/build.xml (original)
+++ jakarta/commons/proper/vfs/trunk/build.xml Wed Jul  6 11:15:57 2005
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
-  build.xml generated by maven from project.xml version 1.0-RC1
+  build.xml generated by maven from project.xml version 1.0-RC2
   on date February 24 2003, time 1744
 -->
 
@@ -20,7 +20,7 @@
     </property>
     <property name="javadocdir" value="dist/docs/api">
     </property>
-    <property name="final.name" value="commons-vfs-1.0-RC1">
+    <property name="final.name" value="commons-vfs-1.0-RC2">
     </property>
     <target name="init" description="o Initializes some properties">
         <mkdir dir="${libdir}">
@@ -167,7 +167,7 @@
         </tstamp>
         <property name="copyright" value="Copyright &amp;copy;  Apache Jakarta Project. All Rights Reserved.">
         </property>
-        <property name="title" value="commons-vfs 1.0-RC1 API">
+        <property name="title" value="commons-vfs 1.0-RC2 API">
         </property>
         <javadoc use="true" private="true" destdir="${javadocdir}" author="true" version="true" sourcepath="src/java" packagenames="org.apache.commons.vfs.*">
             <classpath>

Modified: jakarta/commons/proper/vfs/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/vfs/trunk/project.xml?rev=209489&r1=209488&r2=209489&view=diff
==============================================================================
--- jakarta/commons/proper/vfs/trunk/project.xml (original)
+++ jakarta/commons/proper/vfs/trunk/project.xml Wed Jul  6 11:15:57 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-RC1</currentVersion>
+    <currentVersion>1.0-RC2</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-RC1/site</siteDirectory>
+    <siteDirectory>public_html/vfs-1.0-RC2/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=209489&r1=209488&r2=209489&view=diff
==============================================================================
--- jakarta/commons/proper/vfs/trunk/xdocs/index.xml (original)
+++ jakarta/commons/proper/vfs/trunk/xdocs/index.xml Wed Jul  6 11:15:57 2005
@@ -47,6 +47,8 @@
         </section>
 
         <section name="News">
+            <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>



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