Release 4.5.1

Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
Lukas Fleischer 2019-10-18 16:37:34 -04:00
parent 1b43893c4c
commit 35eaa4a737
3 changed files with 16 additions and 2 deletions

View File

@ -1,6 +1,20 @@
Release Notes Release Notes
============= =============
Version 4.5.1 (2019-10-18)
--------------------------
- Bug fixes:
* Restore ability to edit recurrent items without exceptions (reported and
fixed by Lars Henriksen).
* Fix monthly and yearly recurrence algorithms for frequencies greater than
one (reported and fixed by Lars Henriksen).
* Fix DST issues (reported by Lars Henriksen and others, fixed by Lars
Henriksen).
Version 4.5.0 (2019-06-17) Version 4.5.0 (2019-06-17)
-------------------------- --------------------------

View File

@ -6,7 +6,7 @@ then
exit 1 exit 1
fi fi
DEF_VER=4.5.0 DEF_VER=4.5.1
VERFILE="$1" VERFILE="$1"
if [ -d '.git' ] if [ -d '.git' ]

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.5.0.tar.gz $ tar zxvf calcurse-4.5.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