]> mj.ucw.cz Git - checkmail.git/commitdiff
Released version 1.5
authorMartin Mares <mj@ucw.cz>
Wed, 5 Feb 2014 11:56:26 +0000 (12:56 +0100)
committerMartin Mares <mj@ucw.cz>
Wed, 5 Feb 2014 11:56:38 +0000 (12:56 +0100)
ChangeLog
Makefile
README

index fe2910e99266a4a167f0b41b958d06e30d982658..2c26f1ad016508a58f45e1ed57364179bc5b00bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-02-05  Martin Mares <mj@ucw.cz>
+
+       * 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 <mj@ucw.cz>
 
        * Added incremental search of mailbox names (invoked by the "/" key).
@@ -9,7 +16,7 @@
 2008-03-05  Martin Mares <mj@ucw.cz>
 
        * 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.
 
index 4e9d558c3381f3e71a3322cf2bd8cff0d7eea282..163086dd6e1e7202c926ea86e8ccfcaa4817db23 100644 (file)
--- 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 b7a22226412a12deda4bd5d10103815e90f60df1..4b4f6223ec6eac427948afcdc775a595a39de09e 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
 
                                 Checkmail @VERSION@
 
-                   (c) 2005--2010 Martin Mares <mj@ucw.cz>
+                   (c) 2005--2014 Martin Mares <mj@ucw.cz>
 
 ================================================================================