From 24b3388802d009c6f05e8353de26fdaebd823c1d Mon Sep 17 00:00:00 2001 From: Jonas Stein Date: Wed, 14 Feb 2018 04:53:24 +0100 Subject: [PATCH] ChangeLog: Merge entries from debian project --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8d82353..f50d30d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2017-11-20 Adam Nielsen +* Add patch which fixes double free bug (import from upstream git) + +2017-11-19 Denys Berkovskyy +* Add patches which enable compilation of stenc on kfreebsd architecture. The changes include addition of FreeBSD detection to configure.ac and modification of source code to use FreeBSD specific includes. +* Bump standards version to 4.1.1. Switch to the https form of the copyright-format URL in the Format field of debian/copyright file. +* Add patches to fix lintian warnings (fix typo in manpage and rename configure.in to configure.ac) +* Add patch to fix inclusion of standard headers on non-linux systems (Closes: +Debian bug 881781) + 2014-01-06 John Coleman * Version upgraded to 1.0.7 * Included unistd.h in scsiencrypt.cpp to prevent compile issue on ArchLinux per report by fukawi2@gmail.com