From 01f6c2fd4746afb68628d6c8c3089d4c6b76c0df Mon Sep 17 00:00:00 2001 From: djcb Date: Mon, 13 Feb 2012 22:37:40 +0200 Subject: [PATCH] * bump version to 0.9.8.1 --- NEWS | 8 ++++++-- configure.ac | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index df7cdd5a..e9c90b96 100644 --- a/NEWS +++ b/NEWS @@ -1,16 +1,20 @@ * NEWS (user visible changes) ** Release 0.9.8.1 (not yet released) - + +*** mu + - show only leaf/rfc822 MIME-parts + *** mu4e - allow for shell commands with arguments in `mu4e-get-mail-command'. - support marking messages as 'read' and 'unread' - show the current query in the the mode-line (`global-mode-string'). - don't repeat 'Re:' / 'Fwd:' - colorize cited message parts + - better handling of text-based, embedded message attachments - some other minor things - documentation improvements - + ** Release 0.9.8 <2012-01-31> - '--descending' has been renamed into '--reverse' diff --git a/configure.ac b/configure.ac index 34b8ccee..21a9ea74 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.8],[http://code.google.com/p/mu0/issues/list],[mu]) +AC_INIT([mu],[0.9.8.1],[http://code.google.com/p/mu0/issues/list],[mu]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([src/mu.cc]) # libtoolize wants to put some stuff in here; if you have an old