mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +01:00
notmuch 0.18 release
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQGcBAABCAAGBQJTaJJ/AAoJEPIClx2kp54sl/oL/AqNwjwpLNOgGXgvy1kq4YBi OT1Bc+Yd6YqHX+scmH0vUikq9H4eIau3U5ZxynjfwnqjUk/pJC6pMdPifl9N+h4q UA5rytRr9Kf3WhoWZ7HEdXssmJtbCYtOdDZ5UeTrEiAVc1LvtOE4XU2ufo3HoC4x yEHYYihlZO/at98wxZ3YgQZgnx0U8q2eIYvC/NBexf+HJi1wviNiQBu2MNR+X12k 7L2HNMMKuYRTLzwsWEcw+HjEQfXtX0GiN4H6K5et9s2sXHD5YUyD4GrPQyX8ORaf jn3BT+mqiBjs3zTXa+k2iqtoW7n+1dyNbETjcR3WNDs6PHqFEEY0Tr6DkpeDI9ak d67He2kmnxgPJ61S7d6gwsg4fRqmLbcq/LmsT7OG3sI+XVUNk3zBTQ5QV1z7VBQq hTsd/6a81Sd3B8ZUFm/qgiXgTWucZbUw/mXNw0uDGn6+qE2h0virf3WkRlfKjmry UMZhUG/AjEuSD9Th6JwECgYMj07kB7AXG6Pc00bLLg== =l2pk -----END PGP SIGNATURE----- Merge tag '0.18' notmuch 0.18 release
This commit is contained in:
commit
8ecc7db3f8
4 changed files with 22 additions and 4 deletions
4
NEWS
4
NEWS
|
@ -1,5 +1,5 @@
|
|||
Notmuch 0.18~rc1 (2014-05-04)
|
||||
=============================
|
||||
Notmuch 0.18 (2014-05-06)
|
||||
=========================
|
||||
|
||||
Overview
|
||||
--------
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
# this file should be kept in sync with ../../../version
|
||||
__VERSION__ = '0.18~rc1'
|
||||
__VERSION__ = '0.18'
|
||||
|
|
18
debian/changelog
vendored
18
debian/changelog
vendored
|
@ -1,3 +1,21 @@
|
|||
notmuch (0.18-1) unstable; urgency=medium
|
||||
|
||||
* New upstream release. For detailed release notes see
|
||||
see /usr/share/doc/notmuch/NEWS.gz. Some highlights:
|
||||
- Changes/enhancements to searching for messages by filesystem
|
||||
location ('folder:' and 'path:' prefixes).
|
||||
- Saved searches in Emacs have also been enhanced to allow
|
||||
distinct search orders for each one.
|
||||
- Another enhancement to the Emacs interface is that replies to
|
||||
encrypted messages are now encrypted, reducing the risk of
|
||||
unintentional information disclosure.
|
||||
- The default dump output format has changed to the more robust
|
||||
'batch-tag' format.
|
||||
- The previously deprecated parsing of single message mboxes has
|
||||
been removed.
|
||||
|
||||
-- David Bremner <bremner@debian.org> Tue, 06 May 2014 16:20:39 +0900
|
||||
|
||||
notmuch (0.18~rc1-1) experimental; urgency=low
|
||||
|
||||
* Upstream release candidate
|
||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
|||
0.18~rc1
|
||||
0.18
|
||||
|
|
Loading…
Reference in a new issue