]> git.notmuchmail.org Git - notmuch/blobdiff - NEWS
debian: reformat changelog to avoid lintian warning.
[notmuch] / NEWS
diff --git a/NEWS b/NEWS
index 3383ecfb9e19bf349c0e454e36394365259c6062..d233b0ae85ddf49f3188accef834374b5ef571e5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,22 @@
-Notmuch 0.17~rc1 (2013-11-20)
+Notmuch 0.17~rc2 (2013-11-28)
 =============================
 
 =============================
 
+Incompatible change in SHA1 computation
+---------------------------------------
+
+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)}'
+
 Command-Line Interface
 ----------------------
 
 Command-Line Interface
 ----------------------
 
@@ -130,6 +146,13 @@ Fixed `notmuch-mua-reply` point placement when signature involved
   section anymore. Now inserted citation content will definitely go to
   the body part of the message.
 
   section anymore. Now inserted citation content will definitely go to
   the body part of the message.
 
+Vim Interface
+-------------
+
+  It is now possible to compose new messages in the Vim interface, as
+  opposed reply to existing messages.  There is also support for
+  going straight to a search (bypassing the folders view).
+
 Notmuch 0.16 (2013-08-03)
 =========================
 
 Notmuch 0.16 (2013-08-03)
 =========================