notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 5228e06e09fbc61e0db9e68216d97ea7adb34f32 (patch)
   parent fd97ef8a version: bump to 0.29~rc1
     tree cce791c5bf1565e019b38d466727910a336610bf
   author David Bremner <david@tethera.net>  2019-06-03 08:10:19 -0300
committer David Bremner <david@tethera.net>  2019-06-03 08:10:19 -0300

debian: changelog for 0.29~rc1-1

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

diff --git a/debian/changelog b/debian/changelog
index ec52549f..5f413b0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+notmuch (0.29~rc1-1) experimental; urgency=medium
+
+  * New upstream release candidate, with fix for parallel sphinx-build
+    invocation
+
+ -- David Bremner <bremner@debian.org>  Mon, 03 Jun 2019 08:09:38 -0300
+
 notmuch (0.29~rc0-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