[PATCH 2/2] NEWS: News for big endian sha1 bug fix.
[notmuch-archives.git] / 63 / bdc30caae41ce700ca62040c756eacf4541117
1 Return-Path: <bremner@tethera.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 5A839431E64\r
6         for <notmuch@notmuchmail.org>; Sun, 24 Nov 2013 13:30:08 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id bA8ClxwB460G for <notmuch@notmuchmail.org>;\r
16         Sun, 24 Nov 2013 13:30:03 -0800 (PST)\r
17 Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
18         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 45DAC431FDD\r
21         for <notmuch@notmuchmail.org>; Sun, 24 Nov 2013 13:30:03 -0800 (PST)\r
22 Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
23         (envelope-from <bremner@tethera.net>)\r
24         id 1VkhFi-0000Ye-TF; Sun, 24 Nov 2013 17:30:02 -0400\r
25 Received: (nullmailer pid 24693 invoked by uid 1000); Sun, 24 Nov 2013\r
26         21:29:59 -0000\r
27 From: david@tethera.net\r
28 To: notmuch@notmuchmail.org\r
29 Subject: [PATCH 2/2] NEWS: News for big endian sha1 bug fix.\r
30 Date: Sun, 24 Nov 2013 17:29:43 -0400\r
31 Message-Id: <1385328583-24602-2-git-send-email-david@tethera.net>\r
32 X-Mailer: git-send-email 1.8.4.2\r
33 In-Reply-To: <1385328583-24602-1-git-send-email-david@tethera.net>\r
34 References: <m2ob593g55.fsf@guru.guru-group.fi>\r
35         <1385328583-24602-1-git-send-email-david@tethera.net>\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Sun, 24 Nov 2013 21:30:08 -0000\r
49 \r
50 From: David Bremner <david@tethera.net>\r
51 \r
52 We could give more details about how to migrate tags, but I'm not sure\r
53 that it's a practical problem, or just a theoretical one.\r
54 ---\r
55  NEWS | 14 +++++++++++++-\r
56  1 file changed, 13 insertions(+), 1 deletion(-)\r
57 \r
58 diff --git a/NEWS b/NEWS\r
59 index 3383ecf..31c6284 100644\r
60 --- a/NEWS\r
61 +++ b/NEWS\r
62 @@ -1,6 +1,18 @@\r
63 -Notmuch 0.17~rc1 (2013-11-20)\r
64 +Notmuch 0.17~rc2 (2013-xx-yy)\r
65  =============================\r
66  \r
67 +Incompatible change in SHA1 computation\r
68 +---------------------------------------\r
69 +\r
70 +Previously on big endian architectures like sparc and powerpc the\r
71 +computation of SHA1 hashes was incorrect. This meant that messages\r
72 +with overlong or missing message-ids were given different computed\r
73 +message-ids than on more common little endian architectures like i386\r
74 +and amd64.  If you use notmuch on a big endian architecture, you are\r
75 +strongly advised to make a backup of your tags using `notmuch dump`\r
76 +before this upgrade. It should be possible to migrate the tags using a\r
77 +script.\r
78 +\r
79  Command-Line Interface\r
80  ----------------------\r
81  \r
82 -- \r
83 1.8.4.2\r
84 \r