[Pkg-gnupg-commit] [gpgme] branch experimental updated (50e45de -> 0c65226)
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Mon Oct 24 19:26:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
dkg pushed a change to branch experimental
in repository gpgme.
from 50e45de prepare release
adds 0b78bc7 Post release updates
adds ae324b5 cpp: Avoid missing returns in non-void functions
adds 0aaf1de doc: Fix minor errors in I/O callback example
adds d0cf6b1 tests: Fix select usage in t-eventloop
adds dee5682 gpg: Add option --exit-on-status-write-error
adds 7a6543c tests: Add test for cancellation
adds dc39552 core: New helper function _gpgme_strconcat.
adds c447b64 core: Fix error checking in _gpgme_mkstemp.
adds 583aafd w32: Silence some warnings about unused parameters.
new a142f18 cpp, qt: Include config.h
new 9b38817 tests: Check data after decryption
new a11450e move some file encodings to UTF-8
new 95f3865 Fix spelling
new 3703a47 python: Include 'config.h'.
new 1d80e73 python: Correctly translate off_t.
new c38fabf python: Correctly translate to size_t.
new c9934bb python: Get rid of the last C++-style comments.
new a423603 tests: Fix check for gpg versions not reporting the critical flag.
new 145392f Clarify licensing
new a6e9eef tests: Fix blunder.
new 7302791 cpp, qt: Handle modified includedir installation
new d150942 python: Make generated 'setup.py' executable.
new 68fb837 python: Add 'prepare' target.
new 453ab9d python: Link 'data.h' and 'config.h' into the builddir.
new 52a91cc qt: Disable t-wkspublish test
new 39dd758 cpp: Fix gcc diagnostic push / pop
new 370ee1a cpp: Add support for URL Data encodings
new 9d1df99 qt: Fix unused variable warnings
new 4984cc9 Add warning flags for c++ compiler, too
new 24779c9 qt: Disable tests that require a password for 2.0
new 88c7e84 qt: Fix spelling error in WKSPublishJob
new 8033cff cpp: Bump Revision
new 8575920 Add missing includes.
new 0ea2ff6 core: New helper function gpgme_addrspec_from_uid.
new 098a2da core: Fix w32 crash in find_program_in_dir
new f131a5e qt: Add simple verify test
new 34e9dfe cpp: Return null key if the signature had no key
new b6b820b Add convenience function to get key from sig
new e7ceb83 Add NEWS for cpp and qt, bump cpp version
new 54f94b1 cpp: Add API for gpgme_addrspec_from_uid
new ce7385c qt: Install abstractimportjob.h
new e5a35af qt: Add missing implementation of MultiDeleteJob
new 5f64018 Mention Qt API fixes in news
new a3cf30f qt, cpp: Fix expected targets in Config files
new 2538c12 qt: Install SpecialJob
new a274c75 qt, cpp: Fix permissions of Config files
new 56302e7 cpp: Fix version number
new cabd4c7 python: Fix example.
new 1e6073f python: Return public keys by default.
new f526d0e python: Make 'get_key' more idiomatic.
new 1e8c34a cpp: Fix init of string from null
new c6cab5a python: Call ln(1) in a portable way.
new 05e8e12 tests: Make t-cancel more portable.
new 2c490cd Release 1.7.1.
new b88bd84 New upstream version 1.7.1
new 4f6e92e Merge branch 'upstream' into experimental
new 6edef39 drop upstream patches
new 920d3c8 prepare debian release
new 00e80e9 move from libqgpgme6 to libqgpgme7
new 1d34262 fix up symbols files
new 46adc1a prepare for release
new 0c65226 strip all auto-generated QT "*Job" files on import
The 53 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:
ChangeLog | 353 ++++
NEWS | 35 +-
THANKS | 6 +-
VERSION | 2 +-
configure.ac | 21 +-
debian/changelog | 7 +
debian/control | 4 +-
debian/gbp.conf | 29 +-
debian/libgpgme11.symbols | 2 +
debian/libgpgmepp6.symbols | 4 +
debian/libqgpgme6.symbols | 1834 -------------------
debian/{libqgpgme6.docs => libqgpgme7.docs} | 0
debian/{libqgpgme6.install => libqgpgme7.install} | 0
debian/libqgpgme7.symbols | 1897 ++++++++++++++++++++
.../patches/0001-avoid-identifying-as-beta.patch | 4 +-
...-Fix-minor-errors-in-I-O-callback-example.patch | 72 -
...003-tests-Fix-select-usage-in-t-eventloop.patch | 37 -
...gpg-Add-option-exit-on-status-write-error.patch | 32 -
.../0005-tests-Add-test-for-cancellation.patch | 312 ----
...ll-cmake-files-without-executable-bit-set.patch | 49 -
...ntation-reproducible-by-omitting-HTML_TIM.patch | 22 -
debian/patches/0008-python-Include-config.h.patch | 123 --
.../0009-python-Correctly-translate-off_t.patch | 64 -
...0010-python-Correctly-translate-to-size_t.patch | 52 -
...thon-Get-rid-of-the-last-C-style-comments.patch | 77 -
...core-New-helper-function-_gpgme_strconcat.patch | 222 ---
...core-Fix-error-checking-in-_gpgme_mkstemp.patch | 34 -
debian/patches/0014-cpp-qt-Include-config.h.patch | 1245 -------------
debian/patches/series | 13 -
doc/ChangeLog-2011 | 2 +-
doc/gpgme.texi | 39 +-
gpgme.spec | 2 +-
lang/cpp/src/GpgmeppConfig.cmake.in.in | 13 +-
lang/cpp/src/Makefile.am | 10 +-
lang/cpp/src/callbacks.cpp | 4 +
lang/cpp/src/configuration.cpp | 4 +
lang/cpp/src/context.cpp | 10 +-
lang/cpp/src/context.h | 4 +-
lang/cpp/src/context_vanilla.cpp | 4 +
lang/cpp/src/data.cpp | 10 +
lang/cpp/src/data.h | 5 +-
lang/cpp/src/decryptionresult.cpp | 4 +
lang/cpp/src/defaultassuantransaction.cpp | 4 +
lang/cpp/src/editinteractor.cpp | 4 +
lang/cpp/src/encryptionresult.cpp | 4 +
lang/cpp/src/engineinfo.cpp | 4 +
lang/cpp/src/eventloopinteractor.cpp | 4 +
lang/cpp/src/exception.cpp | 4 +
lang/cpp/src/gpgadduserideditinteractor.cpp | 4 +
lang/cpp/src/gpgagentgetinfoassuantransaction.cpp | 4 +
lang/cpp/src/gpgsetexpirytimeeditinteractor.cpp | 4 +
lang/cpp/src/gpgsetownertrusteditinteractor.cpp | 4 +
lang/cpp/src/gpgsignkeyeditinteractor.cpp | 4 +
lang/cpp/src/importresult.cpp | 4 +
lang/cpp/src/key.cpp | 25 +
lang/cpp/src/key.h | 15 +
lang/cpp/src/keygenerationresult.cpp | 4 +
lang/cpp/src/keylistresult.cpp | 4 +
lang/cpp/src/scdgetinfoassuantransaction.cpp | 4 +
lang/cpp/src/signingresult.cpp | 4 +
lang/cpp/src/tofuinfo.cpp | 5 +
lang/cpp/src/trustitem.cpp | 4 +
lang/cpp/src/verificationresult.cpp | 38 +
lang/cpp/src/verificationresult.h | 21 +
lang/cpp/src/vfsmountresult.cpp | 4 +
lang/python/Makefile.am | 17 +-
lang/python/examples/inter-edit.py | 4 +-
lang/python/examples/testCMSgetkey.py | 2 +-
lang/python/examples/verifydetails.py | 2 +-
lang/python/gpgme.i | 92 +-
lang/python/helpers.c | 4 +
lang/python/helpers.h | 4 +
lang/python/pyme/core.py | 31 +-
lang/python/pyme/errors.py | 22 +-
lang/python/setup.py.in | 3 +-
lang/python/tests/support.py | 1 +
lang/python/tests/t-keylist.py | 23 +
lang/python/tests/t-sig-notation.py | 1 +
lang/qt/src/AbstractImportJob | 1 +
lang/qt/src/Makefile.am | 18 +-
lang/qt/src/QGpgmeConfig.cmake.in.in | 13 +-
lang/qt/src/SpecialJob | 1 +
lang/qt/src/dataprovider.cpp | 6 +-
lang/qt/src/defaultkeygenerationjob.cpp | 4 +
lang/qt/src/gpgme_backend_debug.cpp | 4 +
lang/qt/src/job.cpp | 4 +
lang/qt/src/multideletejob.cpp | 117 ++
lang/qt/src/multideletejob.h | 2 +-
lang/qt/src/protocol.h | 6 +-
lang/qt/src/qgpgmeadduseridjob.cpp | 4 +
lang/qt/src/qgpgmebackend.cpp | 4 +
lang/qt/src/qgpgmechangeexpiryjob.cpp | 4 +
lang/qt/src/qgpgmechangeownertrustjob.cpp | 4 +
lang/qt/src/qgpgmechangepasswdjob.cpp | 4 +
lang/qt/src/qgpgmedecryptjob.cpp | 4 +
lang/qt/src/qgpgmedecryptverifyjob.cpp | 4 +
lang/qt/src/qgpgmedeletejob.cpp | 4 +
lang/qt/src/qgpgmedownloadjob.cpp | 4 +
lang/qt/src/qgpgmeencryptjob.cpp | 4 +
lang/qt/src/qgpgmeexportjob.cpp | 4 +
lang/qt/src/qgpgmeimportfromkeyserverjob.cpp | 4 +
lang/qt/src/qgpgmeimportjob.cpp | 4 +
lang/qt/src/qgpgmekeyformailboxjob.cpp | 4 +
lang/qt/src/qgpgmekeygenerationjob.cpp | 4 +
lang/qt/src/qgpgmekeylistjob.cpp | 4 +
lang/qt/src/qgpgmelistallkeysjob.cpp | 4 +
lang/qt/src/qgpgmenewcryptoconfig.cpp | 6 +-
lang/qt/src/qgpgmerefreshkeysjob.cpp | 6 +-
lang/qt/src/qgpgmesecretkeyexportjob.cpp | 6 +-
lang/qt/src/qgpgmesignencryptjob.cpp | 4 +
lang/qt/src/qgpgmesignjob.cpp | 4 +
lang/qt/src/qgpgmesignkeyjob.cpp | 4 +
lang/qt/src/qgpgmetofupolicyjob.cpp | 4 +
lang/qt/src/qgpgmeverifydetachedjob.cpp | 4 +
lang/qt/src/qgpgmeverifyopaquejob.cpp | 4 +
lang/qt/src/qgpgmewkspublishjob.cpp | 10 +-
lang/qt/src/qgpgmewkspublishjob.h | 2 +-
lang/qt/src/threadedjobmixin.cpp | 4 +
lang/qt/src/threadedjobmixin.h | 3 +-
lang/qt/src/wkspublishjob.h | 4 +-
lang/qt/tests/Makefile.am | 7 +-
lang/qt/tests/run-keyformailboxjob.cpp | 4 +
lang/qt/tests/t-encrypt.cpp | 36 +-
lang/qt/tests/t-keylist.cpp | 4 +
lang/qt/tests/t-keylocate.cpp | 4 +
lang/qt/tests/t-ownertrust.cpp | 4 +
lang/qt/tests/t-support.cpp | 4 +
lang/qt/tests/t-support.h | 4 +-
lang/qt/tests/t-tofuinfo.cpp | 4 +
.../qgpgmeverifyopaquejob.h => tests/t-verify.cpp} | 95 +-
lang/qt/tests/t-wkspublish.cpp | 20 +-
src/assuan-support.c | 14 +
src/b64dec.c | 2 +-
src/conversion.c | 56 +
src/data-identify.c | 2 +-
src/engine-gpg.c | 4 +-
src/gpgme.def | 2 +
src/gpgme.h.in | 6 +-
src/libgpgme.vers | 2 +
src/mbox-util.c | 20 +-
src/mbox-util.h | 2 +-
src/util.h | 10 +
src/w32-util.c | 39 +-
tests/ChangeLog-2011 | 8 +-
tests/gpg/Makefile.am | 12 +-
tests/gpg/geheim.txt | 2 +-
tests/gpg/{t-eventloop.c => t-cancel.c} | 171 +-
tests/gpg/t-eventloop.c | 6 +-
tests/gpg/t-sig-notation.c | 1 +
tests/gpgsm/t-decrypt.c | 14 +-
150 files changed, 3415 insertions(+), 4498 deletions(-)
delete mode 100644 debian/libqgpgme6.symbols
rename debian/{libqgpgme6.docs => libqgpgme7.docs} (100%)
rename debian/{libqgpgme6.install => libqgpgme7.install} (100%)
create mode 100644 debian/libqgpgme7.symbols
delete mode 100644 debian/patches/0002-doc-Fix-minor-errors-in-I-O-callback-example.patch
delete mode 100644 debian/patches/0003-tests-Fix-select-usage-in-t-eventloop.patch
delete mode 100644 debian/patches/0004-gpg-Add-option-exit-on-status-write-error.patch
delete mode 100644 debian/patches/0005-tests-Add-test-for-cancellation.patch
delete mode 100644 debian/patches/0006-install-cmake-files-without-executable-bit-set.patch
delete mode 100644 debian/patches/0007-make-documentation-reproducible-by-omitting-HTML_TIM.patch
delete mode 100644 debian/patches/0008-python-Include-config.h.patch
delete mode 100644 debian/patches/0009-python-Correctly-translate-off_t.patch
delete mode 100644 debian/patches/0010-python-Correctly-translate-to-size_t.patch
delete mode 100644 debian/patches/0011-python-Get-rid-of-the-last-C-style-comments.patch
delete mode 100644 debian/patches/0012-core-New-helper-function-_gpgme_strconcat.patch
delete mode 100644 debian/patches/0013-core-Fix-error-checking-in-_gpgme_mkstemp.patch
delete mode 100644 debian/patches/0014-cpp-qt-Include-config.h.patch
create mode 100644 lang/qt/src/AbstractImportJob
create mode 100644 lang/qt/src/SpecialJob
create mode 100644 lang/qt/src/multideletejob.cpp
copy lang/qt/{src/qgpgmeverifyopaquejob.h => tests/t-verify.cpp} (52%)
copy tests/gpg/{t-eventloop.c => t-cancel.c} (51%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git
More information about the Pkg-gnupg-commit
mailing list