aboutsummaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-04-27 10:41:57 -0700
committerGravatar Carl Worth <cworth@cworth.org>2010-04-27 10:41:57 -0700
commit9d365fb5ad570a90d53f8ad70cb29c2defbc7018 (patch)
tree088dacea343c5da53d6348f45f1c7d9e056f979e /NEWS
parentaab54b4ce752b16725399d1543602ef3f7736c91 (diff)
NEWS: Note build fix for OpenSolaris (at least).
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d4a09647..fc58d935 100644
--- 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.
+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