From 2e541d5c34d4724e59c52c5467eb41550c1fdfcf Mon Sep 17 00:00:00 2001 From: Reagan Lopez Date: Mon, 2 Dec 2019 20:31:04 -0800 Subject: [PATCH] Release v6.1.1 This release includes a minor bug fix in the zero pack creation. Changes: - Remove shared variable in the zero pack go routine. The err variable was being shared and updated in the zero pack go routine. This could cause race conditions and undesirable results including segmentation fault. This fix creates a local variable within the zero pack go routine. Signed-off-by: Reagan Lopez --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 50adae9e3..b3a7ddac2 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ include Makefile.bats .NOTPARALLEL: -VERSION=6.1.0 +VERSION=6.1.1 GO_PACKAGE_PREFIX := github.com/clearlinux/mixer-tools .PHONY: gopath