From 3370f14bf1a0bd79d1740e515c0d5c2374cab493 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 25 Oct 2014 12:10:05 +0200 Subject: [PATCH 1/3] NEWS: give real entry for 0.18.2 Expand out what the actual test suite changes are, so people have a better idea if the release is relevant to them. --- NEWS | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 546882be..61c6424e 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,19 @@ Notmuch 0.18.2 (2014-10-25) Test Suite ---------- -Portability and bug fixes for test suite to improve compatibility with Emacs 24.4, gdb 7.8, and the ppc64el architecture. +Translate T380-atomicity to use gdb/python + + The new version is compatible with gdb 7.8 + +Emacs 24.4 related bug fixes + + The Messages buffer became read-only, and the generated mime + structure for signatures changed slightly. + +Simplify T360-symbol-hiding + + Replace the use of `objdump` on the object files with `nm` on the + resulting lib. Notmuch 0.18.1 (2014-06-25) =========================== From e8420308938d0c7fcc1dc92c822f85f9fd55f141 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 25 Oct 2014 18:23:06 +0200 Subject: [PATCH 2/3] version: bump to 0.18.2 No non-documentation changes --- bindings/python/notmuch/version.py | 2 +- version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index 5e4f9b77..73553980 100644 --- a/bindings/python/notmuch/version.py +++ b/bindings/python/notmuch/version.py @@ -1,2 +1,2 @@ # this file should be kept in sync with ../../../version -__VERSION__ = '0.18.2~rc1' +__VERSION__ = '0.18.2' diff --git a/version b/version index 34a761f3..503a21de 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.18.2~rc1 +0.18.2 From d53f759456608005de929dde4b7692f54b9e05bf Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 25 Oct 2014 18:23:33 +0200 Subject: [PATCH 3/3] debian: add changelog stanza for 0.18.2-1 --- debian/changelog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index d2dd25e1..37996ed8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +notmuch (0.18.2-1) unstable; urgency=medium + + * Rebuild for unstable. + * Translate T380-atomicity to use gdb/python + * Emacs 24.4 related bug fixes + * Simplify T360-symbol-hiding, port to ppc64el + + -- David Bremner Sat, 25 Oct 2014 18:19:53 +0200 + notmuch (0.18.2~rc1-1) experimental; urgency=medium * Test suite bug and portability fix release.