Mentioned bug fix and pl01

This commit is contained in:
2016-01-29 11:40:30 +00:00
parent 3520c74cc5
commit f9b29aa8f6
5 changed files with 39 additions and 17 deletions

View File

@@ -6,12 +6,12 @@ This all is under GPL.
------------------------------------------------------------------------------
libburnia-project.org
By Mario Danic <mario.danic@gmail.com> and Thomas Schmitt <scdbackup@gmx.net>
Copyright (C) 2006-2015 Mario Danic, Thomas Schmitt
Copyright (C) 2006-2016 Mario Danic, Thomas Schmitt
Still containing parts of Libburn. By Derek Foreman <derek@signalmarketing.com>
and Ben Jansens <xor@orodu.net>
Copyright (C) 2002-2006 Derek Foreman and Ben Jansens
http://files.libburnia-project.org/releases/libburn-1.4.2.tar.gz
http://files.libburnia-project.org/releases/libburn-1.4.2.pl01.tar.gz
------------------------------------------------------------------------------
@@ -19,9 +19,9 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens
From tarball
Obtain libburn-1.4.2.tar.gz, take it to a directory of your choice and do:
Obtain libburn-1.4.2.pl01.tar.gz, take it to a directory of your choice and do:
tar xzf libburn-1.4.2.tar.gz
tar xzf libburn-1.4.2.pl01.tar.gz
cd libburn-1.4.2
./configure --prefix=/usr
make
@@ -751,6 +751,9 @@ Project history as far as known to me:
The source code underwent a scan by Coverity. About 150 code changes
resulted, but no easy-to-trigger bugs were found.
- Fri Jan 29 2016 patch release libburn-1.4.2.pl01:
cdrskin did not work with "-" (stdin) as input.
Regression introduced by version 1.4.2.
------------------------------------------------------------------------------