aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2016-07-19 09:03:19 -0300
committerDavid Bremner <david@tethera.net>2016-07-19 09:03:19 -0300
commit92d8eae8f182e4eebc87d76f8d4f37e6c018883a (patch)
tree6da00a3dc30c55bc480cb4bfafa3510236b6aa60
parent3a45d29ed4d753bcf72f2fa0bb37fefd4d18f96a (diff)
parent8fe58226ef81e9600c97675e62d4a78e0f6eeefe (diff)
Merge branch 'release'
-rw-r--r--NEWS31
-rw-r--r--bindings/python/notmuch/version.py2
-rw-r--r--debian/changelog23
-rw-r--r--debian/control1
-rw-r--r--version2
5 files changed, 57 insertions, 2 deletions
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 <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/
diff --git a/version b/version
index e3462940..a723ece7 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.22
+0.22.1