* Version 1.2.0 (stable) - API 1.1.0 (stable) - 2023-12-21


* feature: PHP8.2 ready
* bugfix: scram-sha-224 broken #14
* task: mark authentication methods cram-md5, digest-md5, and login as deprecated #14
 

* Version 1.2.0 (stable) - API 1.1.0 (stable) - 2023-12-21


* feature: PHP8.2 ready
* bugfix: scram-sha-224 broken #14
* task: mark authentication methods cram-md5, digest-md5, and login as deprecated #14
   

* Version 1.1.0 (stable) - API 1.1.0 (stable) - 2017-03-07


* Set minimum PHP version to 5.4.0
* Set minimum PEAR version to 1.10.1

* Request #21033: PHP warning depreciated
   

* Version 1.0.6 (stable) - API 1.0.3 (stable) - 2011-09-27


QA release
* Bug #18856: Authentication warnings because of wrong Auth_SASL::factory argument [kguest]
   

* Version 1.0.5 (stable) - API 1.0.3 (stable) - 2011-09-04


QA release
* Added support for any mechanism of the SCRAM family; with thanks to Jehan Pagès. [kguest]
* crammd5 and digestmd5 mechanisms name deprecated in favour of IANA registered names 'cram-md5' and 'digest-md5'; with thanks to Jehan Pagès. [kguest]
   

* Version 1.0.4 (stable) - API 1.0.3 (stable) - 2010-02-07


QA release
* Fix bug #16624: open_basedir restriction warning in DigestMD5.php [till]
   

* Version 1.0.3 (stable) - API 1.0.3 (stable) - 2009-08-05


QA release
* Move SVN to proper directory structure [cweiske]
* Fix Bug #8775: Error in package.xml
* Fix Bug #14671: Security issue due to seeding random number generator [cweiske]
   

* Version 1.0.2 (stable) - API 1.0.2 (stable) - 2006-05-21


* Fixed Bug #2143 Auth_SASL_DigestMD5::getResponse() generates invalid response
* Fixed Bug #6611 Suppress PHP 5 Notice Errors
* Fixed Bug #2154 realm isn't contained in challange
   

* Version 1.0.1 (stable) - API 1.0.1 (stable) - 2003-09-11


* Added authcid/authzid separation in PLAIN and DIGEST-MD5.
   

