diff options
| author | David Bremner <david@tethera.net> | 2014-10-25 18:55:25 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2014-10-25 18:55:25 +0200 |
| commit | f5db7ad7d243785c274a99734c681e69d13313d0 (patch) | |
| tree | 73aaae9f6732abe43f54a7dfe4286cf6d6c256d2 | |
| parent | ce44657c9e4919b1e4bbbbbe37dbd72257d40736 (diff) | |
| parent | d53f759456608005de929dde4b7692f54b9e05bf (diff) | |
Merge tag '0.18.2'
notmuch 0.18.2 release
| -rw-r--r-- | NEWS | 14 | ||||
| -rw-r--r-- | bindings/python/notmuch/version.py | 2 | ||||
| -rw-r--r-- | debian/changelog | 9 | ||||
| -rw-r--r-- | version | 2 |
4 files changed, 24 insertions, 3 deletions
@@ -65,7 +65,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) =========================== 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/debian/changelog b/debian/changelog index 4f9dd8f2..f65fbce9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,15 @@ notmuch (0.19-1) UNRELEASED; urgency=low -- David Bremner <bremner@debian.org> Tue, 16 Sep 2014 21:02:17 +0200 +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 <bremner@debian.org> Sat, 25 Oct 2014 18:19:53 +0200 + notmuch (0.18.2~rc1-1) experimental; urgency=medium * Test suite bug and portability fix release. @@ -1 +1 @@ -0.18.2~rc1 +0.18.2 |
