mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 04:18:08 +01:00
Merge branch 'release'
hand fixed conflicts with NEWS
This commit is contained in:
commit
07dff49630
5 changed files with 33 additions and 4 deletions
15
NEWS
15
NEWS
|
@ -30,6 +30,21 @@ Fixed constant values so they are not all zero anymore.
|
||||||
both set to zero.
|
both set to zero.
|
||||||
The same issue occured with sort modes.
|
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)
|
Notmuch 0.22.1 (2016-07-19)
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# this file should be kept in sync with ../../../version
|
# this file should be kept in sync with ../../../version
|
||||||
__VERSION__ = '0.22.1'
|
__VERSION__ = '0.22.2'
|
||||||
SOVERSION = '4'
|
SOVERSION = '4'
|
||||||
|
|
14
debian/changelog
vendored
14
debian/changelog
vendored
|
@ -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
|
notmuch (0.22.1-2) unstable; urgency=medium
|
||||||
|
|
||||||
* Add explicit build-depends on gnupg, for the test suite.
|
* Add explicit build-depends on gnupg, for the test suite.
|
||||||
|
|
|
@ -25,8 +25,8 @@ add_gnupg_home ()
|
||||||
##################################################
|
##################################################
|
||||||
|
|
||||||
add_gnupg_home
|
add_gnupg_home
|
||||||
# get key fingerprint
|
# Change this if we ship a new test key
|
||||||
FINGERPRINT=$(gpg --no-tty --list-secret-keys --with-colons --fingerprint | grep '^fpr:' | cut -d: -f10)
|
FINGERPRINT="5AEAB11F5E33DCE875DDB75B6D92612D94E46381"
|
||||||
|
|
||||||
test_expect_success 'emacs delivery of signed message' \
|
test_expect_success 'emacs delivery of signed message' \
|
||||||
'emacs_fcc_message \
|
'emacs_fcc_message \
|
||||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
||||||
0.22.1
|
0.22.2
|
||||||
|
|
Loading…
Reference in a new issue