[Pkg-owncloud-commits] [qtkeychain] annotated tag upstream/0.3.0 created (now 61e9607)
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Mar 15 19:25:53 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a change to annotated tag upstream/0.3.0
in repository qtkeychain.
at 61e9607 (tag)
tagging 2fb4c69de6d214cdaf6a8f74f2320dd1d6dea9ac (commit)
replaces upstream/0.1.0
tagged by Sandro Knauß
on Sat Mar 15 20:16:26 2014 +0100
- Log -----------------------------------------------------------------
Upstream version 0.3.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJTJKcKAAoJEOOtsAhQYFY2v0UP/2H3mCwV/XLm4rYL/6+M2f8b
2G8RhouSGqOsgBvygkgIk4lkYRyKNuRDyABE3wk2yZsydJydBNVhbiHvROyK0ZAr
PU3pR4MkMw//q7JKsdTWZra+ijOjV7Ebp6Q4qpEmKK7J7r3p23vOyzhPaMT54C/s
IiWieFdLVouhvp2QrBflfm8vSiSNhKafQhphaR5LzdIsGnSs7kQFpUY6Bcm8ZUP6
rEYnJ4rOmqdq4d40WNdHna6k+9mwcXYlFnEVnKjce0q6gp6Drmdbb4s87gcXvh/J
vPtSV1X92gfvgnKx69y7BRWnl4zGvvsOBd0kXOIpiwvu9dwfpfF5mJAqyL0Uf/Xx
JE1oB19oqQaPW0P/2hhbNsN8vhEov2YVkCx9ozb+7QgzVED6RuQ9H9Zea4z2TR5f
RrU2VOCli9iZR6t/G8NcA+Xa2u44cAhASUyVO0kV0k2tcAC4k3+TagmcX07rsxOh
S1Y4fQqto8BlweatINws6ObdMA4btkJirWwZmAd+tjKeyOYXfdn3j2N0N9ZOtkF5
mbtW3EpcOHVJkoI1aMBE745B/Ju7ptR7tVDqmY3IUanO3rSquICXY8ygkBZHpJVV
DnhWzx0KMu9Lm/Ggw1ie/nxq+wONCfq64hli2yb5ffeu68Cu6060+/sBsT4KZUlp
xZx2ZA8kxTWJA7iVbsXc
=tQYy
-----END PGP SIGNATURE-----
Arthur Țițeică (1):
Romanian translation
Daniel Molkentin (9):
Add messages (explicit) and translations (implicit) targets.
Add German translation
Use network wallet rather than hardcoded "kdewallet" wallet
Fix compilation on OS X
When using Qt5 for compilation, name target qt5keychain
Need to propagate the infix as well
Detect older GNOME variants
Also use a different include dir when built with Qt5
Hardcode rpath to install dir on make install
Dominik Schmidt (8):
Add minimilastic cmake file
Fix cross-compilation for windows
Finish cmake port to osx
win: fix building statically
Install library and headers
win: fix undefined reference to RtlSecureZeroMemory in MinGW
Add CMake config file
Add QTKEYCHAIN_FOUND var to config file
Francois Ferrand (1):
Gnome keyring support.
Frank Osterfeld (81):
Initial
Initial OS X impl.
Apidocs for the people
improve error strings
fix copyright header
introduce QKeychain namespace
add way to store plain QByteArray instead of only QString and make naming more generic in the process
apidocs fixes
minor .pro file cleanup
make it static
always overwrite entries, remove flag to control that
add entryExists()
add export macro
basic impl for windows
add stub for unix
Allow the user to pass a custom QSettings object in case the default-constructed QSettings is not sufficient.
Merge pull request #1 from dschmidt/master
Merge pull request #2 from dschmidt/master
Fix MSVC debug build.
Build testclient
Remove QMake buildsystem
Refactor API to asynchronous job-based classes.
Implement dbus stub for async API.
Port Windows impl to the job API.
Introduce DeletePasswordJob to delete passwords.
Start DBus-based KWAllet backend
kwallet: make read and write work
remove unused error code
Special treatment if KWallet is unavailable.
Detect if opening the wallet failed.
Add readme
Fix OS X build
Restructure README, add license information.
Rewrite README some more.
D-Bus: Serialize job execution.
Merge pull request #3 from lfranchi/master
Serialize job execution on all platforms.
Build against Qt5, too
Mention the insecure fallback option
Set version to 0.1.0
Fix comment template
Build on Mac again
Fix Qt5 build on Mac
Merge pull request #7 from danimo/master
Add debian-style changelog
Merge branch '0.1'
Fix name and format of the changelog file
Merge branch '0.1'
Merge pull request #13 from xhochy/fix-kwallet-earlier-dbus-fallback
Merge branch 'typz-master'
Update README
Some minor cleanup of the gnome keyring code
The early return catches the bug
Avoid code duplication
Update translation
Update copyright year span
Bump version
Merge pull request #15 from xhochy/qt45-build-compability
Merge pull request #14 from krnowak/libgnome-keyring-crash-fix
Merge pull request #17 from danimo/master
Merge pull request #19 from danimo/master
KWallet: Return error for non-existant entries
Some string literal cleanup
Replace obsolete auto_ptr by QScopedPointer
Store enum values as string
Fix format string
Merge pull request #24 from danimo/target_qt5
Merge pull request #26 from teo/master
Merge pull request #28 from guruz/fix_qt4_qt5_target_name
Merge pull request #27 from xhochy/qt5-fix-translations
Merge pull request #30 from arthurtiteica/master
Merge pull request #32 from ogoffart/deletepasswordjob
Move GnomeKeyring to separate files
Update changelog
Bump copyright years
Merge pull request #33 from danimo/old_gnome
Merge pull request #34 from danimo/fix_installed_include_dir
Merge pull request #35 from danimo/fix_rpath
Merge remote-tracking branch 'origin/master' into 0.3
Update changelog
bump version
Krzesimir Nowak (1):
Fix crashes inside libgnome-keyring.
Leo Franchi (1):
Allow insecure fallback on linux when no kwallet is found
Markus Goetz (1):
CMake: Fix target name when compiling with Qt4
Olivier Goffart (2):
DeletePasswordJob: forward the settings to the WriteJob
DeletePasswordJob: Start the WriteJob immediatly
Sandro Knauß (1):
Imported Upstream version 0.3.0
Teo Mrnjavac (3):
Try to make OSX error strings more verbose.
Focus on the text in OSStatus error messages.
Update translations.
Uwe L. Korn (5):
Fallback earlier if D-Bus is not available
Support building of translations with Qt5
Add the ability to build with Qt4 even if Qt5 was found
Query qmake5 for QT_TRANSLATION_DIR
Pass -query and the identifier as separate args
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 6ce1ec1 Initial
new 492c961 Initial OS X impl.
new f700615 Apidocs for the people
new 6bc7b81 improve error strings
new aaa04db fix copyright header
new 8d590e0 introduce QKeychain namespace
new 3751a18 add way to store plain QByteArray instead of only QString and make naming more generic in the process
new f072493 apidocs fixes
new 4377ade minor .pro file cleanup
new ca40208 make it static
new 653bf19 always overwrite entries, remove flag to control that
new 067c3c6 add entryExists()
new ed71888 add export macro
new d6ecb94 basic impl for windows
new b2a8efa add stub for unix
new 24d2612 Allow the user to pass a custom QSettings object in case the default-constructed QSettings is not sufficient. (Only used on Windows)
new f0c1b33 Add minimilastic cmake file
new ec43b0c Fix cross-compilation for windows
new d74b2c2 Finish cmake port to osx
new f121c36 Merge pull request #1 from dschmidt/master
new 5f15aa4 win: fix building statically
new d9bac9b Install library and headers
new 4141a71 win: fix undefined reference to RtlSecureZeroMemory in MinGW
new 23dab3a Merge pull request #2 from dschmidt/master
new 1db778b Fix MSVC debug build. Do not mix -Od and -O2, MSVC does not allow that.
new d18fb53 Build testclient
new 5077dfa Remove QMake buildsystem
new 2b6e40b Refactor API to asynchronous job-based classes. As all Linux solutions will require async calls to DBus etc., they'd have to use local event loops otherwise.
new c612123 Implement dbus stub for async API.
new 8b1a574 Port Windows impl to the job API.
new 7465902 Introduce DeletePasswordJob to delete passwords. Creating a WritePasswordJob with no password data does the same, but that makes rather cryptic API.
new 9993e32 Start DBus-based KWAllet backend
new 55b1fc8 kwallet: make read and write work
new 51aec60 remove unused error code
new 7573b17 Special treatment if KWallet is unavailable.
new be96f4c Detect if opening the wallet failed. (Assuming that the user denied access)
new df763c6 Add readme
new 0fe6a07 Fix OS X build
new 617449d Restructure README, add license information.
new bab1673 Rewrite README some more.
new 42db0f2 D-Bus: Serialize job execution. kwalletd gets lost in nested eventloops when we send multiple openWallet() dbus calls in parallel. Thus synchronize job execution using an internal JobExecutor singleton.
new 80b668a Add CMake config file
new 89eb6be Allow insecure fallback on linux when no kwallet is found
new be7f9c6 Merge pull request #3 from lfranchi/master
new 4c014e1 Serialize job execution on all platforms.
new bf5c15c Add QTKEYCHAIN_FOUND var to config file
new 6ece9c2 Build against Qt5, too
new 530e1d4 Mention the insecure fallback option
new 0c3fa67 Set version to 0.1.0
new bb32e45 Fix comment template
new f7e03e4 Build on Mac again
new 468e3b0 Fix Qt5 build on Mac
new 20c6d57 Add messages (explicit) and translations (implicit) targets.
new 51a0400 Add German translation
new f9a56e7 Merge pull request #7 from danimo/master
new 03dbfd6 Add debian-style changelog
new 3333d11 Merge branch '0.1'
new 028fb28 Fix name and format of the changelog file
new fc35675 Merge branch '0.1'
new 863c75a Gnome keyring support.
new 4556eb0 Fallback earlier if D-Bus is not available
new dcfebad Merge pull request #13 from xhochy/fix-kwallet-earlier-dbus-fallback
new f3c2e2e Merge branch 'typz-master'
new 7f082eb Update README
new 401f0b0 Some minor cleanup of the gnome keyring code
new a6c1f94 The early return catches the bug
new 57f0a27 Avoid code duplication
new 10aa4a5 Update translation
new f4693bd Update copyright year span
new a23bbdc Bump version
new a60acab Fix crashes inside libgnome-keyring.
new 6be1967 Support building of translations with Qt5
new 8722799 Add the ability to build with Qt4 even if Qt5 was found
new 3e420a5 Merge pull request #15 from xhochy/qt45-build-compability
new 3414b26 Merge pull request #14 from krnowak/libgnome-keyring-crash-fix
new bc9bb27 Use network wallet rather than hardcoded "kdewallet" wallet
new 73d5f44 Merge pull request #17 from danimo/master
new d9fe3f3 Fix compilation on OS X
new 6747027 Merge pull request #19 from danimo/master
new b66a182 KWallet: Return error for non-existant entries
new 8877195 Some string literal cleanup
new 49479aa Replace obsolete auto_ptr by QScopedPointer
new 29c8a74 Store enum values as string
new e518815 Fix format string
new 030c7eb When using Qt5 for compilation, name target qt5keychain
new 23396db Need to propagate the infix as well
new 9a27ddd Merge pull request #24 from danimo/target_qt5
new 2b5d019 Try to make OSX error strings more verbose.
new 45bf9eb Focus on the text in OSStatus error messages.
new e968ade Update translations.
new c5533ae Query qmake5 for QT_TRANSLATION_DIR
new 59084e3 Pass -query and the identifier as separate args
new cc799db CMake: Fix target name when compiling with Qt4
new 1551788 Merge pull request #26 from teo/master
new 32df06c Merge pull request #28 from guruz/fix_qt4_qt5_target_name
new 0056a28 Merge pull request #27 from xhochy/qt5-fix-translations
new af8987c Romanian translation
new 4fa77c1 Merge pull request #30 from arthurtiteica/master
new 85bb566 DeletePasswordJob: forward the settings to the WriteJob
new 8150f61 DeletePasswordJob: Start the WriteJob immediatly
new 048b50f Merge pull request #32 from ogoffart/deletepasswordjob
new ce025ca Move GnomeKeyring to separate files
new a32295c Update changelog
new 7f9299c Bump copyright years
new 1a4c6ad Detect older GNOME variants
new f67bad9 Also use a different include dir when built with Qt5
new 47e3702 Merge pull request #33 from danimo/old_gnome
new 1b2ad37 Merge pull request #34 from danimo/fix_installed_include_dir
new fd3ed10 Hardcode rpath to install dir on make install
new c130727 Merge pull request #35 from danimo/fix_rpath
new 8df0229 Merge remote-tracking branch 'origin/master' into 0.3
new 8fe13af Update changelog
new 560fbf2 bump version
new 2fb4c69 Imported Upstream version 0.3.0
The 114 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.
--
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