notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 6cd6561aabcd24d033b592aa4503aaa3c06d241c (patch)
   parent 22cfd6db NEWS: bump date to today
     tree c6d8da2323843a3418800c589bf8bafb9a0d2f38
   author David Bremner <david@tethera.net>  2016-10-03 22:47:21 -0300
committer David Bremner <david@tethera.net>  2016-10-03 22:47:21 -0300

debian: changelog stanza for 0.23-1

---
 debian/changelog | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 741bdd36..ed181eca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+notmuch (0.23-1) experimental; urgency=medium
+
+  * New upstream release
+  * Bump minor version of libnotmuch4 because of new symbols.
+  * Several new features, see /usr/share/doc/notmuch/NEWS.gz
+
+ -- David Bremner <bremner@debian.org>  Mon, 03 Oct 2016 22:46:26 -0300
+
 notmuch (0.23~rc1-1) experimental; urgency=medium
 
   * New upstream release candidate


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