summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2014-11-14 20:35:40 +0100
committerDavid Bremner <david@tethera.net>2014-11-14 20:35:40 +0100
commit49aaea350f43bff2092bb7786223488f1b6312f3 (patch)
tree14e7ff79bfda985979dcb88ba7f20f47dd8be6ea /debian
parenta60aa095d7baf55cd8b7a9cf7f5c78f42dbd5953 (diff)
debian: update debian/NEWS and debian/changelogdebian/0.19-10.19
Plagiarize my upstream summary for debian, and mention the new upgrade.
Diffstat (limited to 'debian')
-rw-r--r--debian/NEWS10
-rw-r--r--debian/changelog10
2 files changed, 19 insertions, 1 deletions
diff --git a/debian/NEWS b/debian/NEWS
index 0ae08198..81b6b0ad 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -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
* This release of notmuch requires a non-reversable database upgrade
diff --git a/debian/changelog b/debian/changelog
index 405134e3..fbd15b81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,14 @@
notmuch (0.19-1) experimental; urgency=medium
- * New upstream release
+ * 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