[PATCH 2/2] NEWS: News for big endian sha1 bug fix.
authordavid <david@tethera.net>
Sun, 24 Nov 2013 21:29:43 +0000 (17:29 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:58:28 +0000 (09:58 -0800)
63/bdc30caae41ce700ca62040c756eacf4541117 [new file with mode: 0644]

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