From: Martin Mares Date: Fri, 22 Sep 2023 11:07:35 +0000 (+0200) Subject: Released as version 1.12 X-Git-Tag: v1.12~1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=8874e99d73f9dc55fdbe1bebde24305e878eabfa;p=checkmail.git Released as version 1.12 --- 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