aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2015-06-02 06:37:59 +0200
committerDavid Bremner <david@tethera.net>2015-06-02 06:37:59 +0200
commit243d7e30dcd80041760307d8d0d2a1839f36eca2 (patch)
tree903ab7b0b077f12c504d6292cf7bbdc59b93b805
parent447ad6b4984c71881b7f97641c77f0a39b71a991 (diff)
parent0291ec71b6e0a5f1b3f335b4a3277a1dcdecd295 (diff)
Merge branch 'release'
20.1 plus NEWS fixup
-rw-r--r--NEWS8
-rw-r--r--bindings/python/notmuch/version.py2
-rw-r--r--debian/changelog7
-rwxr-xr-xtest/T070-insert.sh1
-rw-r--r--version2
5 files changed, 17 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 64388cd3..03254d59 100644
--- a/NEWS
+++ b/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)
=========================
diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py
index 55014249..aa6fe210 100644
--- a/bindings/python/notmuch/version.py
+++ b/bindings/python/notmuch/version.py
@@ -1,3 +1,3 @@
# this file should be kept in sync with ../../../version
-__VERSION__ = '0.20'
+__VERSION__ = '0.20.1'
SOVERSION = '4'
diff --git a/debian/changelog b/debian/changelog
index 9300dddc..f338ddfb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
* New upstream release
diff --git a/test/T070-insert.sh b/test/T070-insert.sh
index 168345c9..74f19552 100755
--- a/test/T070-insert.sh
+++ b/test/T070-insert.sh
@@ -191,7 +191,6 @@ for code in OUT_OF_MEMORY XAPIAN_EXCEPTION FILE_NOT_EMAIL \
READ_ONLY_DATABASE UPGRADE_REQUIRED; do
gen_insert_msg
cat <<EOF > index-file-$code.gdb
-file notmuch
set breakpoint pending on
break notmuch_database_add_message
commands
diff --git a/version b/version
index 9f4eca25..847e9aef 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.20
+0.20.1