SHA256
1
0
forked from pool/kgpg

KDE Applications 17.12 beta

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kgpg?expand=0&rev=76
This commit is contained in:
2017-11-21 22:24:45 +00:00
committed by Git OBS Bridge
parent 40818aae7f
commit 9280e0e9e3
4 changed files with 27 additions and 4 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Nov 20 06:59:11 CET 2017 - lbeltrame@kde.org
- Update to 17.11.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.12-beta.php
- Changes since 17.08.3:
* show creation date of user ids
* remove needless assignment
* do not add duplicate "--command-fd=0" to GnuPG commandline
* set project version in CMake
* de-uglify QString construction
* check file existence before opening it, not afterwards
* remove write-only local variable
* use range based for loops if the container is const
* mark end iterator const
* use nullptr directly
* the parent of a KGpgNode cannot change
* collect secret key information when loading public keys
* breezeify icon, this gives us larger sizes which is needed for appstream
* Port away from deprecated qSort.
-------------------------------------------------------------------
Thu Nov 09 23:11:43 CET 2017 - lbeltrame@kde.org