Merge branch 'release'

hand fixed conflicts with NEWS
This commit is contained in:
David Bremner 2016-09-08 22:18:37 -03:00
commit 07dff49630
5 changed files with 33 additions and 4 deletions

15
NEWS
View file

@ -30,6 +30,21 @@ Fixed constant values so they are not all zero anymore.
both set to zero.
The same issue occured with sort modes.
Notmuch 0.22.2 (2016-09-08)
===========================
Test Suite
----------
Silence gdb more
Have gdb write to a log file instead of stdout, hiding some more
(harmless) stderr chatter which causes test failures.
Hardcode fingerprint in PGP/MIME tests
Make the tests more robust against changing GnuPG output formats.
Notmuch 0.22.1 (2016-07-19)
===========================

View file

@ -1,3 +1,3 @@
# this file should be kept in sync with ../../../version
__VERSION__ = '0.22.1'
__VERSION__ = '0.22.2'
SOVERSION = '4'

14
debian/changelog vendored
View file

@ -1,3 +1,17 @@
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 <bremner@debian.org> 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
Vila (Closes: #834271).
-- David Bremner <bremner@debian.org> Sun, 14 Aug 2016 13:31:13 +0900
notmuch (0.22.1-2) unstable; urgency=medium
* Add explicit build-depends on gnupg, for the test suite.

View file

@ -25,8 +25,8 @@ add_gnupg_home ()
##################################################
add_gnupg_home
# get key fingerprint
FINGERPRINT=$(gpg --no-tty --list-secret-keys --with-colons --fingerprint | grep '^fpr:' | cut -d: -f10)
# Change this if we ship a new test key
FINGERPRINT="5AEAB11F5E33DCE875DDB75B6D92612D94E46381"
test_expect_success 'emacs delivery of signed message' \
'emacs_fcc_message \

View file

@ -1 +1 @@
0.22.1
0.22.2