diff options
| author | David Bremner <david@tethera.net> | 2020-07-10 23:24:41 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-07-10 23:24:41 -0300 |
| commit | 5fbb2c7929196033b6787ab40f7d94ec89bfbbba (patch) | |
| tree | 93556421c9459da3ec3b9efb63038912b96913d9 | |
| parent | dbdb860bb92b5eef0eadc6ffd1fd6d5bf64553b9 (diff) | |
| parent | b502e26563010503e77da7188c24db4cee592185 (diff) | |
Merge branch 'release'
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | bindings/python-cffi/version | 2 | ||||
| -rw-r--r-- | bindings/python/notmuch/version.py | 2 | ||||
| -rw-r--r-- | debian/changelog | 9 | ||||
| -rw-r--r-- | version | 2 |
5 files changed, 13 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Notmuch 0.30 (2020-06-01) +Notmuch 0.30 (2020-07-10) ========================= S/MIME diff --git a/bindings/python-cffi/version b/bindings/python-cffi/version index db90aec2..f7c6c31b 100644 --- a/bindings/python-cffi/version +++ b/bindings/python-cffi/version @@ -1 +1 @@ -0.30~rc3 +0.30 diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index a25b1d7d..36b4cfca 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.30~rc3' +__VERSION__ = '0.30' SOVERSION = '5' diff --git a/debian/changelog b/debian/changelog index db853fa0..b6117ec3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +notmuch (0.30-1) unstable; urgency=medium + + * New upstream release + * Improvements to S/MIME handling + * Repairs to some mangled MIME messages + * New python bindings (notmuch2) compatible with current python 3 + + -- David Bremner <bremner@debian.org> Fri, 10 Jul 2020 22:24:14 -0300 + notmuch (0.30~rc3-1) experimental; urgency=medium * New upstream release candidate @@ -1 +1 @@ -0.30~rc3 +0.30 |
