* Version 1.2.0 (stable) - API 1.0.0 (stable) - 2007-06-18

* Moved DB connection out of constructor so connection is only made when
  needed and error handling can be done properly.
* Added option to return PEAR_Error objects when a problem occurs.
* General code cleanup.
* Switched to package.xml 2.0.
* Added test suite.
* Fix Bug #9469. Attempts to use DB connection even if error generated
  while connecting.

* Version 1.1.4 (stable) - API 1.1.4 (stable) - 2005-04-05

Bugfix release, submitted patches from the bug tracker.
 * Closes #3655
 * Closes #2975
 * Closes #2512

* Version 1.1.3 (stable) - API 1.1.3 (stable) - 2004-06-16

Bugfix release, removing a missed debug echo.

* Version 1.1.2 (stable) - API 1.1.2 (stable) - 2004-04-29

* Stopped using the depracted DB_Common::quote method, and changed to DB_Common::quoteSmart.
* Use DB_Common::quoteIdentifier to make sure that the table and column names are legal.

* Version 1.1.1 (stable) - API 1.1.1 (stable) - 2004-02-17

Fixed a bug in the new serialization code, which was preventing non-default values from being unserialized.

* Version 1.1.0 (stable) - API 1.1.0 (stable) - 2004-02-14

Added support for serializing values before they're saved in the database, and then unserializing when retrieved.
To use it set the "serialize" option to true.

* Version 1.0.3 (stable) - API 1.0.3 (stable) - 2003-04-24

* I missed a set of quotes in the last release, causing empty preferences to be set to '
One day I'll manage to get the release thing right ;)

* Version 1.0.1 (stable) - API 1.0.1 (stable) - 2003-04-20

* Added a getDefaultPref method.
* Various bug fixes

* Version 1.0 (stable) - API 1.0 (stable) - 2003-04-20

* Added a getDefaultPref method.
* Various bug fixes

* Version 0.2.31 (stable) - API 0.2.31 (stable) - 2003-03-24

no release notes

* Version 0.2.2 (devel) - API 0.2.2 (devel) - 2003-02-04

New Feature: You can now choose whether to use the cache or not (Auth_PrefManager::useCache(true|false))
        Bugfix: When retrieving a preference it now checks if the query returns any rows, instead of checking the value.

* Version 0.2.1 (devel) - API 0.2.1 (devel) - 2003-01-16

Bugfix release: The constructor (and everything else :S) now works.

* Version 0.2.0 (devel) - API 0.2.0 (devel) - 2002-12-07

- Changed the package and class name to Auth_PrefManager, and the filename to PrefManager.php to comply with PEAR coding standards.

* Version 0.11 (devel) - API 0.11 (devel) - 2002-12-07

First release.

* Version 0.1 (devel) - API 0.1 (devel) - 2002-12-06

Preview release for the PEAR-Dev list.

