<?xml version="1.0" encoding="ISO-8859-1" ?>
<package version="1.0">
  <name>Cache_Lite</name>
  <summary>Fast and Safe little cache system</summary>
  <description>This package is a little cache system optimized for file containers. It is fast and safe (because it uses file locking and/or anti-corruption tests).</description>
  <maintainers>
    <maintainer>
      <user>fab</user>
      <name>Fabien MARTY</name>
      <email>fab@php.net</email>
      <role>lead</role>
    </maintainer>
    <maintainer>
      <user>jfbus</user>
      <name>Jean-François BUSTARRET</name>
      <email>JFBUSTARRET@tf1.fr</email>
      <role>developer</role>
    </maintainer>
  </maintainers>
  <release>
    <version>0.4</version>
    <date>2002-09-28</date>
    <license>lgpl</license>
    <state>beta</state>
    <notes>New features :
- Add setLifeTime() method to change the cache lifetime dynamicaly
Changes :
- changes in the directory layout and in file names to (better) respect PEAR standards
  =&gt; incompatibility with 0.3 version even there is no incompatible change in the API</notes>
    <filelist>
      <file role="doc" baseinstalldir="Cache" md5sum="934071f21c17611811e01396ca604c79" name="docs/technical"/>
      <file role="doc" baseinstalldir="Cache" md5sum="c5b18dd8707d73e857894b50859334a4" name="docs/examples"/>
      <file role="test" baseinstalldir="Cache" md5sum="537d37deb35637db2bbdea5551fb64d1" name="tests/test.php"/>
      <file role="test" baseinstalldir="Cache" md5sum="12082bccf7305b9d9b994368e4a5ac05" name="tests/test2.php"/>
      <file role="test" baseinstalldir="Cache" md5sum="d7105484bb9ebd6c96664de6fd62bed5" name="tests/test3.php"/>
      <file role="test" baseinstalldir="Cache" md5sum="59e7508427cab7d47b1b62bc07936a93" name="tests/bench.php"/>
      <file role="test" baseinstalldir="Cache" md5sum="2b5c37b7a863a245a19fd90042b2f147" name="tests/bench2.php"/>
      <file role="test" baseinstalldir="Cache" md5sum="d21e84bd2097f1696f171908d84962ae" name="tests/bench3.php"/>
      <file role="doc" baseinstalldir="Cache" md5sum="f7a9487bf565e79860114dac982848c5" name="tests/readme"/>
      <file role="php" baseinstalldir="Cache" md5sum="2451085de0ade9b4ec4078c7a9976112" name="Lite/Output.php"/>
      <file role="php" baseinstalldir="Cache" md5sum="cd7b86dd5052696c412401bcaa1d688b" name="Lite/Function.php"/>
      <file role="php" baseinstalldir="Cache" md5sum="f34ec6c5980b94b3b3d6918917911b94" name="Lite.php"/>
      <file role="doc" baseinstalldir="Cache" md5sum="085e7fb76fb3fa8ba9e9ed0ce95a43f9" name="LICENSE"/>
    </filelist>
  </release>
  <changelog>
    <release>
      <version>0.3</version>
      <date>2002-08-31</date>
      <state>beta</state>
      <notes>New features :
- Add '$doNotTestCacheValidity' optional parameter for the get() method
Changes :
- raiseError() method becomes public
- swap of two lines in _write() method (Thanks to Jean-François BUSTARRET)
Bugs fixed :
- remove blank spaces at the end of the class (Thanks to Jean-François BUSTARRET)
- E_NOTICEs problems and maybe a minor bug of errors management (Thanks to Sebastian BERGMANN)
</notes>
    </release>
    <release>
      <version>0.2.0</version>
      <date>2002-08-10</date>
      <state>beta</state>
      <notes>New features :
- Adding Cache_Lite_Function (to cache the result and output of functions/methods)
Bugs fixed :
- In a few cases of cache corruption, it was possible to get some warnings (but the output was correct)
- Cache_Lite_Output require_once (to load Cache_Lite) wasn't correct  
</notes>
    </release>
    <release>
      <version>0.1.1</version>
      <date>2002-08-08</date>
      <state>beta</state>
      <notes>A little packaging fix
</notes>
    </release>
    <release>
      <version>0.1</version>
      <date>2002-08-08</date>
      <state>beta</state>
      <notes>This is the first release.
</notes>
    </release>
  </changelog>
</package>
