notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 20842dfb6d64f4469c554525ab4c27c6571fbdfe (patch)
   parent 6600f8b3 NEWS: news for 0.29.1
     tree 85245943c534553c611dd3d75b864923ef8a0bce
   author David Bremner <david@tethera.net>  2019-06-11 20:16:48 -0300
committer David Bremner <david@tethera.net>  2019-06-11 20:16:48 -0300

debian: changelog for 0.29.1-1

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

diff --git a/debian/changelog b/debian/changelog
index 2a24b025..d34d5259 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+notmuch (0.29.1-1) experimental; urgency=medium
+
+  * New upstream bug fix release
+    - fix for building and installing without emacs, does not occur
+      in Debian builds.
+
+ -- David Bremner <bremner@debian.org>  Tue, 11 Jun 2019 20:16:03 -0300
+
 notmuch (0.29-2) experimental; urgency=medium
 
   * New upstream feature release. See /usr/share/doc/notmuch/NEWS.gz for


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