From 3212a79846a01d33c2c62187bf7b7e2d59801b33 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Tue, 31 Jan 2023 23:18:17 +0200 Subject: [PATCH] build: bump version to 1.9.19, update NEWS.org --- NEWS.org | 5 +++++ meson.build | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS.org b/NEWS.org index e458b2c4..bd2ebf2b 100644 --- a/NEWS.org +++ b/NEWS.org @@ -25,6 +25,11 @@ - Standardize on PCRE-flavored regular expressions throughout *mu*. + - Experimental: as bit of a hack, html message bodies are processed as if + they were plain text, similar how "old mu" would do it (1.6.x and earlier). + A nicer solution would be to convert to text, but this something for the + future. + - the MSYS2 (Windows) builds is _experimental_ now; some things may not work; see e.g. https://github.com/djcb/mu/issues?q=is%3Aissue+label%3Amsys, but we welcome efforts to fix those things. diff --git a/meson.build b/meson.build index f88e9bdc..5d608fed 100644 --- a/meson.build +++ b/meson.build @@ -16,9 +16,8 @@ ################################################################################ # project setup -# project('mu', ['c', 'cpp'], - version: '1.9.18', + version: '1.9.19', meson_version: '>= 0.56.0', license: 'GPL-3.0-or-later', default_options : [