From dbf0e460a8cb2e19867e0e348ec8ae66bad4f507 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 27 Jun 2020 12:22:36 +0300 Subject: [PATCH] bump version to 1.5.4 --- NEWS.org | 18 +++++++++++------- configure.ac | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/NEWS.org b/NEWS.org index ea566aed..6910de54 100644 --- a/NEWS.org +++ b/NEWS.org @@ -5,18 +5,24 @@ *** mu - - Where available (and with suitable glib), log to the systemd journal - instead of a ~~/.cache/mu.log~ + - Where available (and with suitable ~libglib~), log to the systemd journal + instead of a ~~/.cache/mu.log~. The ~--debug~ option to ~mu~ increases the + amount that is logged. - - Follow symlinks in maildirs, and support moving messsages between across - multiple filesystems (but note that that is quite a bit slower than the + - Follow symlinks in maildirs, and support moving messsages across + filesystems (but note that that is quite a bit slower than the single-filesystem case) - - Optionally provide readline support for the mu server (when in tty-mode) + - Optionally provide readline support for the ~mu~ server (when in tty-mode) - Reworked the way mu generates s-expressions for mu4e; they are created programmatically now instead of through string building. + - The indexer (the part of mu that scans maildirs and updates the message + store) has been rewritten so it can work asynchronously and take advantage + of multiple cores. Note that for now, indexing in ~mu4e~ is still a blocking + operation. + *** mu4e - Include maildir-shortcuts in the main-view with overall/unread counts, @@ -36,8 +42,6 @@ - Add a variable ~mu4e-mu-debug~ which, when set to non-~nil~ makes the ~mu~ server log more verbosely (to ~mu.log~ or the journal) - - * 1.4 (released, as of April 18 2020) *** mu diff --git a/configure.ac b/configure.ac index 6c2aa17f..294683de 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ ## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. AC_PREREQ([2.68]) -AC_INIT([mu],[1.5.3],[https://github.com/djcb/mu/issues],[mu]) +AC_INIT([mu],[1.5.4],[https://github.com/djcb/mu/issues],[mu]) AC_COPYRIGHT([Copyright (C) 2008-2020 Dirk-Jan C. Binnema]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([mu/mu.cc])