From d2e14814e63e4b6950b65098d32d3aa8f27a0d4c Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 5 Feb 2014 12:56:26 +0100 Subject: [PATCH] Released version 1.5 --- ChangeLog | 9 ++++++++- Makefile | 4 ++-- README | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index fe2910e..2c26f1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2014-02-05 Martin Mares + + * Fixed a trivial bug in formatting of message snippets, which caused + "-omps" output to lack space between mail address and personal info. + + * Released as 1.5. + 2010-07-18 Martin Mares * Added incremental search of mailbox names (invoked by the "/" key). @@ -9,7 +16,7 @@ 2008-03-05 Martin Mares * Added support for lighting keyboard LEDs via the XKB protocol - if a connection to the X server is available. + if a connection to the X server is available. * Released as 1.3. diff --git a/Makefile b/Makefile index 4e9d558..163086d 100644 --- a/Makefile +++ b/Makefile @@ -19,8 +19,8 @@ LDFLAGS+=-lX11 CFLAGS+=-DCONFIG_X11=1 endif -VERSION=1.4 -YEAR=2010 +VERSION=1.5 +YEAR=2014 all: cm diff --git a/README b/README index b7a2222..4b4f622 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ Checkmail @VERSION@ - (c) 2005--2010 Martin Mares + (c) 2005--2014 Martin Mares ================================================================================ -- 2.39.2