* Version 1.2.7 (stable) - API 1.2.2 (stable) - 2011-06-30


* Implement Feature #18256: Addition to Mail Queue Tutorial [quipo]
 * Implement Feature #18038: Reaching the set limit should not generate an error [till]
 

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


This is the initial release of the Mail_Queue package.
   

* 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 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.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.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.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.2.1 (stable) - API 1.2.0 (stable) - 2007-09-13


- rollout after some month of cvs commit and a new maintainer
- fixed bug #2911: Using an invalid db account results
  in a call to undefined function
- the DB container doesn't use DB protected methods anymore
  (related to bug #4028)
- removed any MySQL-specific functions from the SQL queries
  in the DB container.
- allow multiple recipients (Cc and Bcc) (requests #5707 and #5987)
- fixed bug #7886: sendMailsInQueue: problem sending mails in the same second
  they are stored (when sec_to_send = 0)
- fixed bug #8378: disconnect from the SMTP server once it has
  sent all the messages, when mail_options['persist'] is set
- fixed bug #8661: wrong date() format in Mail_queue::put()
- fixed bug #9065: MDB2 uses nextID(), not nextId()
- implemented request #2721: you can now use your Mail_Queue Container class
- if there's an error in sendMailsInQueue(), the problematic mail is removed
  from the internal sending buffer, and the next mail is processed (bugs #6538,
  #9219). NB: the mail is not removed from the db since it could be a temporary
  issue. If you want to remove it, you can do it manually with a custom error
  handler.
- added new Creole container (Randy Syring)
- fixed bug #4092: flag a mail with setAsSent() method within the sendMail() method
- minor fixes
- switched to package.xml v.2
   

* Version 1.2.2 (stable) - API 1.2.0 (stable) - 2008-05-07


- fixed bug #6330: check for lost DB connection in _preload()
- fixed bug #12521: NOTICE: undefined index
- fixed bug #12768: On errors, sendMail() marks mail as sent anyway
- added additional checks for factorySendMail() returned Mail
- better error handling in the MDB2 container
- code cleanup
   

* Version 1.2.3 (stable) - API 1.2.1 (stable) - 2008-09-06


* changed license from PHP to (new and simplyfied) BSD license
* fixed bug #7850 (introduced new method "factory" and helpers getErrors(), hasErrors())
* fixed bug #14626: alternative array container configuration not working
* minor CS fixes (file, class comments)
   

* Version 1.2.4 (stable) - API 1.2.2 (stable) - 2010-10-26


Bug #17991 	Package installed in wrong directory
   

* Version 1.2.5 (stable) - API 1.2.2 (stable) - 2010-10-26


Bug #17991 	Package installed in wrong directory
   

* Version 1.2.6 (stable) - API 1.2.2 (stable) - 2010-10-26


Bug #17993 	Package installed in wrong directory
   

