From 4c0ebf1a1576d6b6799f31c0671bea6c8b54e8c7 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 25 Nov 2019 19:44:20 +0100 Subject: [PATCH] Mentioned bug fix and pl01 --- ChangeLog | 6 ++++++ README | 10 +++++++--- cdrskin/README | 6 +++--- cdrskin/cdrskin_eng.html | 19 +++++++++++++------ cdrskin/changelog.txt | 13 +++++++++++++ 5 files changed, 42 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index b400fe1..db6e02a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 =============================================================================== * Bug fix: No lock was obtained for setting up a fifo object diff --git a/README b/README index b89c625..15934fb 100644 --- a/README +++ b/README @@ -11,7 +11,7 @@ Still containing parts of Libburn. By 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 -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 ./configure --prefix=/usr make @@ -791,6 +791,10 @@ Project history as far as known to me: partitions and the ISO partition. 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 diff --git a/cdrskin/README b/cdrskin/README index 6957fff..24eeb7c 100644 --- a/cdrskin/README +++ b/cdrskin/README @@ -4,7 +4,7 @@ cdrskin. By Thomas Schmitt Integrated sub project of libburnia-project.org but also published via: 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. ------------------------------------------------------------------------------ @@ -26,9 +26,9 @@ By using this software you agree to the disclaimer at the end of this text 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 Within that directory execute: diff --git a/cdrskin/cdrskin_eng.html b/cdrskin/cdrskin_eng.html index f080678..19ed34e 100644 --- a/cdrskin/cdrskin_eng.html +++ b/cdrskin/cdrskin_eng.html @@ -67,7 +67,7 @@ with drives connected via SCSI, PATA (aka IDE, ATA), USB, or SATA. GPL software included:
-
libburn-1.5.2
+
libburn-1.5.2.pl01
(founded by Derek Foreman and Ben Jansens, developed and maintained since August 2006 by Thomas Schmitt from team of libburnia-project.org) @@ -202,13 +202,13 @@ Standalone ISO 9660 multi-session CD/DVD/BD tool

Download as source code (see README):
-
cdrskin-1.5.2.tar.gz +
cdrskin-1.5.2.pl01.tar.gz (1060 KB).
-
cdrskin-1.5.2.tar.gz.sig
+
cdrskin-1.5.2.pl01.tar.gz.sig
(detached GPG signature for verification by -gpg --verify cdrskin-1.5.2.tar.gz.sig cdrskin-1.5.2.tar.gz +gpg --verify cdrskin-1.5.2.pl01.tar.gz.sig cdrskin-1.5.2.pl01.tar.gz
after gpg --keyserver keys.gnupg.net --recv-keys ABC0A854).
@@ -280,9 +280,16 @@ Stream recording was applied regardless whether the drive offers it. This caused Xfburn failures with some MATSHITA laptop drives. +Bug fixes towards cdrskin-1.5.2 (without .pl01): +
    +
  • +cdrskin multi-track burning was slow and stalled after track 1. +Regression introduced in version 1.5.0 by commit 84fad99, 2018.02.05 +
  • +
@@ -300,7 +307,7 @@ Bug fixes towards cdrskin-1.4.2 (without .pl01):
-
Bug fixes towards cdrskin-1.5.2: +
Bug fixes towards cdrskin-1.5.2.pl01:
  • none yet