notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit dd4c9b4cb607cf3cfc03f871de0b77cb88230f8a (patch)
   parent 5946aba5 Revert "ruby: Add workarounds to use in-tree build not the installed one"
     tree 5106a58aef1185ac1d8e312e14c4a1f3c98e5e83
   author David Bremner <bremner@debian.org>  2012-05-28 20:40:45 -0300
committer David Bremner <bremner@debian.org>  2012-05-28 20:43:09 -0300

NEWS: add item about ruby bindings.

Corrections or clarifications welcome.
---
 NEWS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/NEWS b/NEWS
index d5bc34ec..01067226 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,11 @@ databases
   and simply return a `NULL` object if the directory does not exist,
   as documented.
 
+Fix compilation of ruby bindings.
+
+  Revert to dynamic linking, since the statically linked bindings did
+  not work well.
+
 Notmuch 0.13 (2012-05-15)
 =========================
 


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