From a2534c3765bb29527d1dfee7d5f3e402aa75625a Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 18 Dec 2016 20:48:48 +0900 Subject: [PATCH 1/4] debian: changelog stanza for 0.23.4-1 --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9c2ebf75..f8736e86 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +notmuch (0.23.4-1) UNRELEASED; urgency=medium + + * Improve error handling in notmuch insert + * Restore autoload cookie for notmuch-search (notmuch-emacs) + + -- David Bremner Sun, 18 Dec 2016 20:46:40 +0900 + notmuch (0.23.3-3) unstable; urgency=medium * Disable gdb using tests on kfreebsd-*, due to apparent gdb breakage From 264a0c519681d74edc8ea83a1909562032a14ebe Mon Sep 17 00:00:00 2001 From: David Bremner Date: Fri, 23 Dec 2016 08:34:30 +0900 Subject: [PATCH 2/4] debian: remove setting of emacslispdir With dh-elpa, this setting is no longer used --- debian/rules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 15710a89..a915179b 100755 --- a/debian/rules +++ b/debian/rules @@ -12,8 +12,7 @@ override_dh_auto_configure: --mandir=/usr/share/man \ --infodir=/usr/share/info \ --sysconfdir=/etc \ - --localstatedir=/var \ - --emacslispdir=/usr/share/emacs/site-lisp/notmuch + --localstatedir=/var override_dh_auto_build: dh_auto_build -- V=1 From 70ba2c30cab9c41b84d85895fec403a65d4aa320 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 24 Dec 2016 17:48:16 +0900 Subject: [PATCH 3/4] set date in NEWS and debian/changelog pentultimate prepartions for release --- NEWS | 2 +- debian/changelog | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index a7d4c205..8125e09f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Notmuch 0.23.4 (UNRELEASED) +Notmuch 0.23.4 (2016-12-24) =========================== Command Line Interface diff --git a/debian/changelog b/debian/changelog index f8736e86..18788d86 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -notmuch (0.23.4-1) UNRELEASED; urgency=medium +notmuch (0.23.4-1) unstable; urgency=medium * Improve error handling in notmuch insert * Restore autoload cookie for notmuch-search (notmuch-emacs) - -- David Bremner Sun, 18 Dec 2016 20:46:40 +0900 + -- David Bremner Sat, 24 Dec 2016 17:47:48 +0900 notmuch (0.23.3-3) unstable; urgency=medium From 4dde1e677473faa6588909396820f9948e28923f Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 24 Dec 2016 17:52:11 +0900 Subject: [PATCH 4/4] version: update to 0.23.4 --- bindings/python/notmuch/version.py | 2 +- version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index 98ea31b5..b5d308e2 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.23.3' +__VERSION__ = '0.23.4' SOVERSION = '4' diff --git a/version b/version index 9e40e75c..40a6dfed 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.23.3 +0.23.4