notmuch 0.27~rc1 release

-----BEGIN PGP SIGNATURE-----
 
 iQGzBAABCAAdFiEE3VS2dnyDRXKVCQCp8gKXHaSnniwFAlsSdpYACgkQ8gKXHaSn
 niwBbAwAi6dXzsjCNQHKaekCAjIHqzh0zzVBFrCTLskYElnyewcY/9aUWVHKYTgT
 FhhEkOTvcSOQ/OIEqBvDi2kML8qRg/RKfHvMewxuV88ugE5YjozsHfDxPsOlaqYR
 jMvX2TsnQhmXRYzlwEc485JILXlznNAphcl+ACc4Wis4jvi7L9hzjqNsAys+v7o1
 uX6QVTmDGXvjwzCM7IhSrNS+deYQJpqCkzpOXtebQUu8FwYMzmYStaqkxvf0f4Gg
 meQ1C1y7ei7qrApjm/LxhwczjaQFSanRACYDHBOUTEx83rn7sVgQvua9UG0Lh+/F
 7ZFhqva7D7unpSerWj5PZzTXie+AJp6geNh3eFGF/LxcTrrBOic6L+PTAefr74wX
 D33qCzAI1Av6lsuPbuBBOvoBf4gvhsyo7aiY2TQDWaCg+UMWukapJZTOpyiqOGCv
 99C5HCPi3l1CFYfG3bR91xq448aGTfJ9xedKhdAelLr5zEvsHnYblB5koxCstjLJ
 B4Xe/KiP
 =KT02
 -----END PGP SIGNATURE-----

Merge tag '0.27_rc1'

notmuch 0.27~rc1 release
This commit is contained in:
David Bremner 2018-06-02 15:54:28 -03:00
commit e00e235e65
5 changed files with 37 additions and 3 deletions

28
NEWS
View file

@ -1,6 +1,34 @@
Notmuch 0.27 (UNRELEASED) Notmuch 0.27 (UNRELEASED)
========================= =========================
General
-------
Add support for thread:{} queries
Queries of the form `thread:{foo} and thread:{bar}` match threads
containing (possibly distinct) messages matching foo and bar. See
`notmuch-search-terms(7)` for details.
Command Line Interface
----------------------
Add the --full-scan option to `notmuch new`
This option disables mtime based optimization of scanning for new mail.
Documentation
-------------
An initial manual for `notmuch-emacs` is now installed by default (in
`info` format).
Dependencies
------------
As of this release, support for versions of Xapian before 1.4.0 is
deprecated, and may disappear in a future release of notmuch.
Notmuch 0.26.2 (2018-04-28) Notmuch 0.26.2 (2018-04-28)
=========================== ===========================

View file

@ -1,3 +1,3 @@
# this file should be kept in sync with ../../../version # this file should be kept in sync with ../../../version
__VERSION__ = '0.27~rc0' __VERSION__ = '0.27~rc1'
SOVERSION = '5' SOVERSION = '5'

2
configure vendored
View file

@ -715,7 +715,7 @@ elif [ $uname = "Linux" ] || [ $uname = "GNU" ] ; then
IFS=" IFS="
" "
for path in $ldconfig_paths; do for path in $ldconfig_paths; do
if [ "$path" = "$libdir_expanded" ]; then if [ "$path" -ef "$libdir_expanded" ]; then
libdir_in_ldconfig=1 libdir_in_ldconfig=1
fi fi
done done

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
notmuch (0.27~rc1-1) experimental; urgency=medium
* New upstream release candidate
-- David Bremner <bremner@debian.org> Thu, 31 May 2018 08:19:00 -0300
notmuch (0.27~rc0-1) experimental; urgency=medium notmuch (0.27~rc0-1) experimental; urgency=medium
* New upstream release candidate * New upstream release candidate

View file

@ -1 +1 @@
0.27~rc0 0.27~rc1