From fa83255d2e5cee1a34dcaf108a06107942b59865 Mon Sep 17 00:00:00 2001 From: Richard Russon Date: Mon, 23 Oct 2023 14:21:32 +0100 Subject: NeoMutt 2023-10-23 --- ChangeLog.md | 10 ++++++++++ auto.def | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 62a2f77ed..f556f147b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,13 @@ +2023-10-23 Richard Russon \ +* Bug Fixes + - #4060 - fix crash on exit + - #4061 - fix header colour + - #4064 - fix 32-bit date overflow + - #4078 - fix new mail in limited view + - nntp: fix use-after-free + - color: fix ansi colours + - color: add +truecolor to version string + 2023-10-06 Richard Russon \ * Features - #3870 - color: allow 'alert', 'bright', 'light' prefix for colorNNN diff --git a/auto.def b/auto.def index 6989d1820..5c495a200 100644 --- a/auto.def +++ b/auto.def @@ -16,7 +16,7 @@ use system cc cc-lib mutt-gettext mutt-iconv pkg-config ############################################################################### # Names and versions define PACKAGE "neomutt" -define PACKAGE_VERSION "20231006" +define PACKAGE_VERSION "20231023" define BUGS_ADDRESS "neomutt-devel@neomutt.org" # Subdirectories that contain additional Makefile.autosetup files -- cgit v1.2.3