diff options
-rw-r--r-- | NEWS | 15 | ||||
-rw-r--r-- | doc/manual.txt | 2 |
2 files changed, 16 insertions, 1 deletions
@@ -1,3 +1,18 @@ +[30 Oct 2016] +Version 4.2.1: +- Bug fixes: + * Do not crash when editing the repetition of an appointment and passing an + empty repetition value (reported and fixed by Vlad Glagolev). + + * Avoid a crash when all todo items are hidden and an interactive action is + performed (reported by Vlad Glagolev). + + * Documentation for the --daemon command line option. + + * Avoid starting the daemon more than once (reported by Vlad Glagolev). + + * Improvements to scrolling within list boxes. + [12 Oct 2016] Version 4.2.0: - New features: diff --git a/doc/manual.txt b/doc/manual.txt index 407b63b..1a42380 100644 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -143,7 +143,7 @@ Install process First you need to gunzip and untar the source archive: ---- -$ tar zxvf calcurse-4.2.0.tar.gz +$ tar zxvf calcurse-4.2.1.tar.gz ---- Once you meet the requirements and have extracted the archive, the install |