]> git.notmuchmail.org Git - notmuch/commitdiff
NEWS: Note build fix for OpenSolaris (at least).
authorCarl Worth <cworth@cworth.org>
Tue, 27 Apr 2010 17:41:57 +0000 (10:41 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 27 Apr 2010 17:41:57 +0000 (10:41 -0700)
This hit the list just as I sent out my "final call for 0.3.1 testing"
and is just the kind of thing that's nice to get into a maintenance
release.

NEWS

diff --git a/NEWS b/NEWS
index d4a09647ab7f255c842605ab796cc6425ab4c893..fc58d935f460119e7f8bc79af1e4d8557ffabdb1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,13 @@ Automatically tag messages as "replied" when sending a reply
   automatically remove that tag when replying. See "Notmuch Message
   Mark Replied" in the notmuch customize interface.
 
   automatically remove that tag when replying. See "Notmuch Message
   Mark Replied" in the notmuch customize interface.
 
+Build fix
+---------
+Fix build on OpenSolaris (at least) due to missing 'extern "C"' block.
+
+  Without this, the C++ sources could not find strcasestr and the
+  final linking of notmuch would fail.
+
 Notmuch 0.3 (2010-04-27)
 ========================
 New command-line features
 Notmuch 0.3 (2010-04-27)
 ========================
 New command-line features