diff options
| author | David Bremner <david@tethera.net> | 2023-10-12 19:58:05 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2023-10-12 19:58:05 -0300 |
| commit | bc9a58d75b2373467ff3727a97317ba5b803be67 (patch) | |
| tree | 5c1b8a935d52dcab97c4793042e2b5fd13e609b6 | |
| parent | e4ead7656c72092bf30c43283057c2d4c4107962 (diff) | |
| parent | 23ac959040557de3bb3ac4f07efa98ec5371beeb (diff) | |
Merge tag '0.38.1_rc1'
notmuch 0.38.1~rc1 release
| -rw-r--r-- | bindings/python/notmuch/version.py | 2 | ||||
| -rwxr-xr-x | contrib/notmuch-mutt/notmuch-mutt | 2 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | version.txt | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index af97e6d1..e654ab7f 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.38.1~pre0' +__VERSION__ = '0.38.1~rc1' SOVERSION = '5' diff --git a/contrib/notmuch-mutt/notmuch-mutt b/contrib/notmuch-mutt/notmuch-mutt index 1ac68065..b81252c8 100755 --- a/contrib/notmuch-mutt/notmuch-mutt +++ b/contrib/notmuch-mutt/notmuch-mutt @@ -67,7 +67,7 @@ sub check_search_cache_maildir($) { foreach my $d (@contents) { -l "$maildir/$d" and die_dir( $maildir, "contains symlink $d"); -d "$maildir/$d" or die_dir( $maildir, "contains non-directory $d"); - exists($required[$d]) or die_dir( $maildir, "contains directory $d"); + exists($required{$d}) or die_dir( $maildir, "contains directory $d"); } } diff --git a/debian/changelog b/debian/changelog index 799f50db..e9b1fec5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +notmuch (0.38.1~rc1-1) experimental; urgency=medium + + * New upstream release candidate + + -- David Bremner <bremner@debian.org> Thu, 12 Oct 2023 19:53:10 -0300 + notmuch (0.38.1~pre0-1) experimental; urgency=medium * New upstream release candidate diff --git a/version.txt b/version.txt index cf30d88f..ba1bb575 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.38.1~pre0 +0.38.1~rc1 |
