Skip to content

Commit 8a13476

Browse files
committed
prepare for v5.2.0 release
1 parent f31112f commit 8a13476

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# ChangeLog for cqfd
22

3+
## Version 5.2.0 (2019-11-11)
4+
35
* Add the `-d` option to specify an alternate cqfd directory.
46
* Add the `-C` option to change the working directory.
7+
* Date strings now use POSIX options, eg. for running on macOS.
58
* Containers are now named `cqfd_%user_%company_%project` instead of
69
`cqfd_%company_%project`. This prevents collisions with Docker when
710
several users are using it on the same machine.

cqfd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
set -e
2121

2222
PROGNAME=`basename $0`
23-
VERSION=5.1.0
23+
VERSION=5.2.0
2424
cqfddir=".cqfd"
2525
cqfdrc=".cqfdrc"
2626
cqfd_user='builder'

0 commit comments

Comments
 (0)