From: David Bremner <bremner@debian.org>
Date: Sat, 3 Aug 2013 11:29:40 +0000 (-0300)
Subject: release: synchronize dates
X-Git-Tag: 0.16^0
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=48f2b3f1bc279f61b78d2cb4b19e8b05e607b125;p=obsolete%2Fnotmuch-old

release: synchronize dates

man pages, NEWS, and debian changelog all hardcode date.  Make them
hardcode the same date.
---

diff --git a/NEWS b/NEWS
index b1811486..722a35dc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Notmuch 0.16 (2013-07-30)
+Notmuch 0.16 (2013-08-03)
 =========================
 
 Command-Line Interface
diff --git a/debian/changelog b/debian/changelog
index 659879c3..ce8efa3e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,7 +8,7 @@ notmuch (0.16-1) unstable; urgency=low
   * Include alot to the list of recommended interfaces, thanks to
     Simon Chopin (Closes: #709832).
 
- -- David Bremner <bremner@debian.org>  Sun, 28 Jul 2013 10:58:46 -0300
+ -- David Bremner <bremner@debian.org>  Sat, 03 Aug 2013 08:28:39 -0300
 
 notmuch (0.15.2-2) unstable; urgency=low
 
diff --git a/man/man1/notmuch-config.1 b/man/man1/notmuch-config.1
index 8b1624bc..72952a12 100644
--- a/man/man1/notmuch-config.1
+++ b/man/man1/notmuch-config.1
@@ -1,4 +1,4 @@
-.TH NOTMUCH-CONFIG 1 2013-07-28 "Notmuch 0.16"
+.TH NOTMUCH-CONFIG 1 2013-08-03 "Notmuch 0.16"
 .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 c759712d..baed25fb 100644
--- a/man/man1/notmuch-count.1
+++ b/man/man1/notmuch-count.1
@@ -1,4 +1,4 @@
-.TH NOTMUCH-COUNT 1 2013-07-28 "Notmuch 0.16"
+.TH NOTMUCH-COUNT 1 2013-08-03 "Notmuch 0.16"
 .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 7badf5a7..d758fdd7 100644
--- a/man/man1/notmuch-dump.1
+++ b/man/man1/notmuch-dump.1
@@ -1,4 +1,4 @@
-.TH NOTMUCH-DUMP 1 2013-07-28 "Notmuch 0.16"
+.TH NOTMUCH-DUMP 1 2013-08-03 "Notmuch 0.16"
 .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 87ae11c9..06c4c5ea 100644
--- a/man/man1/notmuch-insert.1
+++ b/man/man1/notmuch-insert.1
@@ -1,4 +1,4 @@
-.TH NOTMUCH-INSERT 1 2013-07-28 "Notmuch 0.16"
+.TH NOTMUCH-INSERT 1 2013-08-03 "Notmuch 0.16"
 .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 708edd73..7da668eb 100644
--- a/man/man1/notmuch-new.1
+++ b/man/man1/notmuch-new.1
@@ -1,4 +1,4 @@
-.TH NOTMUCH-NEW 1 2013-07-28 "Notmuch 0.16"
+.TH NOTMUCH-NEW 1 2013-08-03 "Notmuch 0.16"
 .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 58e6a746..ac76b07f 100644
--- a/man/man1/notmuch-reply.1
+++ b/man/man1/notmuch-reply.1
@@ -1,4 +1,4 @@
-.TH NOTMUCH-REPLY 1 2013-07-28 "Notmuch 0.16"
+.TH NOTMUCH-REPLY 1 2013-08-03 "Notmuch 0.16"
 .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 7b3abc72..fa2fc674 100644
--- a/man/man1/notmuch-restore.1
+++ b/man/man1/notmuch-restore.1
@@ -1,4 +1,4 @@
-.TH NOTMUCH-RESTORE 1 2013-07-28 "Notmuch 0.16"
+.TH NOTMUCH-RESTORE 1 2013-08-03 "Notmuch 0.16"
 .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 07f6051c..2d6ecafc 100644
--- a/man/man1/notmuch-search.1
+++ b/man/man1/notmuch-search.1
@@ -1,4 +1,4 @@
-.TH NOTMUCH-SEARCH 1 2013-07-28 "Notmuch 0.16"
+.TH NOTMUCH-SEARCH 1 2013-08-03 "Notmuch 0.16"
 .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 e5592815..7bb67ffc 100644
--- a/man/man1/notmuch-show.1
+++ b/man/man1/notmuch-show.1
@@ -1,4 +1,4 @@
-.TH NOTMUCH-SHOW 1 2013-07-28 "Notmuch 0.16"
+.TH NOTMUCH-SHOW 1 2013-08-03 "Notmuch 0.16"
 .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 c8685ea4..079f5c0a 100644
--- a/man/man1/notmuch-tag.1
+++ b/man/man1/notmuch-tag.1
@@ -1,4 +1,4 @@
-.TH NOTMUCH-TAG 1 2013-07-28 "Notmuch 0.16"
+.TH NOTMUCH-TAG 1 2013-08-03 "Notmuch 0.16"
 .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 fe4965c3..f8477ac4 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-07-28 "Notmuch 0.16"
+.TH NOTMUCH 1 2013-08-03 "Notmuch 0.16"
 .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 27dc1efe..5ca9fd64 100644
--- a/man/man5/notmuch-hooks.5
+++ b/man/man5/notmuch-hooks.5
@@ -1,4 +1,4 @@
-.TH NOTMUCH-HOOKS 5 2013-07-28 "Notmuch 0.16"
+.TH NOTMUCH-HOOKS 5 2013-08-03 "Notmuch 0.16"
 
 .SH NAME
 notmuch-hooks \- hooks for notmuch
diff --git a/man/man7/notmuch-search-terms.7 b/man/man7/notmuch-search-terms.7
index f3c168be..314efa89 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-07-28 "Notmuch 0.16"
+.TH NOTMUCH-SEARCH-TERMS 7 2013-08-03 "Notmuch 0.16"
 
 .SH NAME
 notmuch-search-terms \- syntax for notmuch queries