- Nothing changed yet.
- Drop support for Python 2 and 3.5.
- Add support for Python 3.9.
- Drop support for Python 3.4.
- Add support for Python 3.7 and 3.8.
- Migrate to GitHub and GitHub Actions.
Passwords are now saved in LDAP style:
{SHA256}adkjiois34jhdi
.Attention: If the hash does not start with name of an encryption scheme, plaintext password is assumed instead of bcrypt, which was assumed in 1.x.
Migration:
- Passwords, that start with
SHA256:
: Replace the prefix with{SHA256}
. - Passwords without prefix: Add
{BCRYPT}
as prefix.
- Passwords, that start with
Drop support for Python 2.6 and 3.3.
Add support for Python 3.6.
- Fix setup.py
- Add support for Python 3.3 up to 3.5.
- Allow for the password hash to specify the hashing algorithm inline (made sha256 available so far).
- Fixed brown-bag release.
initial release