From b5a398377adda2e27f0e7c6717e92c60352d9dd3 Mon Sep 17 00:00:00 2001 From: Morgan Aldridge Date: Fri, 17 Apr 2020 18:23:07 -0400 Subject: [PATCH] Update changelog regarding roll_repository_directories() fix. GitHub Issue #12, #13, #14 --- 43f | 3 +++ README.md | 10 ++++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/43f b/43f index bac1ad9..0872c81 100755 --- a/43f +++ b/43f @@ -56,6 +56,9 @@ # file. Improved functions input validation. Fix too few # days' data kept if previous month's length is less than # days to keep. +# v0.2. - 2020- - Morgan Aldridge +# Fixed bug causing monthly archives to be incorrectly moved +# to current month directory. # # LICENSE: # diff --git a/README.md b/README.md index c5ff095..26fb6a4 100644 --- a/README.md +++ b/README.md @@ -104,10 +104,12 @@ v0.1.8 - Fixed bug causing convenience symlinks to not correctly link to v0.1.9 - Cross platform compatibility updates, esp. for OpenBSD. v0.1.10 - Fix for OpenBSD compatibility when consolidating files. v0.2 - Don't create repository symlinks in dry-run mode or if repo isn't - initialized. Fix zero date offset calculations on OpenBSD. Support - long TLDs in `notify` lines in config file. Improved functions input - validation. Fix too few days' data kept if previous month's length - is less than days to keep. + initialized. Fix zero date offset calculations on OpenBSD. Support + long TLDs in `notify` lines in config file. Improved functions input + validation. Fix too few days' data kept if previous month's length + is less than days to keep. +v0.2. - Fixed bug causing monthly archives to be incorrectly moved to current + month directory. ACKNOWLEDGEMENTS ----------------