Mentioned bug fix and pl01

This commit is contained in:
2013-05-31 10:09:00 +00:00
parent f1ef0a1995
commit 0eb24d293f
4 changed files with 71 additions and 14 deletions

11
README
View File

@ -11,7 +11,7 @@ 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.3.0.tar.gz
http://files.libburnia-project.org/releases/libburn-1.3.0.pl01.tar.gz
------------------------------------------------------------------------------
@ -19,9 +19,9 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens
From tarball
Obtain libburn-1.3.0.tar.gz, take it to a directory of your choice and do:
Obtain libburn-1.3.0.pl01.tar.gz, take it to a directory of your choice and do:
tar xzf libburn-1.3.0.tar.gz
tar xzf libburn-1.3.0.pl01.tar.gz
cd libburn-1.3.0
./configure --prefix=/usr
make
@ -702,6 +702,11 @@ Project history as far as known to me:
introduced new boot preparation capabilities have been tested. New
boot preparation options for GRUB2 were added.
- Fri May 31 2013 patch release libburn-1.3.0.pl01:
cdrskin -msinfo on DVD and BD reported as old session start the same
number as the next writable address.
Regression introduced by version 1.2.8.
------------------------------------------------------------------------------