mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
NEWS: discuss changes for dump and restore syntax.
The duplication in NEWS.Debian is so that Debian users will be warned during upgrade.
This commit is contained in:
parent
19c824c3fd
commit
6b820673fc
2 changed files with 24 additions and 0 deletions
10
NEWS
10
NEWS
|
@ -14,6 +14,16 @@ Maildir tag synchronization
|
|||
messages (typically causing new messages to not receive the "unread"
|
||||
tag).
|
||||
|
||||
Command-Line Interface
|
||||
----------------------
|
||||
|
||||
The deprecated positional output file argument to `notmuch dump` has
|
||||
been replaced with an `--output` option. The input file positional
|
||||
argument to `notmuch restore` has been replaced with an `--input`
|
||||
option for consistency with dump. These changes simplify the syntax
|
||||
of dump/restore options and make them more consistent with other
|
||||
notmuch commands.
|
||||
|
||||
Emacs Interface
|
||||
---------------
|
||||
|
||||
|
|
14
debian/NEWS.Debian
vendored
14
debian/NEWS.Debian
vendored
|
@ -1,3 +1,17 @@
|
|||
notmuch (0.14-1) unstable; urgency=low
|
||||
|
||||
There is an incompatible change in option syntax for dump and restore
|
||||
in this release. Please update your scripts.
|
||||
|
||||
From upstream NEWS:
|
||||
|
||||
The deprecated positional output file argument to notmuch dump has
|
||||
been replaced with an --output option. The input file positional
|
||||
argument for restore has been replaced with an --input option for
|
||||
consistency with dump.
|
||||
|
||||
-- David Bremner <bremner@debian.org> Sun, 05 Aug 2012 11:52:49 -0300
|
||||
|
||||
notmuch (0.6~238) unstable; urgency=low
|
||||
|
||||
The emacs user interface to notmuch is now contained in a seperate
|
||||
|
|
Loading…
Reference in a new issue