]> git.notmuchmail.org Git - notmuch/blob - debian/NEWS
debian: rename NEWS.Debian to NEWS
[notmuch] / debian / NEWS
1 notmuch (0.17-1) unstable; urgency=low
2
3   * Previously on big endian architectures like sparc and powerpc the
4     computation of SHA1 hashes was incorrect. This meant that messages
5     with overlong or missing message-ids were given different computed
6     message-ids than on more common little endian architectures like
7     i386 and amd64.  If you use notmuch on a big endian architecture,
8     you are strongly advised to make a backup of your tags using
9     `notmuch dump` before this upgrade.  You can locate the affected
10     files using something like:
11
12     notmuch dump | \
13       awk '/^notmuch-sha1-[0-9a-f]{40} / \
14         {system("notmuch search --exclude=false --output=files id:" $1)}'
15
16  -- David Bremner <bremner@debian.org>  Mon, 30 Dec 2013 20:31:16 -0400
17
18 notmuch (0.16-1) unstable; urgency=low
19
20   * The vim interface has been rewritten from scratch. In particular
21     it requires a version of vim with ruby support.
22
23  -- David Bremner <bremner@debian.org>  Sat, 16 Feb 2013 08:12:02 -0400
24
25 notmuch (0.14-1) unstable; urgency=low
26
27   There is an incompatible change in option syntax for dump and restore
28   in this release. Please update your scripts.
29
30   From upstream NEWS:
31
32   The deprecated positional output file argument to notmuch dump has
33   been replaced with an --output option. The input file positional
34   argument for restore has been replaced with an --input option for
35   consistency with dump.
36
37  -- David Bremner <bremner@debian.org>  Sun, 05 Aug 2012 11:52:49 -0300
38
39 notmuch (0.6~238) unstable; urgency=low
40
41   The emacs user interface to notmuch is now contained in a separate
42   package called notmuch-emacs.
43
44  -- David Bremner <bremner@debian.org>  Mon, 20 Jun 2011 23:57:55 -0300