[Pkg-owncloud-commits] [qtkeychain] branch master updated (3fd5cae -> 3a5c459)

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


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

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

      from  3fd5cae   Updated changelog
       new  159acd5   Bump version for master
       new  e4dc97a   fix translation install dir on qt5 if qmake reported Qt: Untested Windows version 10.0 detected! in the error stream
       new  ae12da1   Merge pull request #49 from TheOneRing/fix_windows10
       new  e6e828c   Refactored code to simplify classes.
       new  c2b5cde   Compile time option USE_CREDENTIAL_STORE
       new  08be059   Merge pull request #56 from akallabeth/refactor_win_cred_store
       new  36151aa   Fix windows issues with exotic compiler flags.
       new  fa07d5f   Merge pull request #60 from akallabeth/wchar_windows_fuckup_fix
       new  45725c7   Added binary / text mode password support. Added binary password write function.
       new  cc1caca   Merge pull request #61 from akallabeth/gnome_keyring_fix
       new  01c14de   Remove exports
       new  1422cfa   Bump version
       new  52ba281   Update changelog and ReadMe
       new  5be7e75   fix kwallet
       new  b0a8c18   Bump version to 0.6.1
       new  7ccc348   Update Changelog
       new  6d361e6   kwallet: check is reply is valid
       new  75e7f14   Update version and changelog for 0.6.2
       new  22d6ba2   Imported Upstream version 0.6.2
       new  e5ebaf8   Merge tag 'upstream/0.6.2'
       new  0207437   New upstream release
       new  13c4b6e   Bump Standards-Version (no changes needed)
       new  38ba9af   Bump version in master
       new  3659271   fix kwallet
       new  1e7ffaf   Merge branch '0.6'
       new  ae7a33f   Set version and bump SO version
       new  f4e5335   Set version to 0.7.0
       new  737df76   Update ChangeLog
       new  35ec884   Imported Upstream version 0.7.0
       new  5157f16   Merge tag 'upstream/0.7.0'
       new  63aa9ab   New upstream release
       new  5c063d0   Bump SONAME and packagename
       new  5664027   Securify uris to debian git.
       new  d05cb67   Update changelog
       new  3a5c459   Release to unstable

The 35 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMakeLists.txt                                     |  19 +-
 ChangeLog                                          |  12 +
 ReadMe.txt                                         |   8 +-
 debian/changelog                                   |   9 +
 debian/control                                     |  14 +-
 debian/libqt5keychain0.symbols                     |  80 -------
 ...t5keychain0.install => libqt5keychain1.install} |   0
 debian/libqt5keychain1.symbols                     |  73 +++++++
 debian/libqtkeychain0.symbols                      |  78 -------
 ...bqtkeychain0.install => libqtkeychain1.install} |   0
 debian/libqtkeychain1.symbols                      |  73 +++++++
 gnomekeyring.cpp                                   |  31 ++-
 gnomekeyring_p.h                                   |  10 +-
 keychain.cpp                                       | 153 ++++++-------
 keychain.h                                         |  45 ++--
 keychain_mac.cpp                                   |  23 +-
 keychain_p.h                                       | 129 +++++------
 keychain_unix.cpp                                  | 242 +++++++++++----------
 keychain_win.cpp                                   | 111 ++++++++--
 testclient.cpp                                     |  23 ++
 20 files changed, 640 insertions(+), 493 deletions(-)
 delete mode 100644 debian/libqt5keychain0.symbols
 rename debian/{libqt5keychain0.install => libqt5keychain1.install} (100%)
 create mode 100644 debian/libqt5keychain1.symbols
 delete mode 100644 debian/libqtkeychain0.symbols
 rename debian/{libqtkeychain0.install => libqtkeychain1.install} (100%)
 create mode 100644 debian/libqtkeychain1.symbols

-- 
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