diff options
| author | David Bremner <david@tethera.net> | 2016-12-29 08:41:20 +0900 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-12-29 08:41:20 +0900 |
| commit | 11064124732961f6fcfd78226ebaba0abed2c8fe (patch) | |
| tree | a7ff0ecee9228ec0e731579151517f6b1fe58f83 | |
| parent | f2a038825b73d4b9fa6cfd3ecbe661f1e6a49840 (diff) | |
| parent | 4dde1e677473faa6588909396820f9948e28923f (diff) | |
Merge branch 'release'
merge 0.23.4 release
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | bindings/python/notmuch/version.py | 2 | ||||
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rwxr-xr-x | debian/rules | 3 | ||||
| -rw-r--r-- | version | 2 |
5 files changed, 11 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Notmuch 0.23.4 (UNRELEASED) +Notmuch 0.23.4 (2016-12-24) =========================== Command Line Interface 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/debian/changelog b/debian/changelog index 9c2ebf75..18788d86 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +notmuch (0.23.4-1) unstable; urgency=medium + + * Improve error handling in notmuch insert + * Restore autoload cookie for notmuch-search (notmuch-emacs) + + -- David Bremner <bremner@debian.org> Sat, 24 Dec 2016 17:47:48 +0900 + notmuch (0.23.3-3) unstable; urgency=medium * Disable gdb using tests on kfreebsd-*, due to apparent gdb breakage 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 @@ -1 +1 @@ -0.23.3 +0.23.4 |
