]> git.notmuchmail.org Git - notmuch/commitdiff
NEWS: discuss changes for dump and restore syntax.
authorDavid Bremner <bremner@debian.org>
Sun, 5 Aug 2012 15:05:10 +0000 (12:05 -0300)
committerDavid Bremner <bremner@debian.org>
Mon, 6 Aug 2012 11:52:56 +0000 (08:52 -0300)
The duplication in NEWS.Debian is so that Debian users will be warned
during upgrade.

NEWS
debian/NEWS.Debian

diff --git a/NEWS b/NEWS
index 7b1f36cf2e943680ac02262339d8a34a2aca34eb..761b2c1dc6d285ead2a41d4888c241fbeaa82aa9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,16 @@ Maildir tag synchronization
   messages (typically causing new messages to not receive the "unread"
   tag).
 
   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
 ---------------
 
 Emacs Interface
 ---------------
 
index 69477542e843290f5e3042d57f5ec1b9c98df820..bf95738b431f96e5319b7eb9c8bc35a20ac3bb9c 100644 (file)
@@ -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
 notmuch (0.6~238) unstable; urgency=low
 
   The emacs user interface to notmuch is now contained in a seperate