build: bump version to 1.11.16, update NEWS.org

This commit is contained in:
Dirk-Jan C. Binnema 2023-08-27 11:13:56 +03:00
parent d7f8a64b20
commit 29f2f07070
2 changed files with 4 additions and 2 deletions

View File

@ -82,7 +82,7 @@
=mu4e-mu-allow-temp-file= docstring for details on how to determine this. =mu4e-mu-allow-temp-file= docstring for details on how to determine this.
- Maildir lists are now generated server-side; so e.g. jumping to the 'jo' - Maildir lists are now generated server-side; so e.g. jumping to the 'jo'
/other/ Maildirs used to be quite slow the first time. /other/ Maildirs used to be quite slow the first time, but is now very fast.
~mu4e-cache-maildir-list~ is obsolete / non-functional now. ~mu4e-cache-maildir-list~ is obsolete / non-functional now.
@ -90,6 +90,8 @@
retrieval command in a buffer =*mu4e-last-update*=, = which can be useful retrieval command in a buffer =*mu4e-last-update*=, = which can be useful
for diagnosis. for diagnosis.
- ~mu4e~ now follows Emacs' ~package~ guidelines
* 1.10 (released on March 26, 2023) * 1.10 (released on March 26, 2023)
*** mu *** mu

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
# project setup # project setup
project('mu', ['c', 'cpp'], project('mu', ['c', 'cpp'],
version: '1.11.15', version: '1.11.16',
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 : [