diff --git a/Makefile.am b/Makefile.am index ce496f3..203a0a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -114,9 +114,9 @@ test_poll_CPPFLAGS = -Ilibburn test_poll_LDADD = $(libburn_libburn_la_OBJECTS) $(LIBBURN_EXTRALIBS) test_poll_SOURCES = test/poll.c -## cdrskin construction site - ts A60816 - B91026 +## cdrskin construction site - ts A60816 - C10130 cdrskin_cdrskin_CPPFLAGS = -Ilibburn -cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_1_5_3 +cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_1_5_4 # cdrskin_cdrskin_LDADD = $(libburn_libburn_la_OBJECTS) $(LIBBURN_EXTRALIBS) # ts A80123, change proposed by Simon Huggins to cause dynamic libburn linking diff --git a/README b/README index 15934fb..fc46e3c 100644 --- a/README +++ b/README @@ -6,12 +6,12 @@ This all is under GPL. ------------------------------------------------------------------------------ libburnia-project.org By Mario Danic and Thomas Schmitt -Copyright (C) 2006-2019 Mario Danic, Thomas Schmitt +Copyright (C) 2006-2021 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.5.2.pl01.tar.gz + http://files.libburnia-project.org/releases/libburn-1.5.4.tar.gz ------------------------------------------------------------------------------ @@ -19,10 +19,10 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens From tarball -Obtain libburn-1.5.2.pl01.tar.gz, take it to a directory of your choice and do: +Obtain libburn-1.5.4.tar.gz, take it to a directory of your choice and do: - tar xzf libburn-1.5.2.pl01.tar.gz - cd libburn-1.5.2 + tar xzf libburn-1.5.4.tar.gz + cd libburn-1.5.4 ./configure --prefix=/usr make @@ -795,6 +795,21 @@ Project history as far as known to me: cdrskin did not properly burn multiple tracks. Track 1 was slow and burning stalled before track 2. Regression introduced by 1.5.0. +- Sat Jan 30 2021 release 1.5.4 + libburn offers new opportunities to influence drive speed. libisofs switched + to usage of libjte-2.0.0. Further it can now write and read zisofs2 format, + which enables compression of files >= 4 GiB. When reading Joliet file trees + the names get stripped of their version numbers by default. After loading + metadata, libisofs can now tell which directory tree was loaded and whether + Rock Ridge is used. libisoburn and xorrso make use of these new features. + xorriso can put out the data stream of -check_media to standard output. It + can restore files with many zero bytes as sparse files and it is able to + extract recognized boot images into data files on hard disk. + A new script xorriso-dd-target helps to put an ISO image onto an USB stick + without endangering valuable hard disk content. + Several rarely triggered bugs were fixed. + + ------------------------------------------------------------------------------ This program is free software; you can redistribute it and/or modify diff --git a/cdrskin/README b/cdrskin/README index 87fb880..7e27013 100644 --- a/cdrskin/README +++ b/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.5.3.tar.gz +http://scdbackup.sourceforge.net/cdrskin-1.5.4.tar.gz -Copyright (C) 2006-2019 Thomas Schmitt, provided under GPL version 2 or later. +Copyright (C) 2006-2021 Thomas Schmitt, provided under GPL version 2 or later. ------------------------------------------------------------------------------ @@ -26,10 +26,10 @@ By using this software you agree to the disclaimer at the end of this text Compilation, First Glimpse, Installation -Obtain cdrskin-1.5.3.tar.gz, take it to a directory of your choice and do: +Obtain cdrskin-1.5.4.tar.gz, take it to a directory of your choice and do: - tar xzf cdrskin-1.5.3.tar.gz - cd cdrskin-1.5.3 + tar xzf cdrskin-1.5.4.tar.gz + cd cdrskin-1.5.4 Within that directory execute: @@ -591,7 +591,7 @@ contributions in a due way. Based on and sub project of: libburnia-project.org By Mario Danic and Thomas Schmitt -Copyright (C) 2006-2019 Mario Danic, Thomas Schmitt +Copyright (C) 2006-2021 Mario Danic, Thomas Schmitt libburnia-project.org is inspired by and in other components still containing parts of diff --git a/cdrskin/cdrskin.1 b/cdrskin/cdrskin.1 index 88370ed..5b06fb2 100644 --- a/cdrskin/cdrskin.1 +++ b/cdrskin/cdrskin.1 @@ -2,7 +2,7 @@ .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH CDRSKIN 1 "Version 1.5.3, Jul 11, 2020" +.TH CDRSKIN 1 "Version 1.5.4, Jan 30, 2021" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: diff --git a/cdrskin/cdrskin.c b/cdrskin/cdrskin.c index 34111c1..2c010b9 100644 --- a/cdrskin/cdrskin.c +++ b/cdrskin/cdrskin.c @@ -1,6 +1,6 @@ /* - cdrskin.c , Copyright 2006-2019 Thomas Schmitt + cdrskin.c , Copyright 2006-2021 Thomas Schmitt Provided under GPL version 2 or later. A cdrecord compatible command line interface for libburn. @@ -87,7 +87,7 @@ or /** The official program version */ #ifndef Cdrskin_prog_versioN -#define Cdrskin_prog_versioN "1.5.3" +#define Cdrskin_prog_versioN "1.5.4" #endif /** The official libburn interface revision to use. @@ -100,7 +100,7 @@ or #define Cdrskin_libburn_minoR 5 #endif #ifndef Cdrskin_libburn_micrO -#define Cdrskin_libburn_micrO 2 +#define Cdrskin_libburn_micrO 4 #endif @@ -120,34 +120,34 @@ or #undef Cdrskin_libburn_versioN #endif -#ifdef Cdrskin_libburn_1_5_2 -#define Cdrskin_libburn_versioN "1.5.2" +#ifdef Cdrskin_libburn_1_5_4 +#define Cdrskin_libburn_versioN "1.5.4" #endif -#ifdef Cdrskin_libburn_1_5_3 -#define Cdrskin_libburn_versioN "1.5.3" +#ifdef Cdrskin_libburn_1_5_5 +#define Cdrskin_libburn_versioN "1.5.5" #endif #ifndef Cdrskin_libburn_versioN -#define Cdrskin_libburn_1_5_2 -#define Cdrskin_libburn_versioN "1.5.2" +#define Cdrskin_libburn_1_5_4 +#define Cdrskin_libburn_versioN "1.5.4" #endif -#ifdef Cdrskin_libburn_1_5_2 +#ifdef Cdrskin_libburn_1_5_4 #undef Cdrskin_libburn_majoR #undef Cdrskin_libburn_minoR #undef Cdrskin_libburn_micrO #define Cdrskin_libburn_majoR 1 #define Cdrskin_libburn_minoR 5 -#define Cdrskin_libburn_micrO 2 +#define Cdrskin_libburn_micrO 4 #endif -#ifdef Cdrskin_libburn_1_5_3 +#ifdef Cdrskin_libburn_1_5_5 #undef Cdrskin_libburn_majoR #undef Cdrskin_libburn_minoR #undef Cdrskin_libburn_micrO #define Cdrskin_libburn_majoR 1 #define Cdrskin_libburn_minoR 5 -#define Cdrskin_libburn_micrO 3 +#define Cdrskin_libburn_micrO 5 #endif @@ -3173,7 +3173,7 @@ set_severities:; int major, minor, micro; printf( -"Cdrecord 2.01a27 Emulation. Copyright (C) 2006-2018, see libburnia-project.org\n"); +"Cdrecord 2.01a27 Emulation. Copyright (C) 2006-2021, see libburnia-project.org\n"); if(o->fallback_program[0]) { char *hargv[2]; diff --git a/cdrskin/cdrskin_eng.html b/cdrskin/cdrskin_eng.html index f080678..9e8d90b 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.4
(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 -(1060 KB). +
cdrskin-1.5.4.tar.gz +(1075 KB).
-
cdrskin-1.5.2.tar.gz.sig
+
cdrskin-1.5.4.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.4.tar.gz.sig cdrskin-1.5.4.tar.gz
after gpg --keyserver keys.gnupg.net --recv-keys ABC0A854).
@@ -259,40 +259,37 @@ cdrskin_0.4.2.pl00-x86-suse9_0-static.tar.gz, (310 KB), -static compiled,

-Enhancements towards previous stable version cdrskin-1.5.0: +Enhancements towards previous stable version cdrskin-1.5.2:

    -
  • New cdrskin option --list_features
  • +
  • none
-Bug fixes towards cdrskin-1.5.0: +Bug fixes towards cdrskin-1.5.2.pl01:
  • -No lock was obtained for setting up a fifo object +Early SCSI commands from sg-linux.c were not logged
  • +
+
  • none
  • +Bug fixes towards cdrskin-1.5.2 (without .pl01): +
    • -TDK Corporation was not recognized as manufacturer of DVD-R "TTH02" -
    • -
    • -Stream recording was applied regardless whether the drive offers it. -This caused Xfburn failures with some MATSHITA laptop drives. +cdrskin multi-track burning was slow and stalled after track 1. +Regression introduced in version 1.5.0 by commit 84fad99, 2018.02.05

    -

    Development snapshot, version 1.5.3 :

    -
    Enhancements towards current stable version 1.5.2: +

    Development snapshot, version 1.5.5 :

    +
    Enhancements towards current stable version 1.5.4:
    • none yet
    • -
    -
    -
     
    -
    README 1.5.3 -
    cdrskin-1.5.3 --help
    -
    cdrskin-1.5.3 -help
    -
    man cdrskin (as of 1.5.3)
    +
    README 1.5.5 +
    cdrskin-1.5.5 --help
    +
    cdrskin-1.5.5 -help
    +
    man cdrskin (as of 1.5.5)
     
    Maintainers of cdrskin unstable packages please use SVN of libburnia-project.org
    @@ -333,8 +321,8 @@ admins with full system sovereignty. upcoming README ):
    -cdrskin-1.5.3.tar.gz -(1060 KB). +cdrskin-1.5.5.tar.gz +(1075 KB).