No change log available. Fixes were made.
If you have problems whit login.
PLS use full SSL or change in the index.php on the top this line:
ini_set('session.cookie_secure', 1);
use this
ini_set('session.cookie_secure', 0);
whit this option you dont use CSRF token.