* Version 0.2.0 (beta) - API 0.2.0 (beta) - 2008-02-16

* Fix listing of folders with whitespace in the name using the SSH2 VFS driver (Horde Bug #6227).
* Fix some string parsing on systems that don't have the 'en' or 'en_US' locales installed (Horde Bug #6194).
* PHP 4.3.0+ is now required and we make unconditional use of file_get_contents().
* Use strlen() instead of empty() to check for paths and filenames being set, to allow for potential names of 0 (zero).
* Converted to package.xml 2.0.
* Fix saving files in the root directory of an SQL backend.
* Never generate paths with double slashes in them (//) (Horde Bug #5821)
* Improve Netware FTP support (Horde Bug #5821)
* Add read stream support to some backends (Horde Bug #5913)
* Make the smb backend compatible with samba versions after samba-3.0.25-pre2 (felix.leimbach@gmx.net, Horde Bug #5931)

* Version 0.1.0 (beta) - API 0.1.0 (beta) - 2006-04-12

* SQL drivers now return empty values if the particular parameter does not exist on the server (instead of '-').
* Add initial VFS quota support.
* Fix autocreatePath() to work with directory paths that begin with the base directory.
* Add 'maplocalids' and 'timeout' parameters to the FTP driver.
* In SQL driver, allow '/' to indicate the base directory.
* Fix return value of deleteFile() in File and SQLFile drivers (PEAR Bug #4425).
* Fix listFolders() in File driver (PEAR Bug #4533).
* Add size() and readByteRange(), with File and SQL implementations.
* Add support for NetWare FTP server listings (Lukas Macura <macura@opf.slu.cz>).
* Add support for separate read and write DB servers for the SQL driver.
* Add copy() and move() fallback implementations for all drivers.
* Add parameters to copy() and move() to automatically create destination directories.
* Add SSH2/SFTP driver (Cliff Green <green@umdnj.edu>).
* Let rename() automatically create the destination path.
* Make sure copy/move doesn't result in infinite recursion (Horde Bug #3680).

* Version 0.0.5 (beta) - API 0.0.5 (beta) - 2005-04-07

* Fix typo that prevented the sql_file driver to load its parameters.
* PHP 5 compatibility fixes.
* Add 'pasv' parameter for FTP driver.
* Add writeData() method to sql_file driver.
* Support ~/path when a 'home' parameter is defined.
* Add a CLI script for accessing and modifying VFS backends.
* Added getCurrentDirectory() method.
* phpdoc has been updated and should now generate correctly in all files.
* Return error if trying to copy a file onto itself with the file driver (http://bugs.horde.org/ticket/?id=168).
* Several bug fixes to listFolders() method in SQL drivers.
* A PEAR Log object can now be specified for logging messages to.
* Added getParam() method.
* Allow recursive listings in listFolder().
* Several fixes with zero length files.
* Fixed autocreating of directories and updating of existing files in the sql_file VFS driver (http://bugs.horde.org/ticket/?id=1552, http://bugs.horde.org/ticket/?id=1553).
* Added SQL scripts to create tables for SQL backends.

* Version 0.0.4 (beta) - API 0.0.4 (beta) - 2003-09-09

* Default ftp driver to port 21.
* Distinguish between connection and authentication errors in the ftp driver.
* Clean up temporary files if the FTP driver wasn't able to retrieve a file.
* Add exists() method.
* Add emptyFolder() method.
* Add $recursive parameter to all deleteFolder() implementations.
* Add FTPS support.

* Version 0.0.3 (beta) - API 0.0.3 (beta) - 2003-07-03

Added a class for providing garbage collection; removed all Horde dependancies.

* Version 0.0.2 (alpha) - API 0.0.2 (alpha) - 2002-10-22

Added an ObjectVFS wrapper class, returns a ListItem on each call to listFolder, until no items are left.

* Version 0.0.1 (alpha) - API 0.0.1 (alpha) - 2002-09-24

Initial release as a PEAR package

