From 694e443db5a7438bf2a6d61eadece120af166952 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 16 Jul 2017 08:01:42 -0300 Subject: [PATCH 1/7] version: bump version to 0.25~rc0 --- bindings/python/notmuch/version.py | 2 +- version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index 6101902b..aa4a6b63 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.24.2' +__VERSION__ = '0.25~rc0' SOVERSION = '5' diff --git a/version b/version index 8b95abd9..ea0647b7 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.24.2 +0.25~rc0 From 75916f1cc2570918905bdb488a63ff9d6b237c36 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 16 Jul 2017 08:02:51 -0300 Subject: [PATCH 2/7] NEWS: start entry for 0.25 --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 5b28c908..7e552a1b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Notmuch 0.25 (UNRELEASED) +========================= + Notmuch 0.24.2 (2017-06-01) =========================== From 0832fbfca85ca313655f98107c63f88b9709fb53 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 16 Jul 2017 08:08:18 -0300 Subject: [PATCH 3/7] debian: bump changelog version, mention SONAME bump --- debian/changelog | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f023d6e3..4200e471 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ -notmuch (0.24.2-3) UNRELEASED; urgency=medium +notmuch (0.25~rc0) UNRELEASED; urgency=medium + * New upstream release candidate * Drop notmuch-dbg, use notmuch-dbgsym if debug symbols are needed. + * [lib] Bump SONAME to libnotmuch.so.5 - -- David Bremner Thu, 06 Jul 2017 08:35:09 -0300 + -- David Bremner Sun, 16 Jul 2017 08:06:56 -0300 notmuch (0.24.2-2) unstable; urgency=medium From d5fedadff421ede7d4227a79aa4e3abfd5a0796e Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 16 Jul 2017 08:18:19 -0300 Subject: [PATCH 4/7] debian: add more c++ gunk to symbols file --- debian/libnotmuch5.symbols | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/libnotmuch5.symbols b/debian/libnotmuch5.symbols index 9f3323ff..716d3b86 100644 --- a/debian/libnotmuch5.symbols +++ b/debian/libnotmuch5.symbols @@ -116,6 +116,8 @@ libnotmuch.so.5 libnotmuch5 #MINVER# (c++)"typeinfo for Xapian::DatabaseError@Base" 0.24~rc0 (c++)"typeinfo for Xapian::DatabaseModifiedError@Base" 0.24~rc0 (c++|optional=present with Xapian 1.4)"typeinfo for Xapian::QueryParserError@Base" 0.23~rc0 + (c++)"typeinfo for Xapian::QueryParser::add_valuerangeprocessor(Xapian::ValueRangeProcessor*)::ShimRangeProcessor@Base" 0.25~rc0 + (c++)"typeinfo name for Xapian::QueryParser::add_valuerangeprocessor(Xapian::ValueRangeProcessor*)::ShimRangeProcessor@Base" 0.25~rc0 (c++)"typeinfo name for Xapian::LogicError@Base" 0.6.1 (c++)"typeinfo name for Xapian::RuntimeError@Base" 0.6.1 (c++)"typeinfo name for Xapian::DocNotFoundError@Base" 0.6.1 From a453f2b52c71a5c07fc87c6795b833b02303926f Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 16 Jul 2017 08:20:15 -0300 Subject: [PATCH 5/7] debian: set distribution to experimental, finalize changelog --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4200e471..afd41a24 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ -notmuch (0.25~rc0) UNRELEASED; urgency=medium +notmuch (0.25~rc0-1) experimental; urgency=medium * New upstream release candidate * Drop notmuch-dbg, use notmuch-dbgsym if debug symbols are needed. * [lib] Bump SONAME to libnotmuch.so.5 - -- David Bremner Sun, 16 Jul 2017 08:06:56 -0300 + -- David Bremner Sun, 16 Jul 2017 08:19:54 -0300 notmuch (0.24.2-2) unstable; urgency=medium From f2d3f157703128f0e6ae4909347040dfe83110cb Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 16 Jul 2017 08:45:55 -0300 Subject: [PATCH 6/7] debian: don't create obsolete bash completion dir --- debian/notmuch.dirs | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/notmuch.dirs b/debian/notmuch.dirs index a23e43d9..e7724817 100644 --- a/debian/notmuch.dirs +++ b/debian/notmuch.dirs @@ -1,2 +1 @@ usr/bin -etc/bash_completion.d From 952a0f0cda7d1a12432d1c9ad71b41401cb1615c Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 16 Jul 2017 08:49:06 -0300 Subject: [PATCH 7/7] debian: note two closed bugs in changelog --- debian/changelog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index afd41a24..f02f2132 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,12 @@ notmuch (0.25~rc0-1) experimental; urgency=medium * New upstream release candidate * Drop notmuch-dbg, use notmuch-dbgsym if debug symbols are needed. * [lib] Bump SONAME to libnotmuch.so.5 + * Bug fix: "doesn't check gpg/pgp signatures by default", thanks + to Vagrant Cascadian (Closes: #755544). + * Bug fix: "allow separation of command-line options and their + values: --option foo", thanks to Paul Wise (Closes: #825886). - -- David Bremner Sun, 16 Jul 2017 08:19:54 -0300 + -- David Bremner Sun, 16 Jul 2017 08:48:59 -0300 notmuch (0.24.2-2) unstable; urgency=medium