From f9b29aa8f6c16ab25969abefe037d290422f5b13 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 29 Jan 2016 11:40:30 +0000 Subject: [PATCH] Mentioned bug fix and pl01 --- libburn/branches/1.4.2.pl01/ChangeLog | 5 ++++ libburn/branches/1.4.2.pl01/README | 11 +++++---- libburn/branches/1.4.2.pl01/cdrskin/README | 8 +++---- .../1.4.2.pl01/cdrskin/cdrskin_eng.html | 23 +++++++++++-------- .../branches/1.4.2.pl01/cdrskin/changelog.txt | 9 ++++++++ 5 files changed, 39 insertions(+), 17 deletions(-) diff --git a/libburn/branches/1.4.2.pl01/ChangeLog b/libburn/branches/1.4.2.pl01/ChangeLog index 7061f512..3e066e03 100644 --- a/libburn/branches/1.4.2.pl01/ChangeLog +++ b/libburn/branches/1.4.2.pl01/ChangeLog @@ -1,4 +1,9 @@ +libburn-1.4.2.pl01.tar.gz Fri Jan 29 2016 +=============================================================================== +* Bug fix: cdrskin "failed to attach fifo" when burning from stdin. + Regression of 1.4.2, rev 5522. + libburn-1.4.2.tar.gz Sat Nov 28 2015 =============================================================================== * Bug fix: burn_disc_get_media_id() returned BD identifiers 2 chars too long diff --git a/libburn/branches/1.4.2.pl01/README b/libburn/branches/1.4.2.pl01/README index 04e2a20b..2bbead5a 100644 --- a/libburn/branches/1.4.2.pl01/README +++ b/libburn/branches/1.4.2.pl01/README @@ -6,12 +6,12 @@ This all is under GPL. ------------------------------------------------------------------------------ libburnia-project.org By Mario Danic and Thomas Schmitt -Copyright (C) 2006-2015 Mario Danic, Thomas Schmitt +Copyright (C) 2006-2016 Mario Danic, Thomas Schmitt 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.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. ------------------------------------------------------------------------------ diff --git a/libburn/branches/1.4.2.pl01/cdrskin/README b/libburn/branches/1.4.2.pl01/cdrskin/README index eebdad1c..bc74f130 100644 --- a/libburn/branches/1.4.2.pl01/cdrskin/README +++ b/libburn/branches/1.4.2.pl01/cdrskin/README @@ -4,9 +4,9 @@ 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.4.2.tar.gz +http://scdbackup.sourceforge.net/cdrskin-1.4.2.pl01.tar.gz -Copyright (C) 2006-2015 Thomas Schmitt, provided under GPL version 2 or later. +Copyright (C) 2006-2016 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.4.2.tar.gz, take it to a directory of your choice and do: +Obtain cdrskin-1.4.2.pl01.tar.gz, take it to a directory of your choice and do: - tar xzf cdrskin-1.4.2.tar.gz + tar xzf cdrskin-1.4.2.pl01.tar.gz cd cdrskin-1.4.2 Within that directory execute: diff --git a/libburn/branches/1.4.2.pl01/cdrskin/cdrskin_eng.html b/libburn/branches/1.4.2.pl01/cdrskin/cdrskin_eng.html index 5a58e249..eddce37e 100644 --- a/libburn/branches/1.4.2.pl01/cdrskin/cdrskin_eng.html +++ b/libburn/branches/1.4.2.pl01/cdrskin/cdrskin_eng.html @@ -202,13 +202,13 @@ Standalone ISO 9660 multi-session CD/DVD/BD tool

Download as source code (see README):
-
cdrskin-1.4.2.tar.gz -(975 KB). +
cdrskin-1.4.2.pl01.tar.gz +(1050 KB).
-
cdrskin-1.4.2.tar.gz.sig
+
cdrskin-1.4.2.pl01.tar.gz.sig
(detached GPG signature for verification by -gpg --verify cdrskin-1.4.2.tar.gz.sig cdrskin-1.4.2.tar.gz +gpg --verify cdrskin-1.4.2.pl01.tar.gz.sig cdrskin-1.4.2.pl01.tar.gz
after gpg --keyserver keys.gnupg.net --recv-keys ABC0A854).
@@ -247,8 +247,8 @@ cdrskin_0.4.2.pl00-x86-suse9_0-static.tar.gz, (310 KB), -static compiled,
Contact:
Thomas Schmitt, scdbackup@gmx.net
-
libburn development mailing list, -libburn-hackers@pykix.org
+
GNU xorriso mailing list where cdrskin and libburn are on topic, too: +bug-xorriso@gnu.org
License:
GPL, an Open Source approved license
@@ -276,12 +276,17 @@ Bug fixes towards cdrskin-1.4.0: --> +Bug fixes towards cdrskin-1.4.2 (without .pl01): +
    +
  • "failed to attach fifo" when trying to burn from stdin. Regression of 1.4.2.
  • +
+

Development snapshot, version 1.4.3 :

-
Enhancements towards current stable version 1.4.2: +
Enhancements towards current stable version 1.4.2.pl01:
  • none yet