Skip to content

Commit

Permalink
Release v6.1.1
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
reaganlo committed Dec 3, 2019
1 parent 0a213ae commit 2e541d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e541d5

Please sign in to comment.