notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit cff1e0673a7ca91d9b9907072c501a8bdcf0e3f8 (patch)
   parent 44520bb6 docs: add 2017 to copyright years
     tree 8aa68122acaa60af1a89bd678f20e194e0b924cc
   author David Bremner <david@tethera.net>  2017-01-09 06:25:01 -0400
committer David Bremner <david@tethera.net>  2017-01-09 06:25:01 -0400

NEWS,debian: set date for release

---
 NEWS             | 2 +-
 debian/changelog | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 7d634621..c023c03e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Notmuch 0.23.5 (UNRELEASED)
+Notmuch 0.23.5 (2017-01-09)
 ===========================
 
 Build system
diff --git a/debian/changelog b/debian/changelog
index 8d82049f..513ddebe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ notmuch (0.23.5-1) unstable; urgency=medium
 
   * Remove RUNPATH from /usr/bin/notmuch
 
- -- David Bremner <bremner@debian.org>  Sun, 08 Jan 2017 08:31:03 -0400
+ -- David Bremner <bremner@debian.org>  Mon, 09 Jan 2017 06:24:39 -0400
 
 notmuch (0.23.4-1) unstable; urgency=medium
 


glossary
--------
Commit objects reference one tree, and zero or more parents.

Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.

Multiple parents means the commit is a merge.

Root commits have no ancestor.  Note that it is
possible to have multiple root commits when merging independent histories.

Every commit references one top-level tree object.

git clone https://yhetil.org/notmuch.git