* Version 1.2.1 (stable) - API 1.2.0 (stable) - 2007-09-13

rollout after some month of cvs commit and a new maintainer

* Version 1.2.1 (stable) - API 1.2.0 (stable) - 2007-09-13

new release, new maintainer

* Version 1.1.3 (stable) - API 1.1.3 (stable) - 2004-11-04

- fix wrong parameter order for PEAR::raiseError() in sendMailsInQueue()
  [bug #1990] - thanks Alan Knowles
- some cleanup
- php5 fix: Mail_Queue_Body::try() => _try()  [bug #2098]

* Version 1.1.2 (stable) - API 1.1.2 (stable) - 2004-07-22

- Use PHP's date() function instead of a mysql-specific
  NOW() call in the DB container
- Added pgsql schema in the /docs/ dir (thanks Alan Knowles)
- Fixed integer quoting in the DB container (bug #1917) (thanks Alan Knowles)
- DB error reporting now uses toString() (bug #1918) (thanks Alan Knowles)

* Version 1.1.1 (stable) - API 1.1.1 (stable) - 2004-07-22

- Fixed a buggy implementation of the preload() method
  which was causing several problems
- Use DB::modifyLimitQuery() instead of a mysql-specific
  LIMIT clause in the DB container
- Added a new MDB2 container

* Version 1.1 (stable) - API 1.1 (stable) - 2004-03-05

- Error management has been rewritten. New error constants are used,
  so custom error mgmt is now possible.
- Added a "pearErrorMode" option to specify what to do with Pear_Error
  (was: PEAR_ERROR_PRINT by default)
- Added a "sequence" container option to specify the name of the sequence table.
- Moved Mail_Queue_Error class from Mail/Queue/Error.php to Mail/Queue.php.
- Preloading management has been rewritten. The amount of memory used by the
  internal buffer can be limited to any chosen value via the setBufferSize() method.
- The put() methods now returns last_inserted_id instead of true
- Fixed error in factorySendMail()
- Fixed: mails weren't set as send when bypassing the queue using sendMailById()
- Fixed: Mail_Queue_Container_mdb didn't accept a 'dsn' as option
- PHP 5 fixes

* Version 1.0 (stable) - API 1.0 (stable) - 2002-12-13

First stable release. Added Lorenzo Alberton to the list of contributors.
Fixed getMailById() in db.php.
Added new container: Mail_Queue_Container_mdb - Storage driver for fetching mail
queue data from a PEAR_MDB database.

* Version 0.9 (beta) - API 0.9 (beta) - 2002-09-21

This is the initial release of the Mail_Queue package.

