]> git.notmuchmail.org Git - notmuch/commitdiff
Merge tag '0.24_rc0'
authorDavid Bremner <david@tethera.net>
Mon, 6 Mar 2017 00:32:20 +0000 (20:32 -0400)
committerDavid Bremner <david@tethera.net>
Mon, 6 Mar 2017 00:32:20 +0000 (20:32 -0400)
notmuch 0.24~rc0 release

NEWS
bindings/python/notmuch/version.py
debian/changelog
debian/libnotmuch4.symbols
version

diff --git a/NEWS b/NEWS
index 7f25ca795eb252e95a73a6781b6ca1d5c1376beb..652affa960edd1e9ce608f7a29b7bca6da65c34b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+Notmuch 0.24 (UNRELEASED)
+=========================
+
+General
+-------
+
+Regular expression searches supported for `from:` and `subject:`.
+
+  This requires recent Xapian (1.4+) See notmuch-search-terms(7) for
+  details.
+
+Emacs Interface
+---------------
+
+  Save and resume messages in `notmuch-message-mode` (composition).
+
+Library changes
+---------------
+
+`notmuch_query_count_messages` is now non-destructive.
+
+  Internally the implementation of excludes has changed to make this
+  possible.
+
+Improved handling of DatabaseModifiedError
+
+  Previously uncaught exceptions reading message metadata are now
+  handled.
+
 Notmuch 0.23.7 (2017-02-28)
 ===========================
 
index e1a495227c98833c0af31bd3aceefc1414a9749d..430710288d7f3070b138e0501eaf7f960def9c24 100644 (file)
@@ -1,3 +1,3 @@
 # this file should be kept in sync with ../../../version
-__VERSION__ = '0.23.7'
+__VERSION__ = '0.24~rc0'
 SOVERSION = '4'
index f3167549b37d1fb0d31a1f8a7f4be30b61240e66..3781acf5cde3a9e8ea7aefa0857e5e478626928c 100644 (file)
@@ -1,3 +1,9 @@
+notmuch (0.24~rc0-1) experimental; urgency=medium
+
+  * New upstream feature release (candidate).
+
+ -- David Bremner <bremner@debian.org>  Sun, 05 Mar 2017 19:32:08 -0400
+
 notmuch (0.23.7-1) unstable; urgency=medium
 
   * Move test suite $GNUPGHOME to /tmp to avoid problems with long build paths.
index c8a94ba600017141643a75c6d5b2427728265ed6..9bfec1a178a5c748e4b7b722e39e93acb83ed358 100644 (file)
@@ -113,10 +113,14 @@ libnotmuch.so.4 libnotmuch4 #MINVER#
  (c++)"typeinfo for Xapian::DocNotFoundError@Base" 0.6.1
  (c++)"typeinfo for Xapian::InvalidArgumentError@Base" 0.6.1
  (c++)"typeinfo for Xapian::Error@Base" 0.6.1
+ (c++)"typeinfo for Xapian::DatabaseError@Base" 0.24~rc0
+ (c++)"typeinfo for Xapian::DatabaseModifiedError@Base" 0.24~rc0
  (c++|optional=present with Xapian 1.4)"typeinfo for Xapian::QueryParserError@Base" 0.23~rc0
  (c++)"typeinfo name for Xapian::LogicError@Base" 0.6.1
  (c++)"typeinfo name for Xapian::RuntimeError@Base" 0.6.1
  (c++)"typeinfo name for Xapian::DocNotFoundError@Base" 0.6.1
  (c++)"typeinfo name for Xapian::InvalidArgumentError@Base" 0.6.1
  (c++)"typeinfo name for Xapian::Error@Base" 0.6.1
+ (c++)"typeinfo name for Xapian::DatabaseError@Base" 0.24~rc0
+ (c++)"typeinfo name for Xapian::DatabaseModifiedError@Base" 0.24~rc0
  (c++|optional=present with Xapian 1.4)"typeinfo name for Xapian::QueryParserError@Base" 0.23~rc0
diff --git a/version b/version
index 379191a43b01d4e7e023f969207e33794d408dfc..ab10aa0f40ab5403d22021b1e571b3a375ad560e 100644 (file)
--- a/version
+++ b/version
@@ -1 +1 @@
-0.23.7
+0.24~rc0