From 8874e99d73f9dc55fdbe1bebde24305e878eabfa Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 22 Sep 2023 13:07:35 +0200 Subject: [PATCH] Released as version 1.12 --- ChangeLog | 12 ++++++++++++ Makefile | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ff0f568..94265f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2023-09-22 Martin Mares + + * Added support for inotify. + + * Improved support for notifications via OSD. + + * When the terminal window is resized, we redraw our UI. + + * Fixed a buffer overflow in RFC2047 decoding. + + * Released as 1.12. + 2018-03-03 Martin Mares * When a mailbox/maildir name starts with a dot, we remove the diff --git a/Makefile b/Makefile index 5c1f1df..edd5e8d 100644 --- a/Makefile +++ b/Makefile @@ -26,8 +26,8 @@ ifeq ($(CONFIG_INOTIFY),1) CFLAGS+=-DCONFIG_INOTIFY=1 endif -VERSION=1.11 -YEAR=2018 +VERSION=1.12 +YEAR=2023 all: cm -- 2.39.2