From 52a6c218b95e2cab0d35bda0c3a709fe09e4afea Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Wed, 19 Apr 2023 23:33:02 +0200 Subject: [PATCH] =?UTF-8?q?Release=20bugfix=20version=201.6=20=F0=9F=98=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +++++++++ Makefile | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c35167..f98a040 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 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 +check" target was migrated to using +[shelltest](https://github.com/simonmichael/shelltestrunner), but the +`make dist` and `distcheck` targets were no, so the built archive was +actually not. This only fixes that and has no functional code changes +from 1.5. + ## Changes in version 1.5 (Wed, 19 Apr 2023) Trivial release: diff --git a/Makefile b/Makefile index ee8f58c..ce66801 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ DISTFILES = \ TESTFILES = $(wildcard tests/*.test) TESTDATAFILES = $(wildcard tests/data/*.data) -VERSION=1.5 +VERSION=1.6 RELEASEDIR=mt-st-$(VERSION) TARFILE=mt-st-$(VERSION).tar.gz