* prepare for 0.9.6

This commit is contained in:
Dirk-Jan C. Binnema 2011-05-28 12:29:53 +03:00
parent 39ad685e1d
commit 61f462c4ad
5 changed files with 16 additions and 5 deletions

4
NEWS
View File

@ -1,6 +1,6 @@
* NEWS (user visible changes)
** Release 0.9.6 < not yet >
** Release 0.9.6 <2011-05-28 Sat>
- FreeBSD build fix
- fix matching for mu cfind to be as expected
@ -16,7 +16,7 @@
- support colorized output for some sub-commands (view, cfind and
extract). Disabled by default, use --color to enable, or set env
MU_COLORS to non-empty
- update documentation, add more examples
- update documentation, added more examples
** Release 0.9.5 <2011-04-25 Mon>

2
TODO
View File

@ -14,6 +14,8 @@
* Releases already done
** release 0.9.6 [100%]
** release 0.9.5 [100%]

View File

@ -147,7 +147,7 @@ AC_SUBST(XAPIAN_LIBS)
# note that MU_XAPIAN_DB_VERSION does not necessarily follow MU
# versioning, as we hopefully don't have updates for each version;
# also, this has nothing to do with Xapian's software version
AC_DEFINE(MU_XAPIAN_DB_VERSION,["9.5"], ['Schema' version of the database])
AC_DEFINE(MU_XAPIAN_DB_VERSION,["9.6"], ['Schema' version of the database])
AC_ARG_WITH([gui],
[AS_HELP_STRING([--with-gui=gtk2|gtk3|none])],

View File

@ -343,7 +343,7 @@ mu_str_size_parse_kmg (const char* str)
case 'b': return num; /* bytes */
case 'k': return num * 1000; /* kilobyte */
case 'm': return num * 1000 * 1000; /* megabyte */
/* case 'g': return num * 1000 * 1000 * 1000; /\* gigabyte *\/ */
/* case 'g': return num * 1000 * 1000 * 1000; /\* gigabyte *\/ */
default:
return G_MAXUINT64;
}

View File

@ -19,7 +19,16 @@
** News
- 2011-04-25 *mu-0.9.5* a small, but important, bugfix in maildir-detection,
- 2011-05-28: *mu-0.9.6* (bèta). A lot of internal changes, but also quite
some new features, for example:
- wild-card searching for most fields: =mu find 'car*'=
- search for message with certain attachments with 'attach:/a:': =mu find
'attach:resume*'=
- color for =mu find=, =mu cfind=, =mu extract= and =mu view=
Everything is documented in the man-pages, and there are examples in the [[file:mu-cheatsheet.org][mu
cheatsheet]].
- 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