diff options
author | David Bremner <david@tethera.net> | 2013-11-20 19:42:00 -0400 |
---|---|---|
committer | David Bremner <david@tethera.net> | 2013-11-23 20:29:46 -0400 |
commit | bd0c56b2bdb10aa88b41ec9460f9e67a90d63c12 (patch) | |
tree | 95039846d297a5c5811d8fba2fdedce9d0d93b6c | |
parent | 5886886f1103f4d043d3234f34148b0ba6be9494 (diff) |
version: bump to 0.17~rc1
Various other files are synched using "make update-versions". NEWS
has to be hand edited.
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | bindings/python/notmuch/version.py | 2 | ||||
-rw-r--r-- | man/man1/notmuch-compact.1 | 2 | ||||
-rw-r--r-- | man/man1/notmuch-config.1 | 2 | ||||
-rw-r--r-- | man/man1/notmuch-count.1 | 2 | ||||
-rw-r--r-- | man/man1/notmuch-dump.1 | 2 | ||||
-rw-r--r-- | man/man1/notmuch-insert.1 | 2 | ||||
-rw-r--r-- | man/man1/notmuch-new.1 | 2 | ||||
-rw-r--r-- | man/man1/notmuch-reply.1 | 2 | ||||
-rw-r--r-- | man/man1/notmuch-restore.1 | 2 | ||||
-rw-r--r-- | man/man1/notmuch-search.1 | 2 | ||||
-rw-r--r-- | man/man1/notmuch-show.1 | 2 | ||||
-rw-r--r-- | man/man1/notmuch-tag.1 | 2 | ||||
-rw-r--r-- | man/man1/notmuch.1 | 2 | ||||
-rw-r--r-- | man/man5/notmuch-hooks.5 | 2 | ||||
-rw-r--r-- | man/man7/notmuch-search-terms.7 | 2 | ||||
-rw-r--r-- | version | 2 |
17 files changed, 18 insertions, 18 deletions
@@ -1,5 +1,5 @@ -Notmuch 0.17 (UNRELEASED) -========================= +Notmuch 0.17~rc1 (2013-11-20) +============================= Command-Line Interface ---------------------- diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index 8f08f62f..84f26327 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.16' +__VERSION__ = '0.17~rc1' diff --git a/man/man1/notmuch-compact.1 b/man/man1/notmuch-compact.1 index 0c95873b..fdf387c9 100644 --- a/man/man1/notmuch-compact.1 +++ b/man/man1/notmuch-compact.1 @@ -1,4 +1,4 @@ -.TH NOTMUCH-COMPACT 1 2013-08-23 "Notmuch 0.16" +.TH NOTMUCH-COMPACT 1 2013-11-20 "Notmuch 0.17~rc1" .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 72952a12..b0f41c3a 100644 --- a/man/man1/notmuch-config.1 +++ b/man/man1/notmuch-config.1 @@ -1,4 +1,4 @@ -.TH NOTMUCH-CONFIG 1 2013-08-03 "Notmuch 0.16" +.TH NOTMUCH-CONFIG 1 2013-11-20 "Notmuch 0.17~rc1" .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 173e8841..8fc411b8 100644 --- a/man/man1/notmuch-count.1 +++ b/man/man1/notmuch-count.1 @@ -1,4 +1,4 @@ -.TH NOTMUCH-COUNT 1 2013-08-03 "Notmuch 0.16" +.TH NOTMUCH-COUNT 1 2013-11-20 "Notmuch 0.17~rc1" .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 d758fdd7..0bcf7baa 100644 --- a/man/man1/notmuch-dump.1 +++ b/man/man1/notmuch-dump.1 @@ -1,4 +1,4 @@ -.TH NOTMUCH-DUMP 1 2013-08-03 "Notmuch 0.16" +.TH NOTMUCH-DUMP 1 2013-11-20 "Notmuch 0.17~rc1" .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 06c4c5ea..227d1c84 100644 --- a/man/man1/notmuch-insert.1 +++ b/man/man1/notmuch-insert.1 @@ -1,4 +1,4 @@ -.TH NOTMUCH-INSERT 1 2013-08-03 "Notmuch 0.16" +.TH NOTMUCH-INSERT 1 2013-11-20 "Notmuch 0.17~rc1" .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 7da668eb..7372c715 100644 --- a/man/man1/notmuch-new.1 +++ b/man/man1/notmuch-new.1 @@ -1,4 +1,4 @@ -.TH NOTMUCH-NEW 1 2013-08-03 "Notmuch 0.16" +.TH NOTMUCH-NEW 1 2013-11-20 "Notmuch 0.17~rc1" .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 e5531456..50d1a8b2 100644 --- a/man/man1/notmuch-reply.1 +++ b/man/man1/notmuch-reply.1 @@ -1,4 +1,4 @@ -.TH NOTMUCH-REPLY 1 2013-08-03 "Notmuch 0.16" +.TH NOTMUCH-REPLY 1 2013-11-20 "Notmuch 0.17~rc1" .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 fa2fc674..0fe42f8c 100644 --- a/man/man1/notmuch-restore.1 +++ b/man/man1/notmuch-restore.1 @@ -1,4 +1,4 @@ -.TH NOTMUCH-RESTORE 1 2013-08-03 "Notmuch 0.16" +.TH NOTMUCH-RESTORE 1 2013-11-20 "Notmuch 0.17~rc1" .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 f69a4cd7..a2cdc4ae 100644 --- a/man/man1/notmuch-search.1 +++ b/man/man1/notmuch-search.1 @@ -1,4 +1,4 @@ -.TH NOTMUCH-SEARCH 1 2013-08-03 "Notmuch 0.16" +.TH NOTMUCH-SEARCH 1 2013-11-20 "Notmuch 0.17~rc1" .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 a6fe4c70..2edcd70f 100644 --- a/man/man1/notmuch-show.1 +++ b/man/man1/notmuch-show.1 @@ -1,4 +1,4 @@ -.TH NOTMUCH-SHOW 1 2013-08-03 "Notmuch 0.16" +.TH NOTMUCH-SHOW 1 2013-11-20 "Notmuch 0.17~rc1" .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 079f5c0a..5f33b64b 100644 --- a/man/man1/notmuch-tag.1 +++ b/man/man1/notmuch-tag.1 @@ -1,4 +1,4 @@ -.TH NOTMUCH-TAG 1 2013-08-03 "Notmuch 0.16" +.TH NOTMUCH-TAG 1 2013-11-20 "Notmuch 0.17~rc1" .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 f8477ac4..067f6a8d 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 <cworth@cworth.org> -.TH NOTMUCH 1 2013-08-03 "Notmuch 0.16" +.TH NOTMUCH 1 2013-11-20 "Notmuch 0.17~rc1" .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 5ca9fd64..9cc749e6 100644 --- a/man/man5/notmuch-hooks.5 +++ b/man/man5/notmuch-hooks.5 @@ -1,4 +1,4 @@ -.TH NOTMUCH-HOOKS 5 2013-08-03 "Notmuch 0.16" +.TH NOTMUCH-HOOKS 5 2013-11-20 "Notmuch 0.17~rc1" .SH NAME notmuch-hooks \- hooks for notmuch diff --git a/man/man7/notmuch-search-terms.7 b/man/man7/notmuch-search-terms.7 index b5eb1959..81622a84 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-08-03 "Notmuch 0.16" +.TH NOTMUCH-SEARCH-TERMS 7 2013-11-20 "Notmuch 0.17~rc1" .SH NAME notmuch-search-terms \- syntax for notmuch queries @@ -1 +1 @@ -0.16 +0.17~rc1 |