aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2015-06-08 08:02:22 +0200
committerDavid Bremner <david@tethera.net>2015-06-12 07:34:50 +0200
commit32fd74b7aa9c24ec77f8c59d09f89e0535bf64cd (patch)
treeb457ce7f91011cbfafa70c908d682a7a3a87eaf3 /NEWS
parentb59ad1a9cc6ea03764b1cd3d038920581ac5a9c4 (diff)
lib: reject relative paths in n_d_{create,open}_verbose
There are many places in the notmuch code where the path is assumed to be absolute. If someone (TM) wants a project, one could remove these assumptions. In the mean time, prevent users from shooting themselves in the foot. Update test suite mark tests for this error as no longer broken, and also convert some tests that used relative paths for nonexistent directories.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 03254d59..004b8677 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Notmuch 0.21 (UNRELEASED)
+=========================
+
+Library
+-------
+
+The use of absolute paths is now enforced when calling notmuch_database_{open, create}
+
+
Notmuch 0.20.1 (2015-06-01)
===========================