debian: add changelog and NEWS.Debian for release
authorDavid Bremner <david@tethera.net>
Tue, 31 Dec 2013 00:32:53 +0000 (20:32 -0400)
committerDavid Bremner <david@tethera.net>
Tue, 31 Dec 2013 00:32:53 +0000 (20:32 -0400)
NEWS.Debian is displayed at install, so we include the news item about
the disruptive change in sha1 computation.

debian/NEWS.Debian
debian/changelog

index e57b4d417133c409a9e01bb7b80d21cdd9b87850..8049a933e4afa1181d74dcb4404fc29218d89b5f 100644 (file)
@@ -1,3 +1,20 @@
+notmuch (0.17-1) unstable; urgency=low
+
+  * Previously on big endian architectures like sparc and powerpc the
+    computation of SHA1 hashes was incorrect. This meant that messages
+    with overlong or missing message-ids were given different computed
+    message-ids than on more common little endian architectures like
+    i386 and amd64.  If you use notmuch on a big endian architecture,
+    you are strongly advised to make a backup of your tags using
+    `notmuch dump` before this upgrade.  You can locate the affected
+    files using something like:
+
+    notmuch dump | \
+      awk '/^notmuch-sha1-[0-9a-f]{40} / \
+        {system("notmuch search --exclude=false --output=files id:" $1)}'
+
+ -- David Bremner <bremner@debian.org>  Mon, 30 Dec 2013 20:31:16 -0400
+
 notmuch (0.16-1) unstable; urgency=low
 
   * The vim interface has been rewritten from scratch. In particular
index 9cbfdcafdbb9a2983ae115e963c98b9fb14b6eb6..0663f1d81c268945845b43b7d546a18aaf88bea0 100644 (file)
@@ -1,3 +1,13 @@
+notmuch (0.17-1) unstable; urgency=low
+
+  * New upstream feature release. See /usr/share/doc/notmuch/NEWS.gz
+    for details.  Highlights include:
+    - notmuch compact command (Closes: #720543).
+    - emacs "tree" view
+  * Remove madduck from uploaders (Closes: #719100).
+
+ -- David Bremner <bremner@debian.org>  Mon, 30 Dec 2013 20:28:20 -0400
+
 notmuch (0.17~rc4-1) experimental; urgency=low
 
   * New upstream release candidate