summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2011-04-25 18:58:04 +0300
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2011-04-25 18:58:04 +0300
commit674c6d0a8f89adb69ee978578ae10f23db01dcf1 (patch)
tree2f98f561d4500f691813aec5f843d72c8d826387
parent8f9bd404cfdfc0ebfcc7c7021b736ad47537319c (diff)
* update mu for v. 0.9.5v0.9.5
-rw-r--r--NEWS5
-rw-r--r--TODO7
-rw-r--r--configure.ac2
-rw-r--r--www/index.org7
4 files changed, 16 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index d1825a3..3e5716a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
* NEWS (user visible changes)
+** Release 0.9.5 <2011-04-25 Mon>
+
+ - bug fix for infinite loop in Maildir detection
+ - minor fixes in tests, small optimizations
+
** Release 0.9.4 <2011-04-12 Tue>
- add the 'cfind' command, to search/export contact information
diff --git a/TODO b/TODO
index 982d68b..57709ca 100644
--- a/TODO
+++ b/TODO
@@ -12,6 +12,11 @@
- [ ] better 'usage' info
+* Releases already done
+
+** release 0.9.5 [100%]
+
+
** release 0.9.4 [100%]
- [X] add 'mu cfind' to find contacts
@@ -20,8 +25,6 @@
- [X] internal updates
-* Releases already done
-
** release 0.9.3 [100%]
- [X] minor bug fixes since 0.9.2
diff --git a/configure.ac b/configure.ac
index 29dedc1..2e9aff0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@
## along with this program; if not, write to the Free Software Foundation,
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-AC_INIT([mu],[0.9.4],[http://code.google.com/p/mu0/issues/list])
+AC_INIT([mu],[0.9.5],[http://code.google.com/p/mu0/issues/list])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([src/mu.cc])
AM_INIT_AUTOMAKE([dist-bzip2])
diff --git a/www/index.org b/www/index.org
index 0dcee19..9f88aba 100644
--- a/www/index.org
+++ b/www/index.org
@@ -4,7 +4,7 @@
* Welcome to mu!
- Given the /enormous/ amounts of e-mail many people gather, and the importance
+ Given the /enormous/ amounts of e-mail many people gather and the importance
of e-mail message in our work-flows, it's essential to quickly deal with all
that mail - in particular, to instantly find that one important e-mail you
need right now.
@@ -19,6 +19,9 @@
** News
+ - 2011-04-25 *mu-0.9.5* a small, but important, bugfix in maildir-detection,
+ some small optimizations.
+
- 2011-04-12: *mu 0.9.4* released - adds the =cfind= command, to find
contacts (name + e-mail); add =flag:unread= which is a synonym for
=flag:new OR NOT flag:seen=. Updates to the documentation and some internal
@@ -38,7 +41,7 @@
- fast indexing for Maildir, Maildir+ and Maildir-on-VFAT
- search for messages based on the sender, receiver, message subject, size,
priority, words in the message body, attachments, date range, flags
- (signed, encrypted, new, replied, ...), message-id, maildir
+ (signed, encrypted, new, replied, unread, ...), message-id, maildir
- known to work on Linux (Ubuntu/Fedora/Debian/GenToo), FreeBSD, MacOS,
Solaris, ...
- fully documented (man pages)