summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2011-07-29 11:30:15 -0700
committerJameson Graef Rollins <jrollins@finestructure.net>2011-07-29 11:30:15 -0700
commit6e920ada3c53b328470efe275a0446956c86a8e2 (patch)
tree7e5b623fc424129592148201fe809441a4359879
parent76c75458f2f1eed8464eeca4792151b76fb9f600 (diff)
add news entry for 0.3.1 release
-rw-r--r--news/release-0.3.1.mdwn30
1 files changed, 30 insertions, 0 deletions
diff --git a/news/release-0.3.1.mdwn b/news/release-0.3.1.mdwn
new file mode 100644
index 0000000..ad222b3
--- /dev/null
+++ b/news/release-0.3.1.mdwn
@@ -0,0 +1,30 @@
+Notmuch 0.3.1 (2010-04-27)
+==========================
+General bug fixes
+-----------------
+Fix an infinite loop in "notmuch reply"
+
+ This bug could be triggered by replying to a message where the
+ user's primary email address did not appear in the To: header and
+ the user had not configured any secondary email addresses. The bug
+ was a simple re-use of the same iterator variable in nested loops.
+
+Fix a potential SEGV in "notmuch search"
+
+ This bug could be triggered by an author name ending in a ','.
+ Admittedly - that's almost certainly a spam email, but we never
+ want notmuch to crash.
+
+Emacs bug fixes
+---------------
+Fix calculations for line wrapping in the primary "notmuch" view.
+
+Fix Fcc support to prompt to create a directory if the specified Fcc
+directory does not exist.
+
+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.