* Version 2.0.2 (stable) - 2005-05-31

- Fix error constants. (Bug #4414)
- Update to use new header comment blocks.

* Version 2.0.1 (stable) - 2004-10-17

* Document setOptions()
* Change @type to (correct) @var
* Flip @param type/value, they were reversed.



* Version 2.0.0 (stable) - 2004-06-09

* Bump version.


* Version 2.0.0beta1 (beta) - 2004-05-04

* Add get/set methods in Entry class, so that a descendent may overload them to provide additional checking or validation.
* getEntryFor...() methods return PEAR_Error instead of false.
* save() no longer checks to see if file is writable - fopen() will tell us if there's a problem.


* Version 1.0.4 (stable) - 2004-05-04

* save() didn't add line breaks to the output, rendering it invalid.
* Use @version@ instead of hard-coding it.
* Remove redundant (commented) 'require_once.'


* Version 1.0.3 (stable) - 2004-04-28

* update() was calling parse(), which no longer exists.


* Version 1.0.2 (stable) - 2004-04-27

* Add description to package.xml.


* Version 1.0.1 (stable) - 2004-04-20

* Split _Entry class into a seperate file.
* Change function names: parse() -> load() & write() -> save()
* Don't depend on File, use standard PHP file i/o.
* Update example.


* Version 1.0 (stable) - 2004-03-30

* 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 & 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.


* Version 0.9.1 (stable) - 2004-01-16

Initial PEARification.


