2009-11-17  Oliver Hader  <oliver@typo3.org>

	* Set version to 1.0.0

2009-11-05  Oliver Hader  <oliver@typo3.org>

	* Set version to 0.9.2

2009-11-03  Oliver Hader  <oliver@typo3.org>

	* Fixed bug: Define tx_saltedpasswords_salts_phpass to be the default due to compatibility reasons

2009-10-21  Oliver Hader  <oliver@typo3.org>

	* Fixed bug: Disable to use the AJAX relogin of the TYPO3 Core

2009-10-16  Oliver Hader  <oliver@typo3.org>

	* Set version to 0.9.1

2009-10-16  Oliver Hader  <oliver@typo3.org>

	* Fixed bug: Evaluation function for t3lib_TCEmain does not need to store already salted password again
	* Cleanup: Fixed formatting and cleaned up PHPdoc comments
	* Cleanup: Added type hints in signatures of methods

2009-09-29  Oliver Hader  <oliver@typo3.org>

	* Set version to 0.9.0

2009-09-28  Oliver Hader  <oliver@typo3.org>

	* Cleanup: Removed require_once() calls and TYPO3_MODE checks, fixed descriptions (thanks to Michael Stucki)
	* Cleanup: Fixed strucural flaws in tx_saltedpasswords_emconfhelper and changed descriptions (thanks to Michael Stucki)
	* Cleanup: Removed superfluous whitespaces

2009-09-22  Michael Stucki  <michael@typo3.org>

	* Cleanup: Various code cleanup before reviewing the code...

2009-09-22  Oliver Hader  <oliver@typo3.org>

	* Fixed bug: PHP warning occurs when extension is configured the first time in EM
	* Cleanup: Removed require_once() calls and TYPO3_MODE checks from unit tests
	* Fixed bug: Use proper setUp() and tearDown() methods in unit tests
	* Fixed bug: Mark unit tests as skipped if blowfish is not installed

2009-09-09  Marcus Krause  <marcus#exp2009@t3sec.info>

	* Refactoring: Extracted method getLengthBase64FromBytes()

2009-09-08  Marcus Krause  <marcus#exp2009@t3sec.info>

	* Feature: Added lots of unit tests
	* Feature: Added phpass salted hashing method
	* Feature/Cleanup: Refactored extension to use an OOP approach

2009-09-04  Steffen Ritter  <info@rs-websystems.de>

	* Feature: Introduced/Registered hook in felogin, for new "forgotPassword" handling (introduced with Core #10017)
	* Feature: Configuration Check and UserInformation in Ext-EmConf via Flash-Messages

2009-07-20  Steffen Ritter  <info@rs-websystems.de>

	* Cleanup: Removed TYPO3 4.2 compatibility

2009-07-19  Oliver Hader  <oliver@typo3.org>

	* Cleanup: Added ChangeLog file
	* Cleanup: Added short labels for extension configuration template shown in Extension Manager
	* Cleanup: Removed superfluous whitespace characters
	* Cleanup: Fixed SQL extension definition