Release 4.2.1

Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
Lukas Fleischer 2016-10-30 12:08:12 +01:00
parent fd97187bcd
commit 8cd7c76db3
2 changed files with 16 additions and 1 deletions

15
NEWS
View File

@ -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] [12 Oct 2016]
Version 4.2.0: Version 4.2.0:
- New features: - New features:

View File

@ -143,7 +143,7 @@ Install process
First you need to gunzip and untar the source archive: 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 Once you meet the requirements and have extracted the archive, the install