We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31112f commit 8a13476Copy full SHA for 8a13476
CHANGELOG.md
@@ -1,7 +1,10 @@
1
# ChangeLog for cqfd
2
3
+## Version 5.2.0 (2019-11-11)
4
+
5
* Add the `-d` option to specify an alternate cqfd directory.
6
* Add the `-C` option to change the working directory.
7
+* Date strings now use POSIX options, eg. for running on macOS.
8
* Containers are now named `cqfd_%user_%company_%project` instead of
9
`cqfd_%company_%project`. This prevents collisions with Docker when
10
several users are using it on the same machine.
cqfd
@@ -20,7 +20,7 @@
20
set -e
21
22
PROGNAME=`basename $0`
23
-VERSION=5.1.0
+VERSION=5.2.0
24
cqfddir=".cqfd"
25
cqfdrc=".cqfdrc"
26
cqfd_user='builder'
0 commit comments