aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--bindings/python/notmuch/version.py2
-rw-r--r--debian/NEWS10
-rw-r--r--debian/changelog12
-rw-r--r--doc/Makefile.local2
-rw-r--r--version2
6 files changed, 24 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 39fa4475..bcd311d4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-Notmuch 0.18 (UNRELEASED)
-=========================
+Notmuch 0.18~rc0 (2014-04-22)
+=============================
Command-Line Interface
----------------------
diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py
index fa3f93b8..f15440d1 100644
--- a/bindings/python/notmuch/version.py
+++ b/bindings/python/notmuch/version.py
@@ -1,2 +1,2 @@
# this file should be kept in sync with ../../../version
-__VERSION__ = '0.17'
+__VERSION__ = '0.18~rc0'
diff --git a/debian/NEWS b/debian/NEWS
index 8049a933..0ae08198 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,3 +1,13 @@
+notmuch (0.18~rc0-1) experimental; urgency=low
+
+ * This release of notmuch requires a non-reversable database upgrade
+ to support the new path: and updated folder: prefixes. Notmuch
+ will backup your tags for your before doing the upgrade, but it
+ never hurts to make your own backup with notmuch dump before
+ next running 'notmuch new'
+
+ -- David Bremner <bremner@debian.org> Tue, 22 Apr 2014 09:32:11 +0900
+
notmuch (0.17-1) unstable; urgency=low
* Previously on big endian architectures like sparc and powerpc the
diff --git a/debian/changelog b/debian/changelog
index 057e6138..72dbd45c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,19 @@
-notmuch (0.18-1) unstable; urgency=medium
+notmuch (0.18~rc0-1) experimental; urgency=low
+ * Upstream release candidate.
* Bug fix: "insufficient sanitization of arguments to notmuch CLI",
thanks to Antoine Beaupré (Closes: #737496).
- * Bug fix: "notmuch(1) manpage: typo: int -&gt; in", thanks to Jakub
+ * Bug fix: "notmuch(1) manpage: typo: int -> in", thanks to Jakub
Wilk (Closes: #739556).
* Bug fix: "get a quiet option", thanks to Joerg Jaspert (Closes:
#666027).
+ * Bug fix: "Please remove me from Uploaders", thanks to martin f
+ krafft (Closes: #719100).
+ * Bug fix: "M-x notmuch-show-reply on an encrypted message should
+ insert encryption tags into the mml buffer", thanks to Daniel Kahn
+ Gillmor (Closes: #704648).
- -- David Bremner <bremner@debian.org> Mon, 03 Mar 2014 08:43:03 -0400
+ -- David Bremner <bremner@debian.org> Tue, 22 Apr 2014 09:27:29 +0900
notmuch (0.17-5) unstable; urgency=medium
diff --git a/doc/Makefile.local b/doc/Makefile.local
index d4207972..bbd46100 100644
--- a/doc/Makefile.local
+++ b/doc/Makefile.local
@@ -78,4 +78,4 @@ $(dir)/docdeps.mk: $(dir)/conf.py $(dir)/mkdocdeps.py
$(mkdocdeps) $(srcdir)/doc $(DOCBUILDDIR) $@
CLEAN := $(CLEAN) $(DOCBUILDDIR) $(dir)/docdeps.mk $(DOCBUILDDIR)/.roff.stamp
-CLEAN := $(CLEAN) $(MAN_GZIP_FILES) $(MAN_ROFF_FILES)
+CLEAN := $(CLEAN) $(MAN_GZIP_FILES) $(MAN_ROFF_FILES) $(dir)/conf.pyc
diff --git a/version b/version
index 50653ad0..065d0c86 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.17
+0.18~rc0