From: David Bremner Date: Wed, 26 Jul 2017 14:02:16 +0000 (-0400) Subject: Merge tag 'debian/0.25-1' X-Git-Tag: 0.26_rc0~224 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=d663706055a275ccf8e0098ef44c336d028b7e7f;hp=c28ac94abfc03ca61c480882db73313bf06d237f;p=notmuch Merge tag 'debian/0.25-1' notmuch Debian 0.25-1 upload (same as 0.25) --- diff --git a/NEWS b/NEWS index f844f1a7..a2498d1a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Notmuch 0.25 (UNRELEASED) +Notmuch 0.25 (2017-07-25) ========================= General @@ -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 ---------------------- @@ -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 @@ -27,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. 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/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 diff --git a/version b/version index 8550eaa3..7d385d41 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.25~rc1 +0.25