build: bump version to 1.9.11, update NEWS.org

This commit is contained in:
Dirk-Jan C. Binnema
2023-01-01 11:18:53 +02:00
parent dcc1b9dced
commit 00ddaebc4e
2 changed files with 3 additions and 4 deletions

View File

@ -43,9 +43,8 @@
- One change is that ~mu4e-split-view~ can no longer be a function; the new - One change is that ~mu4e-split-view~ can no longer be a function; the new
way is to use ~display-buffer-alist~ as explained in the [[info:mu4e:Buffer Display][manual]]. way is to use ~display-buffer-alist~ as explained in the [[info:mu4e:Buffer Display][manual]].
- ~mu4e-maildir-shortcuts~ now take an optional ~:name~ property, which is shown - ~mu4e~ now keeps track of the 'baseline' query results and shows the
instead of the Maildir path. Useful for very long paths. Maildirs now can difference from that in the main view. See the [[info:mu4e#Bookmarks and Maildirs][manual entry]] for details.
also be without a ~:key~.
- when moving messages (which includes changing flags), file-flags changes - when moving messages (which includes changing flags), file-flags changes
are propagated to duplicates of the messages; that is, e.g. the /Seen/ or are propagated to duplicates of the messages; that is, e.g. the /Seen/ or

View File

@ -18,7 +18,7 @@
# project setup # project setup
# #
project('mu', ['c', 'cpp'], project('mu', ['c', 'cpp'],
version: '1.9.10', version: '1.9.11',
meson_version: '>= 0.56.0', meson_version: '>= 0.56.0',
license: 'GPL-3.0-or-later', license: 'GPL-3.0-or-later',
default_options : [ default_options : [