From: David Bremner Date: Tue, 31 Dec 2013 00:34:23 +0000 (-0400) Subject: version: bump to 0.17 X-Git-Tag: 0.17~1 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=ceef57b3d95d3e4e1ea90001d99792626529dca3 version: bump to 0.17 --- diff --git a/NEWS b/NEWS index f4d2abe9..28788d8d 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -Notmuch 0.17~rc4 (2013-12-28) -============================= +Notmuch 0.17 (2013-12-30) +========================= Incompatible change in SHA1 computation --------------------------------------- diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index 27124f4f..fa3f93b8 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~rc4' +__VERSION__ = '0.17' diff --git a/man/man1/notmuch-compact.1 b/man/man1/notmuch-compact.1 index 5ab9b513..ea6218fb 100644 --- a/man/man1/notmuch-compact.1 +++ b/man/man1/notmuch-compact.1 @@ -1,4 +1,4 @@ -.TH NOTMUCH-COMPACT 1 2013-12-28 "Notmuch 0.17~rc4" +.TH NOTMUCH-COMPACT 1 2013-12-30 "Notmuch 0.17" .SH NAME notmuch-compact \- compact the notmuch database .SH SYNOPSIS diff --git a/man/man1/notmuch-config.1 b/man/man1/notmuch-config.1 index b90987eb..00a420f9 100644 --- a/man/man1/notmuch-config.1 +++ b/man/man1/notmuch-config.1 @@ -1,4 +1,4 @@ -.TH NOTMUCH-CONFIG 1 2013-12-28 "Notmuch 0.17~rc4" +.TH NOTMUCH-CONFIG 1 2013-12-30 "Notmuch 0.17" .SH NAME notmuch-config \- access notmuch configuration file .SH SYNOPSIS diff --git a/man/man1/notmuch-count.1 b/man/man1/notmuch-count.1 index 9e2e2c11..562dde15 100644 --- a/man/man1/notmuch-count.1 +++ b/man/man1/notmuch-count.1 @@ -1,4 +1,4 @@ -.TH NOTMUCH-COUNT 1 2013-12-28 "Notmuch 0.17~rc4" +.TH NOTMUCH-COUNT 1 2013-12-30 "Notmuch 0.17" .SH NAME notmuch-count \- count messages matching the given search terms .SH SYNOPSIS diff --git a/man/man1/notmuch-dump.1 b/man/man1/notmuch-dump.1 index e1f69836..0c52d1b7 100644 --- a/man/man1/notmuch-dump.1 +++ b/man/man1/notmuch-dump.1 @@ -1,4 +1,4 @@ -.TH NOTMUCH-DUMP 1 2013-12-28 "Notmuch 0.17~rc4" +.TH NOTMUCH-DUMP 1 2013-12-30 "Notmuch 0.17" .SH NAME notmuch-dump \- creates a plain-text dump of the tags of each message diff --git a/man/man1/notmuch-insert.1 b/man/man1/notmuch-insert.1 index bbf5793c..8ce8413e 100644 --- a/man/man1/notmuch-insert.1 +++ b/man/man1/notmuch-insert.1 @@ -1,4 +1,4 @@ -.TH NOTMUCH-INSERT 1 2013-12-28 "Notmuch 0.17~rc4" +.TH NOTMUCH-INSERT 1 2013-12-30 "Notmuch 0.17" .SH NAME notmuch-insert \- add a message to the maildir and notmuch database .SH SYNOPSIS diff --git a/man/man1/notmuch-new.1 b/man/man1/notmuch-new.1 index ef6d88ce..5725b7d8 100644 --- a/man/man1/notmuch-new.1 +++ b/man/man1/notmuch-new.1 @@ -1,4 +1,4 @@ -.TH NOTMUCH-NEW 1 2013-12-28 "Notmuch 0.17~rc4" +.TH NOTMUCH-NEW 1 2013-12-30 "Notmuch 0.17" .SH NAME notmuch-new \- incorporate new mail into the notmuch database .SH SYNOPSIS diff --git a/man/man1/notmuch-reply.1 b/man/man1/notmuch-reply.1 index 4742aad0..93f90673 100644 --- a/man/man1/notmuch-reply.1 +++ b/man/man1/notmuch-reply.1 @@ -1,4 +1,4 @@ -.TH NOTMUCH-REPLY 1 2013-12-28 "Notmuch 0.17~rc4" +.TH NOTMUCH-REPLY 1 2013-12-30 "Notmuch 0.17" .SH NAME notmuch-reply \- constructs a reply template for a set of messages diff --git a/man/man1/notmuch-restore.1 b/man/man1/notmuch-restore.1 index 649000d0..4cb02e3e 100644 --- a/man/man1/notmuch-restore.1 +++ b/man/man1/notmuch-restore.1 @@ -1,4 +1,4 @@ -.TH NOTMUCH-RESTORE 1 2013-12-28 "Notmuch 0.17~rc4" +.TH NOTMUCH-RESTORE 1 2013-12-30 "Notmuch 0.17" .SH NAME notmuch-restore \- restores the tags from the given file (see notmuch dump) diff --git a/man/man1/notmuch-search.1 b/man/man1/notmuch-search.1 index be427248..55a81e79 100644 --- a/man/man1/notmuch-search.1 +++ b/man/man1/notmuch-search.1 @@ -1,4 +1,4 @@ -.TH NOTMUCH-SEARCH 1 2013-12-28 "Notmuch 0.17~rc4" +.TH NOTMUCH-SEARCH 1 2013-12-30 "Notmuch 0.17" .SH NAME notmuch-search \- search for messages matching the given search terms .SH SYNOPSIS diff --git a/man/man1/notmuch-show.1 b/man/man1/notmuch-show.1 index 68e5e8a9..7eefdec6 100644 --- a/man/man1/notmuch-show.1 +++ b/man/man1/notmuch-show.1 @@ -1,4 +1,4 @@ -.TH NOTMUCH-SHOW 1 2013-12-28 "Notmuch 0.17~rc4" +.TH NOTMUCH-SHOW 1 2013-12-30 "Notmuch 0.17" .SH NAME notmuch-show \- show messages matching the given search terms .SH SYNOPSIS diff --git a/man/man1/notmuch-tag.1 b/man/man1/notmuch-tag.1 index 1a611520..710fae6a 100644 --- a/man/man1/notmuch-tag.1 +++ b/man/man1/notmuch-tag.1 @@ -1,4 +1,4 @@ -.TH NOTMUCH-TAG 1 2013-12-28 "Notmuch 0.17~rc4" +.TH NOTMUCH-TAG 1 2013-12-30 "Notmuch 0.17" .SH NAME notmuch-tag \- add/remove tags for all messages matching the search terms diff --git a/man/man1/notmuch.1 b/man/man1/notmuch.1 index 87662cf2..605b5146 100644 --- a/man/man1/notmuch.1 +++ b/man/man1/notmuch.1 @@ -16,7 +16,7 @@ .\" along with this program. If not, see http://www.gnu.org/licenses/ . .\" .\" Author: Carl Worth -.TH NOTMUCH 1 2013-12-28 "Notmuch 0.17~rc4" +.TH NOTMUCH 1 2013-12-30 "Notmuch 0.17" .SH NAME notmuch \- thread-based email index, search, and tagging .SH SYNOPSIS diff --git a/man/man5/notmuch-hooks.5 b/man/man5/notmuch-hooks.5 index 9fec30fb..11c55ddd 100644 --- a/man/man5/notmuch-hooks.5 +++ b/man/man5/notmuch-hooks.5 @@ -1,4 +1,4 @@ -.TH NOTMUCH-HOOKS 5 2013-12-28 "Notmuch 0.17~rc4" +.TH NOTMUCH-HOOKS 5 2013-12-30 "Notmuch 0.17" .SH NAME notmuch-hooks \- hooks for notmuch diff --git a/man/man7/notmuch-search-terms.7 b/man/man7/notmuch-search-terms.7 index 0f8b1860..a768b630 100644 --- a/man/man7/notmuch-search-terms.7 +++ b/man/man7/notmuch-search-terms.7 @@ -1,4 +1,4 @@ -.TH NOTMUCH-SEARCH-TERMS 7 2013-12-28 "Notmuch 0.17~rc4" +.TH NOTMUCH-SEARCH-TERMS 7 2013-12-30 "Notmuch 0.17" .SH NAME notmuch-search-terms \- syntax for notmuch queries diff --git a/version b/version index fb5096cf..50653ad0 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.17~rc4 +0.17