From: David Bremner Date: Tue, 19 Jul 2016 12:03:19 +0000 (-0300) Subject: Merge branch 'release' X-Git-Tag: 0.23_rc0~73 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=92d8eae8f182e4eebc87d76f8d4f37e6c018883a;hp=3a45d29ed4d753bcf72f2fa0bb37fefd4d18f96a;p=notmuch Merge branch 'release' --- diff --git a/NEWS b/NEWS index cb6e21cd..ab661d4d 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,37 @@ Ruby Bindings Add support for `notmuch_database_get_all_tags` +Notmuch 0.22.1 (2016-07-19) +=========================== + +Library +------- + +Correct the definition of `LIBNOTMUCH_CHECK_VERSION`. + +Document the (lack of) operations permitted on a closed database. + +Test Suite +---------- + +Fix race condition in dump / restore tests. + +Notmuch-Mutt +------------ + +Use `env` to locate perl. + +Emacs +----- + +Tell `message-mode` mode that outgoing messages are mail + + This makes message-mode configuration behave more predictably. + +Respect charset of MIME parts when reading them + + Fix previous assumption that everyone uses UTF-8. + Notmuch 0.22 (2016-04-26) ========================= diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index c1d472be..0dcbb4e3 100644 --- a/bindings/python/notmuch/version.py +++ b/bindings/python/notmuch/version.py @@ -1,3 +1,3 @@ # this file should be kept in sync with ../../../version -__VERSION__ = '0.22' +__VERSION__ = '0.22.1' SOVERSION = '4' 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 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 Tue, 19 Jul 2016 06:42:09 -0300 + +notmuch (0.22.1~rc0-1) experimental; urgency=medium + + * release candidate for bugfix release + + -- David Bremner 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 , + gnupg , bash-completion (>=1.9.0~) Standards-Version: 3.9.6 Homepage: https://notmuchmail.org/ diff --git a/version b/version index e3462940..a723ece7 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.22 +0.22.1