mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
notmuch 0.19 release
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQGcBAABCAAGBQJUZlsfAAoJEPIClx2kp54sptQL/jwdjLn8hZ0g9rEpPLgWC/en xSis1wNX2nEoEzyGRO7pjsCStxn3G7bMCgRGLCaa3JV1iLETFciXREh9/ZUg8hKc 84b6LScEYDCyKpSRi67qwIuUr1P/KqahZXwBg51SM6c5ks6f4D+hiPVnumQ3j3Rb eFZ23Yf7c88zn8mX/HfiH4aKhgV1sax2poSJzHnyAPyCOpJtS0CYH0GvNIX4lc0U CbSiYZ4SrOomgo+U5uTkVJ4M5gbx3J39NnDv++CugKzPOtIm8X2EtPS1Tgi1uodp qysO7rs+VtJAn1abNzqJS8gt145oqJsm5re7USSC/xrm71gup8/T58sMmMwis+1q 0dSgnrr50snhRhjwHS3DZdyhiPbfj/cw+lbF7bElLOBrRJVA1p8Y3QD1OTFsepkI wB22ZUFCCemYd10CeWLNDSBRTkDR4Qy4+UF5ogcaLQDn94+JE/IZ9+579aIbaCde faAwPo0iWU+wb94t/TAs16D4e6+sRp9ChsfLoWk8BQ== =LsK6 -----END PGP SIGNATURE----- Merge tag '0.19' notmuch 0.19 release
This commit is contained in:
commit
cffa3cf76f
5 changed files with 46 additions and 4 deletions
22
NEWS
22
NEWS
|
@ -1,5 +1,16 @@
|
||||||
Notmuch 0.19~rc2 (2014-11-09)
|
Notmuch 0.19 (2014-11-14)
|
||||||
=============================
|
=========================
|
||||||
|
|
||||||
|
Overview
|
||||||
|
--------
|
||||||
|
|
||||||
|
This release improves the reliability of `notmuch dump` and the error
|
||||||
|
handling for `notmuch insert`. The new `notmuch address` command is
|
||||||
|
intended to make searching for email addresses more convenient. At the
|
||||||
|
library level the revised handling of missing messages fixes at least
|
||||||
|
one bug in threading. The release also includes several interface
|
||||||
|
improvements to the emacs interface, most notably the ability to bind
|
||||||
|
keyboard shortcuts to saved searches.
|
||||||
|
|
||||||
Command-Line Interface
|
Command-Line Interface
|
||||||
----------------------
|
----------------------
|
||||||
|
@ -28,6 +39,13 @@ Stopped `notmuch dump` failing if someone writes to the database
|
||||||
`post-new`. There's also a new option `notmuch insert --no-hooks` to
|
`post-new`. There's also a new option `notmuch insert --no-hooks` to
|
||||||
skip the hook. See the notmuch-hooks(1) man page for details.
|
skip the hook. See the notmuch-hooks(1) man page for details.
|
||||||
|
|
||||||
|
`notmuch deliver` is deprecated
|
||||||
|
|
||||||
|
With this release we believe that `notmuch insert` has reached
|
||||||
|
parity with `notmuch deliver`. We recommend that all users of
|
||||||
|
`notmuch deliver` switch to `notmuch insert` as the former is
|
||||||
|
currently unmaintained.
|
||||||
|
|
||||||
`notmuch search` now supports `--duplicate=N` option with `--output=messages`
|
`notmuch search` now supports `--duplicate=N` option with `--output=messages`
|
||||||
|
|
||||||
Complementing the `notmuch search --duplicate=N --output=files`
|
Complementing the `notmuch search --duplicate=N --output=files`
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
# this file should be kept in sync with ../../../version
|
# this file should be kept in sync with ../../../version
|
||||||
__VERSION__ = '0.19~rc2'
|
__VERSION__ = '0.19'
|
||||||
|
|
10
debian/NEWS
vendored
10
debian/NEWS
vendored
|
@ -1,3 +1,13 @@
|
||||||
|
notmuch (0.19-1) experimental; urgency=medium
|
||||||
|
|
||||||
|
* This release of notmuch again requires a non-reversable database
|
||||||
|
upgrade to support database features. This upgrade will happen on
|
||||||
|
the first run of 'notmuch-new' after updating. Notmuch will backup
|
||||||
|
your tags for your before doing the upgrade, but it never hurts to
|
||||||
|
make your own backup with notmuch dump.
|
||||||
|
|
||||||
|
-- David Bremner <bremner@debian.org> Fri, 14 Nov 2014 20:34:55 +0100
|
||||||
|
|
||||||
notmuch (0.18~rc0-1) experimental; urgency=low
|
notmuch (0.18~rc0-1) experimental; urgency=low
|
||||||
|
|
||||||
* This release of notmuch requires a non-reversable database upgrade
|
* This release of notmuch requires a non-reversable database upgrade
|
||||||
|
|
14
debian/changelog
vendored
14
debian/changelog
vendored
|
@ -1,3 +1,17 @@
|
||||||
|
notmuch (0.19-1) experimental; urgency=medium
|
||||||
|
|
||||||
|
* New upstream release.
|
||||||
|
- Improvements to reliability of 'notmuch dump' and the error
|
||||||
|
handling for 'notmuch insert'.
|
||||||
|
- The new 'notmuch address' command is intended to make searching
|
||||||
|
for email addresses more convenient.
|
||||||
|
- At the library level the revised handling of missing messages
|
||||||
|
fixes at least one bug in threading.
|
||||||
|
- Interface improvements to the emacs interface, most notably the
|
||||||
|
ability to bindkeyboard shortcuts to saved searches.
|
||||||
|
|
||||||
|
-- David Bremner <bremner@debian.org> Fri, 14 Nov 2014 19:34:12 +0100
|
||||||
|
|
||||||
notmuch (0.19~rc2-1) experimental; urgency=medium
|
notmuch (0.19~rc2-1) experimental; urgency=medium
|
||||||
|
|
||||||
* New upstream release candidate
|
* New upstream release candidate
|
||||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
||||||
0.19~rc2
|
0.19
|
||||||
|
|
Loading…
Reference in a new issue