diff options
| author | David Bremner <david@tethera.net> | 2015-10-30 07:33:48 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-10-30 07:33:48 -0300 |
| commit | ca076ce2736b5db2ec03afe1b0e09299b24f05ff (patch) | |
| tree | 288e56d611c14b7121089b056e2b40e1b31b9c0d | |
| parent | 10e933a3bb2aec6172b513944765ad5fd39919f2 (diff) | |
| parent | bf511cb6979ede33d17d9da6f46f71ea287461d8 (diff) | |
Merge tag '0.21'
notmuch 0.21 release
| -rw-r--r-- | Makefile.local | 2 | ||||
| -rw-r--r-- | NEWS | 6 | ||||
| -rw-r--r-- | bindings/python/notmuch/version.py | 2 | ||||
| -rw-r--r-- | debian/changelog | 9 | ||||
| -rw-r--r-- | version | 2 |
5 files changed, 17 insertions, 4 deletions
diff --git a/Makefile.local b/Makefile.local index d58cea04..066ecf23 100644 --- a/Makefile.local +++ b/Makefile.local @@ -224,7 +224,7 @@ release-checks: .PHONY: verify-newer verify-newer: @echo -n "Checking that no $(VERSION) release already exists..." - @wget -q -O /dev/null $(RELEASE_URL)/$(TAR_FILE) ; \ + @wget -q --no-check-certificate -O /dev/null $(RELEASE_URL)/$(TAR_FILE) ; \ case $$? in \ 8) echo "Good." ;; \ 0) echo "Ouch."; \ @@ -1,4 +1,4 @@ -Notmuch 0.21 (UNRELEASED) +Notmuch 0.21 (2015-10-29) ========================= General @@ -82,6 +82,10 @@ New message composition mode: `notmuch-compose-mode` This is mainly to fix fcc handling, but may be useful for user customization as well. +Allow filtering of search results in `notmuch-show` + +Add function to rerun current tree-view search in search mode + Bug fix for replying to encrypted messages in `notmuch-tree` mode Allow saved searched to specify tree view rather than search view diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index 2f641158..db9d0764 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.21~rc3' +__VERSION__ = '0.21' SOVERSION = '4' diff --git a/debian/changelog b/debian/changelog index 864286c9..e6cfc7a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +notmuch (0.21-1) unstable; urgency=medium + + * New upstream release. Highlights include + - revision tracking for metadata + - new features and bug fixes for emacs interface + See /usr/share/doc/notmuch/NEWS for more details. + + -- David Bremner <bremner@debian.org> Thu, 29 Oct 2015 20:04:42 -0300 + notmuch (0.21~rc3-3) experimental; urgency=medium * Build-conflict with gdb-minimal. gdb python scripts are needed for @@ -1 +1 @@ -0.21~rc3 +0.21 |
