]> git.notmuchmail.org Git - notmuch/commitdiff
version: bump to 0.17~rc4
authorDavid Bremner <david@tethera.net>
Sat, 28 Dec 2013 22:40:05 +0000 (18:40 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 28 Dec 2013 22:40:05 +0000 (18:40 -0400)
Unfortunately release-checks.sh will whine a bit because it has not
caught up with the renaming of the version macros.

18 files changed:
NEWS
bindings/python/notmuch/version.py
debian/changelog
man/man1/notmuch-compact.1
man/man1/notmuch-config.1
man/man1/notmuch-count.1
man/man1/notmuch-dump.1
man/man1/notmuch-insert.1
man/man1/notmuch-new.1
man/man1/notmuch-reply.1
man/man1/notmuch-restore.1
man/man1/notmuch-search.1
man/man1/notmuch-show.1
man/man1/notmuch-tag.1
man/man1/notmuch.1
man/man5/notmuch-hooks.5
man/man7/notmuch-search-terms.7
version

diff --git a/NEWS b/NEWS
index 12506cfa2316e567de2a92c81692fe2c31666d8f..f4d2abe9e28a1b194d65c7650f817e62ad079245 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Notmuch 0.17~rc3 (2013-12-07)
+Notmuch 0.17~rc4 (2013-12-28)
 =============================
 
 Incompatible change in SHA1 computation
index 413f87b8d697a1b3c4ed17cc1ac305d83f0463ca..27124f4f38aa6753048b1caca04d13e8f9246712 100644 (file)
@@ -1,2 +1,2 @@
 # this file should be kept in sync with ../../../version
-__VERSION__ = '0.17~rc3'
+__VERSION__ = '0.17~rc4'
index 8aecbbfa917ae657f686cb3e142fc3b4d2805819..9cbfdcafdbb9a2983ae115e963c98b9fb14b6eb6 100644 (file)
@@ -1,3 +1,9 @@
+notmuch (0.17~rc4-1) experimental; urgency=low
+
+  * New upstream release candidate
+
+ -- David Bremner <bremner@debian.org>  Sat, 28 Dec 2013 18:30:06 -0400
+
 notmuch (0.17~rc3-1) experimental; urgency=low
 
   * New upstream release candidate
index 09f40cd3f5721bfcfb5fb7f89c872a5c5f6a9265..5ab9b513ebda10732fccd8fecc44e49260bf6388 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-COMPACT 1 2013-12-07 "Notmuch 0.17~rc3"
+.TH NOTMUCH-COMPACT 1 2013-12-28 "Notmuch 0.17~rc4"
 .SH NAME
 notmuch-compact \- compact the notmuch database
 .SH SYNOPSIS
index 5b51ce572e1d8708417874f4ee4270bc353d0ecb..b90987ebf5c0d0f6be86e428f47c0de08db96307 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-CONFIG 1 2013-12-07 "Notmuch 0.17~rc3"
+.TH NOTMUCH-CONFIG 1 2013-12-28 "Notmuch 0.17~rc4"
 .SH NAME
 notmuch-config \- access notmuch configuration file
 .SH SYNOPSIS
index c4bca151485f5f728410e49b9da5b681140a49f4..9e2e2c11c33fce572e2aad4c8e084b1a5912db60 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-COUNT 1 2013-12-07 "Notmuch 0.17~rc3"
+.TH NOTMUCH-COUNT 1 2013-12-28 "Notmuch 0.17~rc4"
 .SH NAME
 notmuch-count \- count messages matching the given search terms
 .SH SYNOPSIS
index cb5d92eae8b7f08f3e44a95db2a50d1638e8f07c..e1f69836b4282700396d5fc15de3b09706aa5b2b 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-DUMP 1 2013-12-07 "Notmuch 0.17~rc3"
+.TH NOTMUCH-DUMP 1 2013-12-28 "Notmuch 0.17~rc4"
 .SH NAME
 notmuch-dump \- creates a plain-text dump of the tags of each message
 
index 07c828343524e9aed639bda3b541c6b717fc80af..bbf5793cded6eb90e7a93259e9cf3f9ce7d09924 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-INSERT 1 2013-12-07 "Notmuch 0.17~rc3"
+.TH NOTMUCH-INSERT 1 2013-12-28 "Notmuch 0.17~rc4"
 .SH NAME
 notmuch-insert \- add a message to the maildir and notmuch database
 .SH SYNOPSIS
index de6cf873ebe75417d720b3e6edc55fb21dc6af1c..ef6d88ce9edfd37e5971ffdda9ee3e4ee02b5214 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-NEW 1 2013-12-07 "Notmuch 0.17~rc3"
+.TH NOTMUCH-NEW 1 2013-12-28 "Notmuch 0.17~rc4"
 .SH NAME
 notmuch-new \- incorporate new mail into the notmuch database
 .SH SYNOPSIS
index dd8c5ec82a71bdda4fca281e3341650eae52fe6c..4742aad0f0ce331ffc2338bcadf71f0f4ec60d18 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-REPLY 1 2013-12-07 "Notmuch 0.17~rc3"
+.TH NOTMUCH-REPLY 1 2013-12-28 "Notmuch 0.17~rc4"
 .SH NAME
 notmuch-reply \- constructs a reply template for a set of messages
 
index 06ed39d884db0b8d282d0614f969e5febe522a7a..649000d09e98462a4d6739ea56451f6b64635a89 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-RESTORE 1 2013-12-07 "Notmuch 0.17~rc3"
+.TH NOTMUCH-RESTORE 1 2013-12-28 "Notmuch 0.17~rc4"
 .SH NAME
 notmuch-restore \- restores the tags from the given file (see notmuch dump)
 
index b679f37785eb218a816fdbd263e42dce6a39da30..be4272482cbb2e27e9e6964bf66e16932bac79e5 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-SEARCH 1 2013-12-07 "Notmuch 0.17~rc3"
+.TH NOTMUCH-SEARCH 1 2013-12-28 "Notmuch 0.17~rc4"
 .SH NAME
 notmuch-search \- search for messages matching the given search terms
 .SH SYNOPSIS
index 9d24b1717e1e8762cdf74f2daaef698839e6b7fd..68e5e8a97457d0a0a13b28b31338370adb0d0513 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-SHOW 1 2013-12-07 "Notmuch 0.17~rc3"
+.TH NOTMUCH-SHOW 1 2013-12-28 "Notmuch 0.17~rc4"
 .SH NAME
 notmuch-show \- show messages matching the given search terms
 .SH SYNOPSIS
index 2d13f5520e48b637375276ca029ba0cde565d6c7..1a611520f2bb238b40c07b5736320ca7a0c83ad1 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-TAG 1 2013-12-07 "Notmuch 0.17~rc3"
+.TH NOTMUCH-TAG 1 2013-12-28 "Notmuch 0.17~rc4"
 .SH NAME
 notmuch-tag \- add/remove tags for all messages matching the search terms
 
index f302d928c530cab1d8821a481bd365c85d48c067..87662cf21c4f1844b111887cc476aad7e0d9b2e4 100644 (file)
@@ -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-12-07 "Notmuch 0.17~rc3"
+.TH NOTMUCH 1 2013-12-28 "Notmuch 0.17~rc4"
 .SH NAME
 notmuch \- thread-based email index, search, and tagging
 .SH SYNOPSIS
index 90f7c23964d0af53c365916bbe2d71155b1713b5..9fec30fbee5aa5bd5eb37ae40d6e6d3edf811a72 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-HOOKS 5 2013-12-07 "Notmuch 0.17~rc3"
+.TH NOTMUCH-HOOKS 5 2013-12-28 "Notmuch 0.17~rc4"
 
 .SH NAME
 notmuch-hooks \- hooks for notmuch
index f1627b3488f85bbc09b9ccdd0a76c5fb733ca316..0f8b18608355bcefb64853bc8c99e5c735be67d8 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-SEARCH-TERMS 7 2013-12-07 "Notmuch 0.17~rc3"
+.TH NOTMUCH-SEARCH-TERMS 7 2013-12-28 "Notmuch 0.17~rc4"
 
 .SH NAME
 notmuch-search-terms \- syntax for notmuch queries
diff --git a/version b/version
index 14113d4db3e10c86d917dc9166cab3bda8118d10..fb5096cf76b7ca6cac4e27b9f1fb16f85983752f 100644 (file)
--- a/version
+++ b/version
@@ -1 +1 @@
-0.17~rc3
+0.17~rc4