mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +01:00
notmuch 0.18.2 release
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQGcBAABCAAGBQJUS9DZAAoJEPIClx2kp54s604L/0QXEH2twR9qYKvrc2CHFR7e 9OX1yVx9A/mq5lFk9Inb6xfIJEcnFnAWkSEAkRwMYgL2705fd+No+UnAdC0HxBYo 1EoabYGbMiVMbGN0+y/6byqq1YmRDKfRvZFF1WneZyugWyX2lYDjQmRW/g5EdKGb TZS2RhY4U18QV/L1ZaherO9yy9Ct0XXvxx+Tio6g5Xx4Hn0jEx0SH+B0gXmqDCwj fdy/5nQK7H+0NSD8W7y6z2DCd3SZ72gm8pVyScOZ3CvTaE8K9rIE5F2xpF/rtyra Gp+ST9i/hCLwV8YnVfMWhajHjXuZamV75vANgSKWdHGZHuIG9i+ocf0cKdbmhDUK 6GJtnUMsNENbq1emKu/12lpMGZU5XBh4lg1whX9g5QvFQ6S8FcETFuqbaOTLio91 d9wy/D+QzJZ/gLijQu/cEFi5pCbKCcaHfUeI48VwoORfdpKxIG007k5wDOwpBbAy 9g7hte1d9cQquwZyDKyt65CicbJEu8v5ROT+81zBbg== =wMbd -----END PGP SIGNATURE----- Merge tag '0.18.2' notmuch 0.18.2 release
This commit is contained in:
commit
f5db7ad7d2
4 changed files with 24 additions and 3 deletions
14
NEWS
14
NEWS
|
@ -65,7 +65,19 @@ Notmuch 0.18.2 (2014-10-25)
|
||||||
Test Suite
|
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)
|
Notmuch 0.18.1 (2014-06-25)
|
||||||
===========================
|
===========================
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
# this file should be kept in sync with ../../../version
|
# this file should be kept in sync with ../../../version
|
||||||
__VERSION__ = '0.18.2~rc1'
|
__VERSION__ = '0.18.2'
|
||||||
|
|
9
debian/changelog
vendored
9
debian/changelog
vendored
|
@ -5,6 +5,15 @@ notmuch (0.19-1) UNRELEASED; urgency=low
|
||||||
|
|
||||||
-- David Bremner <bremner@debian.org> Tue, 16 Sep 2014 21:02:17 +0200
|
-- 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
|
notmuch (0.18.2~rc1-1) experimental; urgency=medium
|
||||||
|
|
||||||
* Test suite bug and portability fix release.
|
* Test suite bug and portability fix release.
|
||||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
||||||
0.18.2~rc1
|
0.18.2
|
||||||
|
|
Loading…
Reference in a new issue