mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
Merge branch 'release'
20.1 plus NEWS fixup
This commit is contained in:
commit
243d7e30dc
5 changed files with 17 additions and 3 deletions
8
NEWS
8
NEWS
|
@ -1,3 +1,11 @@
|
||||||
|
Notmuch 0.20.1 (2015-06-01)
|
||||||
|
===========================
|
||||||
|
|
||||||
|
Test Suite
|
||||||
|
----------
|
||||||
|
|
||||||
|
Work around apparent gdb bug on arm64
|
||||||
|
|
||||||
Notmuch 0.20 (2015-05-31)
|
Notmuch 0.20 (2015-05-31)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# this file should be kept in sync with ../../../version
|
# this file should be kept in sync with ../../../version
|
||||||
__VERSION__ = '0.20'
|
__VERSION__ = '0.20.1'
|
||||||
SOVERSION = '4'
|
SOVERSION = '4'
|
||||||
|
|
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -1,3 +1,10 @@
|
||||||
|
notmuch (0.20.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Bug fix: "FTBFS on arm64", thanks to Edmund Grimley Evans (Closes:
|
||||||
|
#787341).
|
||||||
|
|
||||||
|
-- David Bremner <bremner@debian.org> Mon, 01 Jun 2015 21:58:54 +0200
|
||||||
|
|
||||||
notmuch (0.20-1) unstable; urgency=medium
|
notmuch (0.20-1) unstable; urgency=medium
|
||||||
|
|
||||||
* New upstream release
|
* New upstream release
|
||||||
|
|
|
@ -191,7 +191,6 @@ for code in OUT_OF_MEMORY XAPIAN_EXCEPTION FILE_NOT_EMAIL \
|
||||||
READ_ONLY_DATABASE UPGRADE_REQUIRED; do
|
READ_ONLY_DATABASE UPGRADE_REQUIRED; do
|
||||||
gen_insert_msg
|
gen_insert_msg
|
||||||
cat <<EOF > index-file-$code.gdb
|
cat <<EOF > index-file-$code.gdb
|
||||||
file notmuch
|
|
||||||
set breakpoint pending on
|
set breakpoint pending on
|
||||||
break notmuch_database_add_message
|
break notmuch_database_add_message
|
||||||
commands
|
commands
|
||||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
||||||
0.20
|
0.20.1
|
||||||
|
|
Loading…
Reference in a new issue