notmuch 0.18~rc0 release

-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQGcBAABCAAGBQJTVf3OAAoJEPIClx2kp54s604L/AsLQBldmtnT4VKk/3HPbDMj
 +vAkmbo5XRlTlMP9PKeZGQaXuMQdq/J45uNUoYeKaKYKlCYueeJ2Q+r9FDZ5xveZ
 ttWKnkOOL4qMy9P69/13r1NmIk1jvUfWcrlsiLHOiN11/tFMEJgF2UFq1IKaZyKW
 I+kXdXfZV42WQf8rPJz9cqhlc7I8Fen5MAC6KLqeUkObiEnrEsGGyXbvLpx1U6Nd
 QJDZXaBUySdyYgzOtFi9iMUr8632+FhCmVW6vjPNwtYgmtuarzKD8Axn2oJ5N0sy
 onU/PtEY1B2fo3h3notfrg7g9MZwtTYOwIw+zjPD/9aIbwW8Dip1ahLL2dE8xpRX
 JWy0W9Q5n2ghw1jOcc6feK0Dj4+d4/Hc7+qIH8wKLlDRHGrEWsUZxsx32JeCucAJ
 WkP48GquXZuWsItT7hHjlzoqbT5ih5mrmneldRo49YfCtIOF7fVWFr4muj4Q/005
 Ku8d00dftQHwj4v//iBSKZ8E2ZeSnNqW3ZTX57/iQA==
 =6VJs
 -----END PGP SIGNATURE-----

Merge tag '0.18_rc0'

notmuch 0.18~rc0 release
This commit is contained in:
David Bremner 2014-04-22 14:40:56 +09:00
commit 40dc79d6ac
6 changed files with 24 additions and 8 deletions

4
NEWS
View file

@ -1,5 +1,5 @@
Notmuch 0.18 (UNRELEASED)
=========================
Notmuch 0.18~rc0 (2014-04-22)
=============================
Command-Line Interface
----------------------

View file

@ -1,2 +1,2 @@
# this file should be kept in sync with ../../../version
__VERSION__ = '0.17'
__VERSION__ = '0.18~rc0'

10
debian/NEWS vendored
View file

@ -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

12
debian/changelog vendored
View file

@ -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

View file

@ -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

View file

@ -1 +1 @@
0.17
0.18~rc0