From d25f3603e80a8530d46a06d899651653ac8d85be Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Sun, 23 Jul 2017 22:38:14 +0300 Subject: [PATCH 1/5] NEWS for release 0.25: Emacs: support for stashing message timestamp --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index f844f1a7..1b3ac9ad 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,12 @@ Allow space as separator for keyword arguments. Emacs ----- +Support for stashing message timestamp in show and tree views + + Invoking `notmuch-show-stash-date` with a prefix argument + stashes the unix timestamp of the current message instead of + the date string. + Don't use 'function' as variable name, workaround emacs bug 26406. Library Changes From 3cb823628c3be2ddd57899018ae1a42bc5118d3e Mon Sep 17 00:00:00 2001 From: David Bremner Date: Tue, 25 Jul 2017 07:16:20 -0400 Subject: [PATCH 2/5] NEWS: formatting fixups These are from Tomi, split from the previous commit --- NEWS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 1b3ac9ad..4f3bdfa5 100644 --- a/NEWS +++ b/NEWS @@ -8,7 +8,7 @@ Add regexp searching for mid, paths, and tags. Skip HTML tags when indexing - In particular this avoids indexing large inline images. + In particular this avoids indexing large inline images. Command Line Interface ---------------------- @@ -33,14 +33,14 @@ Library Changes Add workaround for date parsing of bad input in older GMime - In certain circumstances, older GMime libraries could return - negative numbers when parsing syntactically invalid dates. + In certain circumstances, older GMime libraries could return + negative numbers when parsing syntactically invalid dates. Replace deprecated functions with status returning versions - API of notmuch_query_{search,count}_{messages,threads} has - changed. notmuch_query_add_tag_exclude now returns a status - value. + API of notmuch_query_{search,count}_{messages,threads} has + changed. notmuch_query_add_tag_exclude now returns a status + value. Add support for building against GMime 3.0. From 7a4c60e446783c227222e77bbaab0f08d587f4a5 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Tue, 25 Jul 2017 07:21:29 -0400 Subject: [PATCH 3/5] version: bump to 0.25 --- 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 15eeef20..62dd1f19 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.25~rc1' +__VERSION__ = '0.25' SOVERSION = '5' diff --git a/version b/version index 8550eaa3..7d385d41 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.25~rc1 +0.25 From 409f768c916429556c08eb22ad2658782a01a4d6 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Tue, 25 Jul 2017 07:24:11 -0400 Subject: [PATCH 4/5] NEWS: set date --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4f3bdfa5..a2498d1a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Notmuch 0.25 (UNRELEASED) +Notmuch 0.25 (2017-07-25) ========================= General From 9f648dfbb8e253dab1bc4a0e761ad46cec405f4d Mon Sep 17 00:00:00 2001 From: David Bremner Date: Tue, 25 Jul 2017 07:30:24 -0400 Subject: [PATCH 5/5] debian: add changelog entry for 0.25 --- debian/changelog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 905e98f2..f29ac210 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +notmuch (0.25-1) unstable; urgency=medium + + * New upstream release + - regexp search for mid, paths, tags + - drop inline images when indexing html + + -- David Bremner Tue, 25 Jul 2017 08:28:20 -0300 + notmuch (0.25~rc1-2) unstable; urgency=low * upload to unstable