[Pkg-owncloud-commits] [qtkeychain] 13/35: Update changelog and ReadMe

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue May 24 17:39:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository qtkeychain.

commit 52ba281801a7d1a59e7fa45faa39048062d24297
Author: Frank Osterfeld <frank.osterfeld at kdab.com>
Date:   Thu Mar 17 11:02:15 2016 +0100

    Update changelog and ReadMe
---
 ChangeLog  | 3 +++
 ReadMe.txt | 8 +++++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f89dc19..f2b689f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
 ChangeLog
 =========
 
+version 0.6.0 (release 2016-03-18)
+  * Added support for the Windows Credential Store
+
 version 0.5.0 (release 2015-05-04)
   * Added support for KWallet5 (KDE5/KF)
  
diff --git a/ReadMe.txt b/ReadMe.txt
index e89adb7..6fa68b6 100644
--- a/ReadMe.txt
+++ b/ReadMe.txt
@@ -5,10 +5,12 @@ QtKeychain is a Qt API to store passwords and other secret data securely. How th
 
  * **Mac OS X:** Passwords are stored in the OS X Keychain.
 
- * **Linux/Unix:** If running, GNOME Keyring is used, otherwise 
-qtkeychain tries to use KWallet (via D-Bus), if available.
+ * **Linux/Unix:** If running, GNOME Keyring is used, otherwise qtkeychain tries to use KWallet (via D-Bus), if available.
 
- * **Windows:** Windows does not provide a service for secure storage. QtKeychain uses the Windows API function [CryptProtectData](http://msdn.microsoft.com/en-us/library/windows/desktop/aa380261%28v=vs.85%29.aspx "CryptProtectData function") to encrypt the password with the user's logon credentials. The encrypted data is then persisted via QSettings.
+ * **Windows:** By default, the Windows Credential Store is used (requires Windows 7 or newer).
+Pass -DUSE_CREDENTIAL_STORE=OFF to cmake use disable it. If disabled, QtKeychain uses the Windows API function
+[CryptProtectData](http://msdn.microsoft.com/en-us/library/windows/desktop/aa380261%28v=vs.85%29.aspx "CryptProtectData function")
+to encrypt the password with the user's logon credentials. The encrypted data is then persisted via QSettings.
 
 In unsupported environments QtKeychain will report an error. It will not store any data unencrypted unless explicitly requested (setInsecureFallback( true )).
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/qtkeychain.git



More information about the Pkg-owncloud-commits mailing list