diff options
| author | David Bremner <david@tethera.net> | 2017-07-26 10:02:16 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-07-26 10:02:16 -0400 |
| commit | d663706055a275ccf8e0098ef44c336d028b7e7f (patch) | |
| tree | d9d8f6789efbadc5d4feb68b3a51110c75642b92 | |
| parent | c28ac94abfc03ca61c480882db73313bf06d237f (diff) | |
| parent | 9f648dfbb8e253dab1bc4a0e761ad46cec405f4d (diff) | |
Merge tag 'debian/0.25-1'
notmuch Debian 0.25-1 upload (same as 0.25)
| -rw-r--r-- | NEWS | 20 | ||||
| -rw-r--r-- | bindings/python/notmuch/version.py | 2 | ||||
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | version | 2 |
4 files changed, 23 insertions, 9 deletions
@@ -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 <bremner@debian.org> Tue, 25 Jul 2017 08:28:20 -0300 + notmuch (0.25~rc1-2) unstable; urgency=low * upload to unstable @@ -1 +1 @@ -0.25~rc1 +0.25 |
