Changeset 1198

Show
Ignore:
Timestamp:
12/29/07 14:31:57 (6 months ago)
Author:
mikey
Message:

added data from release 0.2.0

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build/vfs/package.php

    r1196 r1198  
    1818 * current version 
    1919 */ 
    20 $version = '0.2.0dev'; 
     20$version = '0.2.0'; 
    2121 
    2222/** 
  • trunk/build/vfs/package.xml

    r1185 r1198  
    1515  <active>yes</active> 
    1616 </lead> 
    17  <date>2007-12-14</date> 
    18  <time>00:25:46</time> 
     17 <date>2007-12-29</date> 
     18 <time>14:27:52</time> 
    1919 <version> 
    20   <release>0.1.0</release> 
    21   <api>0.1.0</api> 
     20  <release>0.2.0</release> 
     21  <api>0.2.0</api> 
    2222 </version> 
    2323 <stability> 
     
    2626 </stability> 
    2727 <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license> 
    28  <notes>Initial release.</notes> 
     28 <notes>- moved vfsStreamWrapper::PROTOCOL to vfsStream::SCHEME 
     29- added new vfsStream::url() method to assist in creating correct vfsStream urls 
     30- added vfsStream::path() method as opposite to vfsStream::url() 
     31- a call to vfsStreamWrapper::register() will now reset the root to null (implemented because of a hint by David ZÃŒlke) 
     32- added support for is_readable(), is_dir(), is_file() 
     33- added vfsStream::newFile() to be able to do $file = vfsStream::newFile(&quot;foo.txt&quot;)-&gt;withContent(&quot;bar&quot;);</notes> 
    2934 <contents> 
    3035  <dir baseinstalldir="/" name="/"> 
     
    3338    <file name="ExampleTestCaseOldWay.php" role="doc" /> 
    3439    <file name="ExampleTestCaseWithVfsStream.php" role="doc" /> 
     40    <file name="FailureExample.php" role="doc" /> 
     41    <file name="FailureExampleTestCase.php" role="doc" /> 
    3542   </dir> <!-- /examples --> 
    3643   <dir name="vfsStream"> 
     
    7279   <notes>Initial release.</notes> 
    7380  </release> 
     81  <release> 
     82   <version> 
     83    <release>0.2.0</release> 
     84    <api>0.2.0</api> 
     85   </version> 
     86   <stability> 
     87    <release>alpha</release> 
     88    <api>alpha</api> 
     89   </stability> 
     90   <date>2007-12-29</date> 
     91   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license> 
     92   <notes>- moved vfsStreamWrapper::PROTOCOL to vfsStream::SCHEME 
     93- added new vfsStream::url() method to assist in creating correct vfsStream urls 
     94- added vfsStream::path() method as opposite to vfsStream::url() 
     95- a call to vfsStreamWrapper::register() will now reset the root to null (implemented because of a hint by David ZÃŒlke) 
     96- added support for is_readable(), is_dir(), is_file() 
     97- added vfsStream::newFile() to be able to do $file = vfsStream::newFile(&quot;foo.txt&quot;)-&gt;withContent(&quot;bar&quot;);</notes> 
     98  </release> 
    7499 </changelog> 
    75100</package>