[Pkg-owncloud-commits] [qtkeychain] annotated tag upstream/0.8.0 created (now ff26eab)
Sandro Knauß
hefee at debian.org
Sat Jun 10 14:39:36 UTC 2017
This is an automated email from the git hooks/post-receive script.
hefee pushed a change to annotated tag upstream/0.8.0
in repository qtkeychain.
at ff26eab (tag)
tagging 650e263f87d811dd5de3c31ca92ee3290079ccef (commit)
replaces upstream/0.7.0
tagged by Sandro Knauß
on Sat Jun 10 14:21:08 2017 +0200
- Log -----------------------------------------------------------------
Upstream version 0.8.0
-----BEGIN PGP SIGNATURE-----
iQJFBAABCgAvFiEEOewRoCAWtykmSRoG462wCFBgVjYFAlk75DQRHGhlZmVlQGRl
Ymlhbi5vcmcACgkQ462wCFBgVjZr+w/9F92Zx6mgXognVRJmd8L3g8jp/ifeDwTr
VWMd7Rj8lWEWdmSIEtqirzQWI0lVx8iJ0cIhZ3Cug2+Evwua2jQxiIlldF6jidJ7
JSbLSSP9Cz/AVTeI0C0NpY/qQuw8gMBknWBuJ7xEvF4Svo+4cDmcgbG17/zeDcf6
V42EVcvFlX5B62Z47e/C51uZXTbxNuPEM1HIt5gZ9/xFAi/87w13ewdH2u0Aq/fa
/bwohS37hmYumh07K8q4Mqq1QzioYQ5ZoWjwhVmcJ91YhxT77CXVEJQaLtay+Z34
e+yEktLws3+vCKk88GsaiRzXsHTVXXMlrHUcGsGD7T98JM9by02my4PdrdN6G7pu
987VAVV2R5t8k7Ty37DpapPjBqc0neyLLU1w94QnZkd68tFc2Xo7MvdpmNMU9oF1
UMRzwbRldo5cdH/VPChQcfIpMhkda76vjcdePnxodF3bGWnkJV2Cj/79vJiC1T7r
peQQoCUCNEvOSJeuPA/oREffcStXofAgj8A0Vo2a7TlwI/4ILpVTCedBbx7MISKS
3zuB6XoaLk5gcrSKyyneizXbsmRI+MVa8Dada/PxOWRBJVjdjS1vqJJQK+VTmbDy
bB61s0VvyceyszHoBjMKeMiJ+CMBpRTopQfGLR4yup4j7glE86HyWzYi/gzGTMny
KmymJLqxWc4=
=breo
-----END PGP SIGNATURE-----
Armin Novak (2):
Added libsecret support.
Added libsecret implementation.
Dmitry Ivanov (1):
Add C++11 support checking and compiler switches when building with Qt >= 5.7
Elvis Angelaccio (6):
Add doxygen docs to Job class
Add doxygen docs to WritePasswordJob class
Add doxygen docs to ReadPasswordJob class
Add doxygen docs to DeletePasswordJob class
Don't suggest to use local event loops
Add documentation for Job's QSettings
Filipe Azevedo (1):
Reintroduce minimal qmake support
Frank Osterfeld (24):
Merge pull request #70 from OpendTect/master
Merge branch '0.7'
Bump version for master
OS X: Simplify string
Whitespace fix
Merge pull request #76 from TheOneRing/static
Merge pull request #78 from TheOneRing/depend
Merge pull request #80 from TheOneRing/fix_osx
Merge pull request #79 from TheOneRing/appvyor
Merge pull request #81 from d1vanov/master
Merge pull request #83 from stinny/patch-1
Merge pull request #84 from stinny/patch-2
Merge pull request #86 from hasselmm/androidfixes
Merge pull request #85 from hasselmm/nitpicks
Merge pull request #87 from hasselmm/plaintextstore
Merge pull request #90 from aelog/master
Fix initialization
Fix build when disabling libsecret
Merge pull request #95 from pasnox/master
Merge pull request #94 from dangelog/various-fixes
Merge pull request #93 from hasselmm/ioskeystore
Fix typo
Merge pull request #97 from TheOneRing/export
Update changelog, bump version for 0.8.0
Giuseppe D'Angelo (3):
Do not use QTDIR
Do not manually play with -fPIC
Do not reset RPATH on installed libraries
Hannah von Reth (6):
Fix export macro for static builds and export link libraries
Use find_dependency to find the dependencies
Fix osx usage
Add appveyor ci support
Use extra-cmake-modules to generate config files
Generate pri file using exta-cmake-modules
Kristofer Tingdahl (4):
Added option to make translations optional.
Added headerfiles to project; added .gitignore file
Adapted .gitignore to Linux and made it possible to find
Added qtkeychain_LIBRARIES to test program linker to make it work with static
Mathias Hasselmann (5):
Build fixes for disabled implicit string casts
Add missing Q_OBJECT macro
Don't try to use DBus on Android
Extract PlainTextStore
Add iOS support
Michal Švagerka (2):
Silence compilation warnings in keychain_p.h.
Fix compilation error on MSVC2015.
Sandro Knauß (1):
New upstream version 0.8.0
dgb (1):
Enabled static builds on Windows.
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 612fbf9 Added option to make translations optional.
new 6ed98a1 Added headerfiles to project; added .gitignore file
new 0b509af Adapted .gitignore to Linux and made it possible to find Qt5 in custom location.
new a291da0 Added qtkeychain_LIBRARIES to test program linker to make it work with static linkeage.
new 0786ed6 Enabled static builds on Windows.
new 75b8054 Merge pull request #70 from OpendTect/master
new 83354ae Merge branch '0.7'
new eae3ce6 Bump version for master
new 5b6389b OS X: Simplify string
new c2637a8 Whitespace fix
new c6bcd56 Fix export macro for static builds and export link libraries
new a3f7e52 Merge pull request #76 from TheOneRing/static
new 0eaf3ad Use find_dependency to find the dependencies
new 8f42ff6 Merge pull request #78 from TheOneRing/depend
new d0b91f5 Fix osx usage
new 7be9cef Merge pull request #80 from TheOneRing/fix_osx
new 2fe7d1a Add appveyor ci support
new f7add16 Merge pull request #79 from TheOneRing/appvyor
new bb6b233 Add C++11 support checking and compiler switches when building with Qt >= 5.7
new d388400 Merge pull request #81 from d1vanov/master
new f5a7921 Silence compilation warnings in keychain_p.h.
new bdb0732 Merge pull request #83 from stinny/patch-1
new 9eaef83 Fix compilation error on MSVC2015.
new bd936d6 Build fixes for disabled implicit string casts
new ddc4b8e Add missing Q_OBJECT macro
new ccb73ad Merge pull request #84 from stinny/patch-2
new 50f5378 Don't try to use DBus on Android
new 895efaf Merge pull request #86 from hasselmm/androidfixes
new ce41cfb Merge pull request #85 from hasselmm/nitpicks
new d077333 Extract PlainTextStore
new effb484 Merge pull request #87 from hasselmm/plaintextstore
new 146524c Add doxygen docs to Job class
new 5331b6e Add doxygen docs to WritePasswordJob class
new c9f5bb0 Add doxygen docs to ReadPasswordJob class
new d5d7639 Add doxygen docs to DeletePasswordJob class
new 3cfac5f Don't suggest to use local event loops
new 860831d Add documentation for Job's QSettings
new cd1cc46 Merge pull request #90 from aelog/master
new 14f7df2 Added libsecret support.
new 2426ebe Added libsecret implementation.
new 8d68e19 Fix initialization
new 496979a Fix build when disabling libsecret
new f7d6700 Add iOS support
new dbb12eb Do not use QTDIR
new c1bf584 Do not manually play with -fPIC
new c750d74 Do not reset RPATH on installed libraries
new 9b9cccc Reintroduce minimal qmake support
new 3722498 Merge pull request #95 from pasnox/master
new da69255 Merge pull request #94 from dangelog/various-fixes
new e1e94b6 Merge pull request #93 from hasselmm/ioskeystore
new e4a6fc9 Fix typo
new a349d9e Use extra-cmake-modules to generate config files
new 5e1227c Generate pri file using exta-cmake-modules
new 10b2a2b Merge pull request #97 from TheOneRing/export
new 13806b5 Update changelog, bump version for 0.8.0
new 650e263 New upstream version 0.8.0
The 56 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