]> mj.ucw.cz Git - checkmail.git/commitdiff
Released as version 1.12
authorMartin Mares <mj@ucw.cz>
Fri, 22 Sep 2023 11:07:35 +0000 (13:07 +0200)
committerMartin Mares <mj@ucw.cz>
Fri, 22 Sep 2023 11:07:35 +0000 (13:07 +0200)
ChangeLog
Makefile

index ff0f568438570dcda1e8f3bd58c46288274526fd..94265f735d74a378d48dfe59b07fc3e2ad8d300e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2023-09-22  Martin Mares <mj@ucw.cz>
+
+       * 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 <mj@ucw.cz>
 
        * When a mailbox/maildir name starts with a dot, we remove the
index 5c1f1dfe6023c29cbac71d6c96017a97ecd376e3..edd5e8d467246c07083f88af24dd3281fed37c86 100644 (file)
--- 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