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