From 04a929ee3b87092587d8a95ab71163077bc4f4fc Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Mon, 2 May 2016 01:37:39 +0200 Subject: [PATCH] Bump version to 1.3 and update changelog --- CHANGELOG.md | 15 +++++++++++++++ Makefile | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fb7b09..ba1f927 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## Changes in version 1.3 (Sun, 01 May 2016) + +Small bugfixes and improvements: + +- add more density codes (Kai Mäkisara) +- check for overflow when using k, M or G suffixes (Kai Mäkisara) +- allow negative argument for mkpartition, supported by Linux 4.6 and + later (Kai Mäkisara) +- fix compilation with musl libc (Felix Janda) +- allow configuring the tape device and installation paths (e.g. /bin + vs. /usr/bin) at build/install time (Iustin Pop) +- code cleanups from the SUSE package (Alexey Svistunov) +- update the supplied example file (Alexey Svistunov) +- fix config file parsing bug in stinit (Iustin Pop) + ## Changes in version 1.2 (Sun, 07 Feb 2016) This a mostly a cleanup release after many years of no updates, diff --git a/Makefile b/Makefile index c0d0c65..a207af0 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ DISTFILES = \ stinit.c \ stinit.def.examples -VERSION=1.2 +VERSION=1.3 RELEASEDIR=mt-st-$(VERSION) TARFILE=mt-st-$(VERSION).tar.gz