mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
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:
commit
e00e235e65
5 changed files with 37 additions and 3 deletions
28
NEWS
28
NEWS
|
@ -1,6 +1,34 @@
|
|||
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)
|
||||
===========================
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# this file should be kept in sync with ../../../version
|
||||
__VERSION__ = '0.27~rc0'
|
||||
__VERSION__ = '0.27~rc1'
|
||||
SOVERSION = '5'
|
||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -715,7 +715,7 @@ elif [ $uname = "Linux" ] || [ $uname = "GNU" ] ; then
|
|||
IFS="
|
||||
"
|
||||
for path in $ldconfig_paths; do
|
||||
if [ "$path" = "$libdir_expanded" ]; then
|
||||
if [ "$path" -ef "$libdir_expanded" ]; then
|
||||
libdir_in_ldconfig=1
|
||||
fi
|
||||
done
|
||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -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
|
||||
|
||||
* New upstream release candidate
|
||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
|||
0.27~rc0
|
||||
0.27~rc1
|
||||
|
|
Loading…
Reference in a new issue