ChangeLog: Merge entries from debian project

This commit is contained in:
Jonas Stein
2018-02-14 04:53:24 +01:00
parent 4023deead8
commit 24b3388802

View File

@@ -1,3 +1,13 @@
2017-11-20 Adam Nielsen <malvineous@shikadi.net>
* Add patch which fixes double free bug (import from upstream git)
2017-11-19 Denys Berkovskyy <berkovskyy@gmail.com>
* 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 <jcoleman1981@live.com>
* Version upgraded to 1.0.7
* Included unistd.h in scsiencrypt.cpp to prevent compile issue on ArchLinux per report by fukawi2@gmail.com