From: David Bremner Date: Sat, 28 Apr 2018 11:45:59 +0000 (-0300) Subject: Merge branch 'release' X-Git-Tag: 0.27_rc0~40 X-Git-Url: https://git.cworth.org/git?p=notmuch;a=commitdiff_plain;h=9e158fb6942cd74a9babc43e3c8e7bfc9125212a;hp=-c Merge branch 'release' --- 9e158fb6942cd74a9babc43e3c8e7bfc9125212a diff --combined NEWS index 2107209d,30c0abe1..db17ce59 --- a/NEWS +++ b/NEWS @@@ -1,4 -1,4 +1,4 @@@ - Notmuch 0.26.2 (UNRELEASED) + Notmuch 0.26.2 (2018-04-28) =========================== Library Changes @@@ -691,7 -691,7 +691,7 @@@ Fixed constant values so they are not a Previously, it was impossible to open writable database handles, because `DATABASE_MODE_READ_ONLY` and `DATABASE_MODE_READ_WRITE` were both set to zero. - The same issue occured with sort modes. + The same issue occurred with sort modes. Notmuch 0.22.2 (2016-09-08) =========================== @@@ -1051,7 -1051,7 +1051,7 @@@ Path to gpg is now configurabl Emacs ----- -Avoid rendering large text attachements. +Avoid rendering large text attachments. Improved rendering of CID references in HTML. @@@ -1092,7 -1092,7 +1092,7 @@@ Documentatio Sphinx is now mandatory to build docs Support for using rst2man in place of sphinx to build the - docmumentation has been removed. + documentation has been removed. Improved notmuch-search-terms.7 @@@ -1471,7 -1471,7 +1471,7 @@@ Command-Line Interfac The commands set consistent exit status codes on failures The cli commands now consistently set exit status of 1 on failures, - except where explicitly otherwise noted. The notable expections are + except where explicitly otherwise noted. The notable exceptions are the status codes for format version mismatches for commands that support formatted output. @@@ -2681,7 -2681,7 +2681,7 @@@ Turn "id:MSG-ID" links into buttons ass Add keybinding ('c I') for stashing Message-ID's without an id: prefix - Reduces manual labour when stashing them for use outside notmuch. + Reduces manual labor when stashing them for use outside notmuch. Do not query on `notmuch-search` exit @@@ -2716,7 -2716,7 +2716,7 @@@ mailing list nmbug - share tags with a given prefix nmbug helps maintain a git repo containing all tags with a given - prefix (by default "notmuch::"). Tags can be shared by commiting + prefix (by default "notmuch::"). Tags can be shared by committing them to git in one location and restoring in another. Notmuch 0.9 (2011-10-01) diff --combined debian/changelog index 2a05152f,557df438..5052d83a --- a/debian/changelog +++ b/debian/changelog @@@ -1,9 -1,10 +1,10 @@@ - notmuch (0.26.2-1) UNRELEASED; urgency=medium + notmuch (0.26.2-1) unstable; urgency=medium - * Break reference loops when indexing, fixes INTERNAL_ERROR in "notmuch show" - * Don't call get_mset(0,0,X), fixes crash on some gcc8 using distros + * Upstream bugfix release + - Break reference loops when indexing, fixes INTERNAL_ERROR in "notmuch show" + - Don't call get_mset(0,0,X), fixes crash on some gcc8 using distros - -- David Bremner Thu, 26 Apr 2018 22:41:37 -0300 + -- David Bremner Sat, 28 Apr 2018 08:10:24 -0300 notmuch (0.26.1-1) unstable; urgency=medium @@@ -542,7 -543,7 +543,7 @@@ notmuch (0.18-3) unstable; urgency=medi notmuch (0.18-2) unstable; urgency=medium * Disable atomicity tests on armhf. These should be re-enabled when - upstream relases a fix for this (in progress). + upstream releases a fix for this (in progress). -- David Bremner Thu, 08 May 2014 08:28:33 +0900 @@@ -963,7 -964,7 +964,7 @@@ notmuch (0.6.1-1) unstable; urgency=lo notmuch (0.6) unstable; urgency=low * New upstream release; see /usr/share/doc/notmuch/NEWS for - details. Hilights include: + details. Highlights include: - Folder-based search (Closes: #597222) - PGP/MIME decryption and verification * Document strict dependency on emacs23 (Closes: #631994).