SHA256
1
0
forked from pool/keepass
Ismail Dönmez 2017-10-12 14:25:54 +00:00 committed by Git OBS Bridge
parent d928504aa0
commit 23f0879f39

View File

@ -2,8 +2,37 @@
Thu Oct 12 14:14:49 UTC 2017 - idonmez@suse.com
- Update to 2.37
* See https://keepass.info/news/n171012_2.37.html for the
complete changelog.
New features:
* When creating a new database, KeePass now offers to print a
KeePass emergency sheet (which can then be filled out and
stored in a secure location, where only the user and possibly
a few other people that the user trusts have access to);
an emergency sheet can also be created via
'Tools' -> 'Database Tools' -> 'Print Emergency Sheet'.
* Added database file information dialog that is displayed
when creating a new database.
* Added function to search similar password clusters
('Edit' -> 'Show Entries' -> 'Find Similar Passwords (Clusters)').
* On Unix-like systems: if the library 'libgcrypt.so.20' is
available, KeePass uses it for AES-KDF transformations.
* Added workaround for .NET/Windows column header drawing bug
when switching to TAN-only entry list mode.
* Added workaround for Mono tab switching bug.
* Added workaround for Mono '}' character RTF encoding bug.
* TrlUtil: added support for .NET 4.*.
Improvements:
* Improved dialog for changing the master key
* KeePass now directly offers to save the database after
changing the master key, and it asks whether to print a
new emergency sheet.
* Various improvements in the translation selection dialog
* KeePass now refuses to attach files that are larger than
512 MB (as larger files can result in serialization problems).
* Increased default number of AES-KDF rounds.
* On Unix-like systems, KeePass now uses the CSP implementation
of the AES algorithm for encrypting data, which is a bit faster.
* Improved tool strip checkmark rendering on Unix-like systems.
-------------------------------------------------------------------
Sat Jun 10 14:56:59 UTC 2017 - idonmez@suse.com