From 502a3ad729499d22a20bb82a0c07bc5a1468a81d Mon Sep 17 00:00:00 2001 From: David Bremner Date: Wed, 23 Nov 2011 07:25:24 -0400 Subject: contrib/notmuch-deliver: don't export from git This prevents it from being part of the release tarballs. Hopefully this is only temporary while we sort out the GPL2 versus GPL3 question. --- contrib/.gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 contrib/.gitattributes diff --git a/contrib/.gitattributes b/contrib/.gitattributes new file mode 100644 index 00000000..3d57a081 --- /dev/null +++ b/contrib/.gitattributes @@ -0,0 +1 @@ +notmuch-deliver export-ignore -- cgit v1.2.3 From ecf4c82545f3d31552f2929c184de7998618b69c Mon Sep 17 00:00:00 2001 From: David Bremner Date: Wed, 23 Nov 2011 07:34:22 -0400 Subject: NEWS: item for silent killing of search buffers. This is maybe borderline for inclusion in NEWS, but maybe the NEWS item helps someone who thinks there is a bug. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index abb850e4..10727a11 100644 --- a/NEWS +++ b/NEWS @@ -52,6 +52,11 @@ Add keybinding ('c I') for stashing Message-ID's without an id: prefix Reduces manual labour when stashing them for use outside notmuch. +Do not query on notmuch-search exit + + It is harmless to kill the external notmuch process, so the user + is no longer interrogated when they interrupt a search. + Performance ----------- -- cgit v1.2.3 From 1915c14a3a0f947629687c686391d99ac9d3a988 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Wed, 23 Nov 2011 07:37:02 -0400 Subject: version: update to 0.10 --- bindings/python/notmuch/version.py | 2 +- notmuch.1 | 2 +- version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index 85fc3876..d1e58361 100644 --- a/bindings/python/notmuch/version.py +++ b/bindings/python/notmuch/version.py @@ -1,2 +1,2 @@ # this file should be kept in sync with ../../../version -__VERSION__ = '0.10~rc2' +__VERSION__ = '0.10' diff --git a/notmuch.1 b/notmuch.1 index bb20c220..d64dd1e7 100644 --- a/notmuch.1 +++ b/notmuch.1 @@ -16,7 +16,7 @@ .\" along with this program. If not, see http://www.gnu.org/licenses/ . .\" .\" Author: Carl Worth -.TH NOTMUCH 1 2011-11-17 "Notmuch 0.10~rc2" +.TH NOTMUCH 1 2011-11-23 "Notmuch 0.10" .SH NAME notmuch \- thread-based email index, search, and tagging .SH SYNOPSIS diff --git a/version b/version index 7eee7719..68c123cf 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.10~rc2 +0.10 -- cgit v1.2.3 From 2ecc92a802357d1104a1a42bc2271a42bd4700c3 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Wed, 23 Nov 2011 07:43:01 -0400 Subject: NEWS: set (approximate) date for 0.10 release It doesn't really matter if we are off by a day. --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 10727a11..18252e4a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Notmuch 0.10 (2011-xx-xx) +Notmuch 0.10 (2011-11-23) ========================= New build and testing features -- cgit v1.2.3 From 9fbc912cc98cfd3977a5ce419ae88948abf8158f Mon Sep 17 00:00:00 2001 From: David Bremner Date: Wed, 23 Nov 2011 07:46:39 -0400 Subject: debian: changelog stanza for 0.10 Give a brief summary of (and pointer to) NEWS --- debian/changelog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index c4f96ede..d0d144e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +notmuch (0.10-1) unstable; urgency=low + + * New upstream release + - search performance improvements + - emacs UI improvements + - new dump/restore features + - new script contrib/nmbug for sharing tags + - see /usr/share/doc/notmuch/NEWS for details + + -- David Bremner Wed, 23 Nov 2011 07:44:01 -0400 + notmuch (0.10~rc2-1) experimental; urgency=low * New upstream release candidate -- cgit v1.2.3