From 35eaa4a7373f5eb1394f6a2f37903308af0b04c1 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 18 Oct 2019 16:37:34 -0400 Subject: Release 4.5.1 Signed-off-by: Lukas Fleischer --- CHANGES.md | 14 ++++++++++++++ build-aux/git-version-gen | 2 +- doc/manual.txt | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c248bf8..70a4d2a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,20 @@ 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) -------------------------- diff --git a/build-aux/git-version-gen b/build-aux/git-version-gen index 54ade4c..67e4839 100755 --- a/build-aux/git-version-gen +++ b/build-aux/git-version-gen @@ -6,7 +6,7 @@ then exit 1 fi -DEF_VER=4.5.0 +DEF_VER=4.5.1 VERFILE="$1" if [ -d '.git' ] diff --git a/doc/manual.txt b/doc/manual.txt index 6c75f53..ff5131f 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.5.0.tar.gz +$ tar zxvf calcurse-4.5.1.tar.gz ---- Once you meet the requirements and have extracted the archive, the install -- cgit v1.2.3-54-g00ecf