summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2011-07-29 11:29:19 -0700
committerJameson Graef Rollins <jrollins@finestructure.net>2011-07-29 11:29:19 -0700
commitf2f95b7bd9109d8e68e4c1b28dc14b92acfab80f (patch)
tree1ee28ddd7b1824e79dabe64a4a2032b998d74c29
parentd4c06a6593aa0ea5e78523f2490b730ca47bbb29 (diff)
add news entry for 0.1 release
-rw-r--r--news/release-0.1.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/news/release-0.1.mdwn b/news/release-0.1.mdwn
new file mode 100644
index 0000000..f29ac27
--- /dev/null
+++ b/news/release-0.1.mdwn
@@ -0,0 +1,13 @@
+Notmuch 0.1 (2010-04-05)
+========================
+This is the first release of the notmuch mail system.
+
+It includes the libnotmuch library, the notmuch command-line
+interface, and an emacs-based interface to notmuch.
+
+Note: Notmuch will work best with Xapian 1.0.18 (or later) or Xapian
+1.1.4 (or later). Previous versions of Xapian (whether 1.0 or 1.1) had
+a performance bug that made notmuch very slow when modifying
+tags. This would cause distracting pauses when reading mail while
+notmuch would wait for Xapian when removing the "inbox" and "unread"
+tags from messages in a thread.