bump version to 1.5.4

This commit is contained in:
Dirk-Jan C. Binnema 2020-06-27 12:22:36 +03:00
parent c8eff488ba
commit dbf0e460a8
2 changed files with 12 additions and 8 deletions

View File

@ -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

View File

@ -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])