build: bump version to 1.9.4

And update NEWS.org
This commit is contained in:
Dirk-Jan C. Binnema 2022-12-08 19:37:52 +02:00
parent 8e334bcd8f
commit 08d7016502
2 changed files with 12 additions and 3 deletions

View File

@ -10,6 +10,14 @@
*** mu4e
- when moving messages (which includes changing flags), file-flags changes
are propagated to duplicates of the messages; that is, e.g. the /Seen/ or
/Replied/ status is propagated to all duplicates (earlier, this was only
done when marking a message as read). Note, /Draft/, /Flagged/ and /Trashed/
flags are deliberately *not* propagated.
- teach ~mu4e-copy-thing-at-point~ about shr links
- all the obsolete function and variable aliases have been moved to
~mu4e-obsolete.el~ so we can unclutter the non-obsolete code a bit.
@ -23,8 +31,8 @@
in progress!
- The per-(week|day|year|year-month) script have been combined into a
~histogram~ script. If you have Guile-support enabled, and have ~gnuplot~ installed,
you can do e.g.,
~histogram~ script. If you have Guile-support enabled, and have ~gnuplot~
installed, you can do e.g.,
#+begin_example
mu histogram -- --time-unit=day --query="hello"
#+end_example
@ -47,6 +55,7 @@
- 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
* 1.8 (released on June 25, 2022)

View File

@ -18,7 +18,7 @@
# project setup
#
project('mu', ['c', 'cpp'],
version: '1.9.3',
version: '1.9.4',
meson_version: '>= 0.52.0', # debian 10
license: 'GPL-3.0-or-later',
default_options : [