From e8e6d543def63049c501c902105ed6b07d16e631 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Thu, 20 Apr 2023 23:23:43 +0200 Subject: [PATCH] Release version 1.7 --- CHANGELOG.md | 10 ++++++++++ Makefile | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f98a040..02092a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## Changes in version 1.7 (Thu, 20 Apr 2023) + +Fixes a single bug in stinit parsing of invalid definitions. This is a +trivial bug, and only affects config files manually installed by root, +so the impact should be minimal. + +The bug also does not appear on amd64/x86, but (in Debian) was only +triggered (as undefined behaviour) on mips64el, arm64 and s390x, +likely due to different platform behaviour. + ## Changes in version 1.6 (Wed, 19 Apr 2023) This is bugfix release agains 1.5. In between 1.4 and 1.5, the "make diff --git a/Makefile b/Makefile index ce66801..3752cb7 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ DISTFILES = \ TESTFILES = $(wildcard tests/*.test) TESTDATAFILES = $(wildcard tests/data/*.data) -VERSION=1.6 +VERSION=1.7 RELEASEDIR=mt-st-$(VERSION) TARFILE=mt-st-$(VERSION).tar.gz