From 10634e4739322d9c7e63e1e5d6fa5c98eb6b5039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Oufella?= Date: Mon, 13 May 2019 12:37:50 -0400 Subject: [PATCH] prepare for v5.1.0 release --- CHANGELOG.md | 4 +++- cqfd | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb6291d..28267da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # ChangeLog for cqfd -## Next version (tbd) +## Version 5.1.0 (2019-05-13) +* The launcher script in the container now gives extra infos in + case of failure. * ``sudo(8)`` is now used to run the commands as the unprivileged user in the container instead of ``su(1)``. * The ``project.build_context`` key allows changing the docker-build diff --git a/cqfd b/cqfd index 3872009..a7a274d 100755 --- a/cqfd +++ b/cqfd @@ -20,7 +20,7 @@ set -e PROGNAME=`basename $0` -VERSION=5.0.1 +VERSION=5.1.0 dockerfile=".cqfd/docker/Dockerfile" cqfdrc=".cqfdrc" cqfd_user='builder'