From 97d7f1914ab42e69a4124014cc41f9247c7df4bd Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Fri, 30 Dec 2022 15:33:36 +0200 Subject: [PATCH] build: bump version to 1.9.10; update NEWS.org --- NEWS.org | 10 ++++++++++ meson.build | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 3dc5992f..e7d67735 100644 --- a/NEWS.org +++ b/NEWS.org @@ -8,6 +8,12 @@ - a new command-line parser, which allows (hopefully!) for a better user interaction; better error checking and more + - Invalid e-mail addresses are no longer added to the contacts-cache. + + - The ~cfind~ command gained ~--format=json~, which makes it easy to further + process contact information, e.g. using ~jq~. See the manpage for more + details. + - The ~script~ command is gone, and integrated with ~mu~ directly, i.e. the scripts (when enabled) are directly visible in the ~mu~ output. Also see the Guile section. @@ -105,9 +111,13 @@ As usual, there have been a number of internal updates in the ~mu~ codebase: - reworked the internal s-expression parser + - new command-line argument parser (based on CLI11) + - message-move flag propagation moved from the mu4e-server to mu-store + - more =mu4e~= internals have been renamed/reworked in to ~mu4e--~. + * 1.8 (released on June 25, 2022) (there are some changes in the installation procedure compared to 1.6.x; see diff --git a/meson.build b/meson.build index 834a18c7..65589dab 100644 --- a/meson.build +++ b/meson.build @@ -18,7 +18,7 @@ # project setup # project('mu', ['c', 'cpp'], - version: '1.9.9', + version: '1.9.10', meson_version: '>= 0.56.0', license: 'GPL-3.0-or-later', default_options : [