From 421d0a7f8e6f5616612ef64b11f7ac85f5d45d54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Oufella?= Date: Mon, 14 Sep 2020 23:09:40 -0400 Subject: [PATCH] prepare for v5.2.1 release --- CHANGELOG.md | 8 +++++--- cqfd | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3e56b5..9418444 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ # ChangeLog for cqfd -## Version 5.2.1-alpha (Coming soon) +## Version 5.2.1 (2020-09-14) -* Nothing yet! +* Fixed an error when launching `cqfd run` from a working directory with + spaces in its hierarchy. +* Misc. fixes to the integrated test suite. -## Version 5.2.0 (2019-11-11) +## Version 5.2.0 (2020-11-11) * Add the `-d` option to specify an alternate cqfd directory. * Add the `-C` option to change the working directory. diff --git a/cqfd b/cqfd index 3f5cadb..d941949 100755 --- a/cqfd +++ b/cqfd @@ -20,7 +20,7 @@ set -e PROGNAME=`basename $0` -VERSION=5.2.1-alpha +VERSION=5.2.1 cqfddir=".cqfd" cqfdrc=".cqfdrc" cqfd_user='builder'