X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=debian%2Fchangelog;h=18788d8672324c0bd298bb8bd65c391cb67fb44f;hp=1a7150d0387d917ac8ed40731637fa154bb726cd;hb=70ba2c30cab9c41b84d85895fec403a65d4aa320;hpb=98da3c079a6b42fa36663e7ecae0c8e6f0e01b8f diff --git a/debian/changelog b/debian/changelog index 1a7150d0..18788d86 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,91 @@ +notmuch (0.23.4-1) unstable; urgency=medium + + * Improve error handling in notmuch insert + * Restore autoload cookie for notmuch-search (notmuch-emacs) + + -- David Bremner Sat, 24 Dec 2016 17:47:48 +0900 + +notmuch (0.23.3-3) unstable; urgency=medium + + * Disable gdb using tests on kfreebsd-*, due to apparent gdb breakage + + -- David Bremner Mon, 05 Dec 2016 08:25:32 -0400 + +notmuch (0.23.3-2) unstable; urgency=medium + + * Add missing depends to notmuch-emacs. Thanks to micah for the + report. + + -- David Bremner Thu, 01 Dec 2016 08:06:59 -0400 + +notmuch (0.23.3-1) unstable; urgency=medium + + * Re-enable test suite + * Fix test suite compatibility with gnupg 2.1.16. Fixes: "FTBFS: + Tests failures", thanks to Lucas Nussbaum (Closes: #844915). + * Bug fix: "race condition in `notmuch new`?", thanks to Paul Wise + (Closes: #843127). + + -- David Bremner Sat, 26 Nov 2016 08:37:39 -0400 + +notmuch (0.23.2-1) unstable; urgency=medium + + * New upstream bugfix release + * Convert notmuch-emacs to dh-elpa, new binary package elpa-notmuch + * Bug fix: "maintainer script(s) do not start on #!", thanks to + treinen@debian.org; (Closes: #843287). + + -- David Bremner Thu, 10 Nov 2016 22:36:04 -0400 + +notmuch (0.23.1-1) unstable; urgency=medium + + * New upstream bugfix release + * Fix test suite for Emacs 25.1 + * Fix some Emacs customization regressions introduced in 0.23 + * Bug fix: "testsuite fails with TERM=unknown", thanks to Gianfranco + Costamagna (Closes: #841319). + + -- David Bremner Sun, 23 Oct 2016 22:06:12 -0300 + +notmuch (0.23-2) unstable; urgency=medium + + * upload to unstable + + -- David Bremner Wed, 05 Oct 2016 21:27:00 -0300 + +notmuch (0.23-1) experimental; urgency=medium + + * New upstream release + * Bump minor version of libnotmuch4 because of new symbols. + * Several new features, see /usr/share/doc/notmuch/NEWS.gz + + -- David Bremner Mon, 03 Oct 2016 22:46:26 -0300 + +notmuch (0.23~rc1-1) experimental; urgency=medium + + * New upstream release candidate + * Make configure more robust on "unknown" platforms. Fixes FTBFS on + kfreebsd. + + -- David Bremner Fri, 30 Sep 2016 07:19:26 -0300 + +notmuch (0.23~rc0-1) experimental; urgency=medium + + * New upstream release candidate + * Bug fix: "Calls to notmuch_directory_get_mtime() don't return + the recently set mtime", thanks to Lars Luthman (Closes: #826881). + * Bug fix: "Please document compact command", thanks to Olivier + Berger (Closes: #825884). + + -- David Bremner Mon, 26 Sep 2016 07:28:06 -0300 + +notmuch (0.22.2-1) unstable; urgency=medium + + * Fix test suite compatibility with GnuPG 2.1.15. Bug fix: "FTBFS: + Tests failures", thanks to Lucas Nussbaum (Closes: #837013). + + -- David Bremner Thu, 08 Sep 2016 19:09:53 -0300 + notmuch (0.22.1-3) unstable; urgency=medium * Gag gdb even more. Bug fix: "FTBFS in testing", thanks to Santiago