]> git.cworth.org Git - notmuch/commitdiff
Merge branch 'release'
authorDavid Bremner <david@tethera.net>
Sat, 28 Apr 2018 11:45:59 +0000 (08:45 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 28 Apr 2018 11:45:59 +0000 (08:45 -0300)
1  2 
NEWS
debian/changelog

diff --combined NEWS
index 2107209d79b68c069c22b968c31f76ea4fa3164c,30c0abe18d3a2682ad41608f7603d6c9cf495422..db17ce59907a32dc6e8dd54ada2d5427f6fe2ff7
--- 1/NEWS
--- 2/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 2a05152f5dbc92900d2315e4e532ccb42835f54e,557df438a8732cd92f274f129ca8936d54320455..5052d83a0948d47c5242982fcb1314e7f4840847
@@@ -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 <bremner@debian.org>  Thu, 26 Apr 2018 22:41:37 -0300
+  -- David Bremner <bremner@debian.org>  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 <bremner@debian.org>  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).