aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2013-12-30 20:52:32 -0400
committerDavid Bremner <david@tethera.net>2013-12-30 20:52:32 -0400
commitc734dd75344ea0d1701969a8ecb9ff00d2bd5531 (patch)
treed82b993413402135e8d0d7c1a1adf5ae37bb58b4 /debian
parent47b9314eeecc7ae6c97a5933c8fe028fb6d2b410 (diff)
parent0c097d9f6ed4cfaa43b0a7d4a55e7d0b8a795ac9 (diff)
Merge tag '0.17'
notmuch 0.17 release
Diffstat (limited to 'debian')
-rw-r--r--debian/NEWS.Debian17
-rw-r--r--debian/changelog10
-rw-r--r--debian/control2
3 files changed, 28 insertions, 1 deletions
diff --git a/debian/NEWS.Debian b/debian/NEWS.Debian
index e57b4d41..8049a933 100644
--- a/debian/NEWS.Debian
+++ b/debian/NEWS.Debian
@@ -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
diff --git a/debian/changelog b/debian/changelog
index 9cbfdcaf..0663f1d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/control b/debian/control
index 816998bc..1f8cbff7 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends:
ruby, ruby-dev (>>1:1.9.3~),
emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~) |
emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~),
- gdb [!s390x],
+ gdb [!s390x !ia64],
dtach (>= 0.8)
Standards-Version: 3.9.4
Homepage: http://notmuchmail.org/