diff options
| author | David Bremner <david@tethera.net> | 2016-07-19 09:03:19 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-07-19 09:03:19 -0300 |
| commit | 92d8eae8f182e4eebc87d76f8d4f37e6c018883a (patch) | |
| tree | 6da00a3dc30c55bc480cb4bfafa3510236b6aa60 /debian | |
| parent | 3a45d29ed4d753bcf72f2fa0bb37fefd4d18f96a (diff) | |
| parent | 8fe58226ef81e9600c97675e62d4a78e0f6eeefe (diff) | |
Merge branch 'release'
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 23 | ||||
| -rw-r--r-- | debian/control | 1 |
2 files changed, 24 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index fdb14edd..bac4fcb9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +notmuch (0.22.1-2) unstable; urgency=medium + + * Add explicit build-depends on gnupg, for the test suite. + + -- David Bremner <bremner@debian.org> Tue, 19 Jul 2016 08:50:13 -0300 + +notmuch (0.22.1-1) unstable; urgency=medium + + * Correct the definition of `LIBNOTMUCH_CHECK_VERSION`. + * Document the (lack of) operations permitted on a closed database + (Closes: #826843). + * Fix race condition in dump / restore tests. + * [notmuch-emacs] Tell `message-mode` mode that outgoing messages are mail + * [notmuch-emacs] Respect charset of MIME parts when reading them + + -- David Bremner <bremner@debian.org> Tue, 19 Jul 2016 06:42:09 -0300 + +notmuch (0.22.1~rc0-1) experimental; urgency=medium + + * release candidate for bugfix release + + -- David Bremner <bremner@debian.org> Thu, 30 Jun 2016 21:28:13 +0200 + notmuch (0.22-1) unstable; urgency=medium * New upstream release. See /usr/share/doc/notmuch/NEWS for new diff --git a/debian/control b/debian/control index d846119b..4027a79b 100644 --- a/debian/control +++ b/debian/control @@ -24,6 +24,7 @@ Build-Depends: gdb [!s390x !ia64 !armel !ppc64el !mips !mipsel !mips64el], dtach (>= 0.8), gpgsm <!nocheck>, + gnupg <!nocheck>, bash-completion (>=1.9.0~) Standards-Version: 3.9.6 Homepage: https://notmuchmail.org/ |
