14
0

Accepting request 124284 from home:NicoK:branches:devel:languages:python

update to 0.9.1

OBS-URL: https://build.opensuse.org/request/show/124284
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=7
This commit is contained in:
Sascha Peilicke
2012-06-11 07:44:13 +00:00
committed by Git OBS Bridge
parent 4173fe89b7
commit 13543fe2bc
4 changed files with 23 additions and 4 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Jun 8 22:12:52 UTC 2012 - Nico.Laus.2001@gmx.de
- update to version 0.9.1
* Fix for issue where SecretServiceBackend.set_password would
raise a UnicodeError on Python 3 or when a unicode password
was provided on Python 2.
* CryptedFileKeyring now uses PBKDF2 to derive the key from the
user's password and a random hash. The IV is chosen randomly
as well. All the stored passwords are encrypted at once. Any
keyrings using the old format will be automatically converted
to the new format (but will no longer be compatible with 0.9
and earlier). The user's password is no longer limited to 32
characters. PyCrypto 2.5 or greater is now required for this
keyring.
- update to version 0.9
* Add support for GTK 3 and secret service D-Bus. Fixes #52.
* Issue #60 - Use correct method for decoding.
-------------------------------------------------------------------
Wed Apr 11 18:16:14 UTC 2012 - saschpe@gmx.de