From c90422792b24b88bab8797ac6bb1e511c9ba0b79 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 29 Mar 2014 23:35:49 +0100 Subject: [PATCH] Released version 1.7 --- ChangeLog | 10 ++++++++++ Makefile | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2c190ac..67d6a5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2014-03-29 Martin Mares + + * We avoid repeated announcements of the same mail by OSD. + + * Mail age gets updated properly, even if the mailbox does not change. + + * We write "1 hr" instead of "1 hrs". + + * Released as 1.7. + 2014-02-10 Martin Mares * Relaxed parsing of encoded MIME headers (RFC 2047). diff --git a/Makefile b/Makefile index 3ad93fd..074cb25 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ LDFLAGS+=-lX11 CFLAGS+=-DCONFIG_X11=1 endif -VERSION=1.6 +VERSION=1.7 YEAR=2014 all: cm -- 2.39.2