<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
<package version="1.0">
  <name>File_Fstab</name>
  <summary>Read and write fstab files</summary>
  <description>File_Fstab is an easy-to-use package which can read &amp; write UNIX fstab files. It presents a pleasant object-oriented interface to the fstab.
Features:
* Supports blockdev, label, and UUID specification of mount device.
* Extendable to parse non-standard fstab formats by defining a new Entry class for that format.
* Easily examine and set mount options for an entry.
* Stable, functional interface.
* Fully documented with PHPDoc.</description>
  <maintainers>
    <maintainer>
      <user>ieure</user>
      <name>Ian Eure</name>
      <email>ieure@php.net</email>
      <role>lead</role>
    </maintainer>
  </maintainers>
  <release>
    <version>1.0.2</version>
    <date>2004-04-27</date>
    <license>PHP License v3.0</license>
    <state>stable</state>
    <notes>* Add description to package.xml.</notes>
    <deps>
      <dep type="pkg" rel="has">PEAR</dep>
    </deps>
    <filelist>
      <file role="php" baseinstalldir="File" md5sum="9fde0fe5f007f284dbd2c2e58f31ca52" name="Fstab.php"/>
      <file role="php" baseinstalldir="File/Fstab" md5sum="b8f959b7e688057d31c8a17c704153e8" name="Entry.php"/>
      <file role="php" baseinstalldir="docs/File_Fstab" md5sum="f50a476080d4f16d28b7d9bd94a04759" name="example.php"/>
    </filelist>
  </release>
  <changelog>
    <release>
      <version>1.0.1</version>
      <date>2004-04-20</date>
      <license>PHP License v3.0</license>
      <state>stable</state>
      <notes>* Split _Entry class into a seperate file.
* Change function names: parse() -&gt; load() &amp; write() -&gt; save()
* Don't depend on File, use standard PHP file i/o.
* Update example.
</notes>
    </release>
    <release>
      <version>1.0</version>
      <date>2004-03-30</date>
      <license>PHP License v3.0</license>
      <state>stable</state>
      <notes>* Fix CS: remove stray tabs, if/then/else all have braces now.
* Minor cleanups: update email addresses etc.
* Automaticly parse on instantiation.
* Ability to add entries &amp; manipulate mount options for current entries added.
* Fixed an issue where mount options were not being set correctly when writing fstab.
* Fixed an issue where mount options weren't correctly parsed.
* Allow writing fstab to a different location, e.g. a temp file.
* Added an example.
</notes>
    </release>
    <release>
      <version>0.9.1</version>
      <date>2004-01-16</date>
      <license>PHP License v2.02</license>
      <state>stable</state>
      <notes>Initial PEARification.
</notes>
    </release>
  </changelog>
</package>
