build: bump version to 1.9.19, update NEWS.org

This commit is contained in:
Dirk-Jan C. Binnema 2023-01-31 23:18:17 +02:00
parent 2255769de7
commit 3212a79846
2 changed files with 6 additions and 2 deletions

View File

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

View File

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