notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit a66067042ca439800a423dc4764a8b8ae37a719f (patch)
   parent cda6e4d1 version: update to 0.30~rc2
     tree 9683825b23ec07ea5deaa01c7fa10f821470f928
   author David Bremner <david@tethera.net>  2020-06-16 08:32:51 -0300
committer David Bremner <david@tethera.net>  2020-06-16 08:32:51 -0300

debian: changelog stanza for 0.30~rc2-1

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

diff --git a/debian/changelog b/debian/changelog
index 704b54f6..d3842a65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+notmuch (0.30~rc2-1) experimental; urgency=medium
+
+  * New upstream release candidate.
+  * Upstream fixes for new python bindings (python3-notmuch2).
+  * update debian/copyright (one new author).
+
+ -- David Bremner <bremner@debian.org>  Tue, 16 Jun 2020 08:32:16 -0300
+
 notmuch (0.30~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