* update NEWS, www for 0.7 release

This commit is contained in:
Dirk-Jan C. Binnema 2010-02-27 13:31:09 +02:00
parent f537016280
commit 2ec9940c71
2 changed files with 9 additions and 3 deletions

4
NEWS
View File

@ -1,6 +1,6 @@
* NEWS (user visible changes) * NEWS (user visible changes)
** Release 0.7 ** Release 0.7 <2010-02-27 Sat>
- Database format changed - Database format changed
- Automatic database scheme version check, notifies users when an upgrade - Automatic database scheme version check, notifies users when an upgrade
is needed is needed
@ -12,7 +12,7 @@
- Search for a certain Maildir using the maildir:,m: search prefixes. For - Search for a certain Maildir using the maildir:,m: search prefixes. For
example, you can find all messages located in ~/Maildir/foo/bar/cur/msg example, you can find all messages located in ~/Maildir/foo/bar/cur/msg
~/Maildir/foo/bar/new/msg and with ~/Maildir/foo/bar/new/msg and with
m:foo/bar m:/foo/bar
this replace the search for path/p in 0.6 this replace the search for path/p in 0.6
- Fixes for reported issues () - Fixes for reported issues ()
- A test suite with a growing number of unit tests - A test suite with a growing number of unit tests

View File

@ -115,6 +115,12 @@ href="http://www.qmail.org/qmail-manual-html/man5/maildir.html" >maildirs</a>
<h2><a name="news" >news</a></h2> <h2><a name="news" >news</a></h2>
<ul> <ul>
<li>[2010-02-27] <strong>mu version 0.7</strong> released. Compared to the
beta version, there are few changes. The maildir-matching syntax now
contains a starting <tt>/</tt>, so <tt>~/Maildir/foo/bar/(cur|new)/msg</tt>
can be matched with <tt>m:/foo/bar</tt>. The top-level maildir can be
matched with <tt>m:/</tt>. Apart from that, there are so small cosmetic
fixes and documentation updates.
<li>[2010-02-11] <strong>mu version 0.7-beta</strong> released. A lot of changes: <li>[2010-02-11] <strong>mu version 0.7-beta</strong> released. A lot of changes:
<ul> <ul>
<li>Automatic database scheme version check, notifies users when an upgrade <li>Automatic database scheme version check, notifies users when an upgrade
@ -127,7 +133,7 @@ href="http://www.qmail.org/qmail-manual-html/man5/maildir.html" >maildirs</a>
<li>Search for a certain Maildir using the <li>Search for a certain Maildir using the
<tt>maildir:</tt>,<tt>m:</tt> search prefixes. For <tt>maildir:</tt>,<tt>m:</tt> search prefixes. For
example, you can find all messages located in <tt>~/Maildir/foo/bar/(cur|new)/msg</tt> example, you can find all messages located in <tt>~/Maildir/foo/bar/(cur|new)/msg</tt>
with <tt>m:foo/bar</tt>. This replace the search for path/p in 0.6</li> with <tt>m:foo/bar</tt>. This replaces the search for path/p in 0.6</li>
<li>Fixes for reported issues #17 and #18</li> <li>Fixes for reported issues #17 and #18</li>
<li>A test suite with a growing number of unit tests</li> <li>A test suite with a growing number of unit tests</li>
<li>Updated documentation</li> <li>Updated documentation</li>