mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +01:00
notmuch 0.24~rc0 release
-----BEGIN PGP SIGNATURE----- iQGzBAABCAAdFiEE3VS2dnyDRXKVCQCp8gKXHaSnniwFAli8qxsACgkQ8gKXHaSn niybAAv/VRBy8VbdNw5iJlgj0HIyoLuCQQw9Koba3r5PnLHvuxozIMdYPiyLdzBg /Zd1Nwvp+yPSEHciyzwPceW0PsBa+ChdbJBGaZhv1++oXWEPR2t45RGVrImNu5w5 bd5JuYW63rpYBClKhwRK+8if7sPyeBCs0kK/MgqqWbG7oAEhPDpZ9Vs7GTWGEbqe fJyqIJ8687LoM0eLdTYrDHrz8EKrI0UmFKqj+/FpEmgyMga4tSmConop3LjbjW5M woKTR8lOQ2Yt72v43bqiCWEF+J3BbeB9ixECKktanUEIfMIoYfrmFvXGxmZD60WF BD95Z3YwIkF0jX19omxkGx1KEY4VlNy+BjxGOXX0PvUqYdPPN2hM8uS0SnKz/1NU pSb7p6Rw7GNskwAP5+KkghZlVUhEoUcvC1mostB4dMibqnrjeYU7lBQfeR++vht0 r5jKyh1z6RQBJUINx5IJh6V+OabK/Lsp90uCnFsxXWB6pMTbBX5Zm9CNHHa7UBod MpmI7lcv =KFBY -----END PGP SIGNATURE----- Merge tag '0.24_rc0' notmuch 0.24~rc0 release
This commit is contained in:
commit
91524d5d6c
5 changed files with 41 additions and 2 deletions
29
NEWS
29
NEWS
|
@ -1,3 +1,32 @@
|
|||
Notmuch 0.24 (UNRELEASED)
|
||||
=========================
|
||||
|
||||
General
|
||||
-------
|
||||
|
||||
Regular expression searches supported for `from:` and `subject:`.
|
||||
|
||||
This requires recent Xapian (1.4+) See notmuch-search-terms(7) for
|
||||
details.
|
||||
|
||||
Emacs Interface
|
||||
---------------
|
||||
|
||||
Save and resume messages in `notmuch-message-mode` (composition).
|
||||
|
||||
Library changes
|
||||
---------------
|
||||
|
||||
`notmuch_query_count_messages` is now non-destructive.
|
||||
|
||||
Internally the implementation of excludes has changed to make this
|
||||
possible.
|
||||
|
||||
Improved handling of DatabaseModifiedError
|
||||
|
||||
Previously uncaught exceptions reading message metadata are now
|
||||
handled.
|
||||
|
||||
Notmuch 0.23.7 (2017-02-28)
|
||||
===========================
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# this file should be kept in sync with ../../../version
|
||||
__VERSION__ = '0.23.7'
|
||||
__VERSION__ = '0.24~rc0'
|
||||
SOVERSION = '4'
|
||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
notmuch (0.24~rc0-1) experimental; urgency=medium
|
||||
|
||||
* New upstream feature release (candidate).
|
||||
|
||||
-- David Bremner <bremner@debian.org> Sun, 05 Mar 2017 19:32:08 -0400
|
||||
|
||||
notmuch (0.23.7-1) unstable; urgency=medium
|
||||
|
||||
* Move test suite $GNUPGHOME to /tmp to avoid problems with long build paths.
|
||||
|
|
4
debian/libnotmuch4.symbols
vendored
4
debian/libnotmuch4.symbols
vendored
|
@ -113,10 +113,14 @@ libnotmuch.so.4 libnotmuch4 #MINVER#
|
|||
(c++)"typeinfo for Xapian::DocNotFoundError@Base" 0.6.1
|
||||
(c++)"typeinfo for Xapian::InvalidArgumentError@Base" 0.6.1
|
||||
(c++)"typeinfo for Xapian::Error@Base" 0.6.1
|
||||
(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 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
|
||||
(c++)"typeinfo name for Xapian::InvalidArgumentError@Base" 0.6.1
|
||||
(c++)"typeinfo name for Xapian::Error@Base" 0.6.1
|
||||
(c++)"typeinfo name for Xapian::DatabaseError@Base" 0.24~rc0
|
||||
(c++)"typeinfo name for Xapian::DatabaseModifiedError@Base" 0.24~rc0
|
||||
(c++|optional=present with Xapian 1.4)"typeinfo name for Xapian::QueryParserError@Base" 0.23~rc0
|
||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
|||
0.23.7
|
||||
0.24~rc0
|
||||
|
|
Loading…
Reference in a new issue