Mentioned bug fix and pl01

This commit is contained in:
Thomas Schmitt 2019-11-25 19:44:20 +01:00
parent 30c9f6de38
commit 4c0ebf1a15
5 changed files with 42 additions and 12 deletions

View File

@ -1,3 +1,9 @@
libburn-1.5.2.pl01.tar.gz Mon Nov 25 2019
===============================================================================
* Bug fix: cdrskin multi-track burning was slow and stalled after track 1.
Regression introduced in version 1.5.0 by commit 84fad99, 2018.02.05
O_DIRECT is now disabled for track sources.
libburn-1.5.2.tar.gz Sat Oct 26 2019 libburn-1.5.2.tar.gz Sat Oct 26 2019
=============================================================================== ===============================================================================
* Bug fix: No lock was obtained for setting up a fifo object * Bug fix: No lock was obtained for setting up a fifo object

10
README
View File

@ -11,7 +11,7 @@ Still containing parts of Libburn. By Derek Foreman <derek@signalmarketing.com>
and Ben Jansens <xor@orodu.net> and Ben Jansens <xor@orodu.net>
Copyright (C) 2002-2006 Derek Foreman and Ben Jansens Copyright (C) 2002-2006 Derek Foreman and Ben Jansens
http://files.libburnia-project.org/releases/libburn-1.5.2.tar.gz http://files.libburnia-project.org/releases/libburn-1.5.2.pl01.tar.gz
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
@ -19,9 +19,9 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens
From tarball From tarball
Obtain libburn-1.5.2.tar.gz, take it to a directory of your choice and do: Obtain libburn-1.5.2.pl01.tar.gz, take it to a directory of your choice and do:
tar xzf libburn-1.5.2.tar.gz tar xzf libburn-1.5.2.pl01.tar.gz
cd libburn-1.5.2 cd libburn-1.5.2
./configure --prefix=/usr ./configure --prefix=/usr
make make
@ -791,6 +791,10 @@ Project history as far as known to me:
partitions and the ISO partition. partitions and the ISO partition.
All three libraries got some rarely triggered bugs fixed. All three libraries got some rarely triggered bugs fixed.
- Mon Nov 25 2019 patch release 1.5.2.pl01
cdrskin did not properly burn multiple tracks. Track 1 was slow and burning
stalled before track 2. Regression introduced by 1.5.0.
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify

View File

@ -4,7 +4,7 @@
cdrskin. By Thomas Schmitt <scdbackup@gmx.net> cdrskin. By Thomas Schmitt <scdbackup@gmx.net>
Integrated sub project of libburnia-project.org but also published via: Integrated sub project of libburnia-project.org but also published via:
http://scdbackup.sourceforge.net/cdrskin_eng.html http://scdbackup.sourceforge.net/cdrskin_eng.html
http://scdbackup.sourceforge.net/cdrskin-1.5.2.tar.gz http://scdbackup.sourceforge.net/cdrskin-1.5.2.pl01.tar.gz
Copyright (C) 2006-2019 Thomas Schmitt, provided under GPL version 2 or later. Copyright (C) 2006-2019 Thomas Schmitt, provided under GPL version 2 or later.
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
@ -26,9 +26,9 @@ By using this software you agree to the disclaimer at the end of this text
Compilation, First Glimpse, Installation Compilation, First Glimpse, Installation
Obtain cdrskin-1.5.2.tar.gz, take it to a directory of your choice and do: Obtain cdrskin-1.5.2.pl01.tar.gz, take it to a directory of your choice and do:
tar xzf cdrskin-1.5.2.tar.gz tar xzf cdrskin-1.5.2.pl01.tar.gz
cd cdrskin-1.5.2 cd cdrskin-1.5.2
Within that directory execute: Within that directory execute:

View File

@ -67,7 +67,7 @@ with drives connected via SCSI, PATA (aka IDE, ATA), USB, or SATA.
GPL software included:<BR> GPL software included:<BR>
</H2> </H2>
<DL> <DL>
<DT>libburn-1.5.2</DT> <DT>libburn-1.5.2.pl01</DT>
<DD>(founded by Derek Foreman and Ben Jansens, <DD>(founded by Derek Foreman and Ben Jansens,
developed and maintained since August 2006 by developed and maintained since August 2006 by
Thomas Schmitt from team of libburnia-project.org) Thomas Schmitt from team of libburnia-project.org)
@ -202,13 +202,13 @@ Standalone ISO 9660 multi-session CD/DVD/BD tool
<P> <P>
<DL> <DL>
<DT>Download as source code (see README):</DT> <DT>Download as source code (see README):</DT>
<DD><A HREF="cdrskin-1.5.2.tar.gz">cdrskin-1.5.2.tar.gz</A> <DD><A HREF="cdrskin-1.5.2.pl01.tar.gz">cdrskin-1.5.2.pl01.tar.gz</A>
(1060 KB). (1060 KB).
</DD> </DD>
<DD><A HREF="cdrskin-1.5.2.tar.gz.sig">cdrskin-1.5.2.tar.gz.sig</A></DD> <DD><A HREF="cdrskin-1.5.2.pl01.tar.gz.sig">cdrskin-1.5.2.pl01.tar.gz.sig</A></DD>
<DD> <DD>
(detached GPG signature for verification by (detached GPG signature for verification by
<KBD>gpg --verify cdrskin-1.5.2.tar.gz.sig cdrskin-1.5.2.tar.gz</KBD> <KBD>gpg --verify cdrskin-1.5.2.pl01.tar.gz.sig cdrskin-1.5.2.pl01.tar.gz</KBD>
<BR> <BR>
after <KBD>gpg --keyserver keys.gnupg.net --recv-keys ABC0A854</KBD>). after <KBD>gpg --keyserver keys.gnupg.net --recv-keys ABC0A854</KBD>).
</DD> </DD>
@ -280,9 +280,16 @@ Stream recording was applied regardless whether the drive offers it.
This caused Xfburn failures with some MATSHITA laptop drives. This caused Xfburn failures with some MATSHITA laptop drives.
</LI> </LI>
</UL> </UL>
Bug fixes towards cdrskin-1.5.2 (without .pl01):
<UL>
<LI>
cdrskin multi-track burning was slow and stalled after track 1.
Regression introduced in version 1.5.0 by commit 84fad99, 2018.02.05
</LI>
</UL>
<!-- <!--
<LI>none</LI> <LI>none</LI>
Bug fixes towards cdrskin-1.4.2 (without .pl01): Bug fixes towards cdrskin-1.5.2 (without .pl01):
<UL> <UL>
</UL> </UL>
--> -->
@ -300,7 +307,7 @@ Bug fixes towards cdrskin-1.4.2 (without .pl01):
</UL> </UL>
</DD> </DD>
<DD>Bug fixes towards cdrskin-1.5.2: <DD>Bug fixes towards cdrskin-1.5.2.pl01:
<UL> <UL>
<LI>none yet</LI> <LI>none yet</LI>
<!-- <!--

View File

@ -13945,6 +13945,19 @@ Committed forgotten header file
* New cdrskin option --list_features * New cdrskin option --list_features
2019.11.25.091234 [91f7d4d]
configure.ac
libburn/sg-linux.c
cdrskin/cdrfifo.c
Bug fix: cdrskin multi-track burning was slow and stalled after track 1.
Regression introduced in version 1.5.0 by commit 84fad99, 2018.02.05
--------------------- bug fix release - cdrskin-1.5.2.pl01 - 2019.11.25.094931
* Bug fix: cdrskin multi-track burning was slow and stalled after track 1.
Regression introduced in version 1.5.0 by commit 84fad99, 2018.02.05
O_DIRECT is now disabled for track sources.
[] []
ChangeLog ChangeLog
cdrskin/cdrskin_eng.html cdrskin/cdrskin_eng.html