diff --git a/Makefile.am b/Makefile.am index 069fdf9..c9f36af 100644 --- a/Makefile.am +++ b/Makefile.am @@ -116,7 +116,7 @@ test_poll_SOURCES = test/poll.c ## cdrskin construction site - ts A60816 - B60701 cdrskin_cdrskin_CPPFLAGS = -Ilibburn -cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_1_4_5 +cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_1_4_6 # 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 56f85c9..5a3b036 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.4.4.tar.gz + http://files.libburnia-project.org/releases/libburn-1.4.6.tar.gz ------------------------------------------------------------------------------ @@ -19,10 +19,10 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens From tarball -Obtain libburn-1.4.4.tar.gz, take it to a directory of your choice and do: +Obtain libburn-1.4.6.tar.gz, take it to a directory of your choice and do: - tar xzf libburn-1.4.4.tar.gz - cd libburn-1.4.4 + tar xzf libburn-1.4.6.tar.gz + cd libburn-1.4.6 ./configure --prefix=/usr make @@ -762,6 +762,14 @@ Project history as far as known to me: for duplicate EFI System Partition images. Several bugs have been fixed. +- Fri Sep 16 2016 release 1.4.6: + libburn now operates optical drives on OpenBSD. libisofs makes pseudo-random + id generation reproducible by relating it to the volume date. + xorriso interprets environment variable SOURCE_DATE_EPOCH of + reproducible-builds.org to prepare a default setting which leads to identical + ISO images on identical input and identical constant options. + Several moderately embarrassing bugs have been fixed. + ------------------------------------------------------------------------------ diff --git a/cdrskin/README b/cdrskin/README index 1cdc2f4..23d42a7 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.4.5.tar.gz +http://scdbackup.sourceforge.net/cdrskin-1.4.6.tar.gz Copyright (C) 2006-2016 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.4.5.tar.gz, take it to a directory of your choice and do: +Obtain cdrskin-1.4.6.tar.gz, take it to a directory of your choice and do: - tar xzf cdrskin-1.4.5.tar.gz - cd cdrskin-1.4.5 + tar xzf cdrskin-1.4.6.tar.gz + cd cdrskin-1.4.6 Within that directory execute: diff --git a/cdrskin/cdrskin.1 b/cdrskin/cdrskin.1 index 94bbdd8..c6972e9 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.4.5, Jul 30, 2016" +.TH CDRSKIN 1 "Version 1.4.6, Sep 16, 2016" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: diff --git a/cdrskin/cdrskin.c b/cdrskin/cdrskin.c index c0b3d64..51eb4d7 100644 --- a/cdrskin/cdrskin.c +++ b/cdrskin/cdrskin.c @@ -87,7 +87,7 @@ or /** The official program version */ #ifndef Cdrskin_prog_versioN -#define Cdrskin_prog_versioN "1.4.5" +#define Cdrskin_prog_versioN "1.4.6" #endif /** The official libburn interface revision to use. @@ -100,7 +100,7 @@ or #define Cdrskin_libburn_minoR 4 #endif #ifndef Cdrskin_libburn_micrO -#define Cdrskin_libburn_micrO 4 +#define Cdrskin_libburn_micrO 6 #endif @@ -120,34 +120,34 @@ or #undef Cdrskin_libburn_versioN #endif -#ifdef Cdrskin_libburn_1_4_4 -#define Cdrskin_libburn_versioN "1.4.4" +#ifdef Cdrskin_libburn_1_4_6 +#define Cdrskin_libburn_versioN "1.4.6" #endif -#ifdef Cdrskin_libburn_1_4_5 -#define Cdrskin_libburn_versioN "1.4.5" +#ifdef Cdrskin_libburn_1_4_7 +#define Cdrskin_libburn_versioN "1.4.7" #endif #ifndef Cdrskin_libburn_versioN -#define Cdrskin_libburn_1_4_4 -#define Cdrskin_libburn_versioN "1.4.4" +#define Cdrskin_libburn_1_4_6 +#define Cdrskin_libburn_versioN "1.4.6" #endif -#ifdef Cdrskin_libburn_1_4_4 +#ifdef Cdrskin_libburn_1_4_6 #undef Cdrskin_libburn_majoR #undef Cdrskin_libburn_minoR #undef Cdrskin_libburn_micrO #define Cdrskin_libburn_majoR 1 #define Cdrskin_libburn_minoR 4 -#define Cdrskin_libburn_micrO 4 +#define Cdrskin_libburn_micrO 6 #endif -#ifdef Cdrskin_libburn_1_4_5 +#ifdef Cdrskin_libburn_1_4_7 #undef Cdrskin_libburn_majoR #undef Cdrskin_libburn_minoR #undef Cdrskin_libburn_micrO #define Cdrskin_libburn_majoR 1 #define Cdrskin_libburn_minoR 4 -#define Cdrskin_libburn_micrO 5 +#define Cdrskin_libburn_micrO 7 #endif diff --git a/cdrskin/cdrskin_eng.html b/cdrskin/cdrskin_eng.html index 1c7fab4..f39e61b 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.4.4
+
libburn-1.4.6
(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.4.4.tar.gz -(1050 KB). +
cdrskin-1.4.6.tar.gz +(1060 KB).
-
cdrskin-1.4.4.tar.gz.sig
+
cdrskin-1.4.6.tar.gz.sig
(detached GPG signature for verification by -gpg --verify cdrskin-1.4.4.tar.gz.sig cdrskin-1.4.4.tar.gz +gpg --verify cdrskin-1.4.6.tar.gz.sig cdrskin-1.4.6.tar.gz
after gpg --keyserver keys.gnupg.net --recv-keys ABC0A854).
@@ -259,38 +259,33 @@ cdrskin_0.4.2.pl00-x86-suse9_0-static.tar.gz, (310 KB), -static compiled,

-Enhancements towards previous stable version cdrskin-1.4.2: +Enhancements towards previous stable version cdrskin-1.4.4:

    -
  • none
  • +
  • New cdrskin option use_immed_bit=
  • +
  • Now operating drives on OpenBSD
-Bug fixes towards cdrskin-1.4.2.pl01: +Bug fixes towards cdrskin-1.4.4:
    -
  • Option drive_scsi_dev_family=sg did not convert /dev/sr* to /dev/sg*
  • -
  • Option cdtext_to_v07t= falsly recognized double byte encoding.
  • -
  • -Option textfile= caused a double free at end of the cdrskin run. -
  • -
  • DVD book type of DVD+RW DL and DVD+R DL was reported wrong. Thanks to Etienne Bergeron.
  • +
  • SAO CD could be perceived 2 blocks to short. +Regression in 1.4.4 by rev 5672.
  • -
- 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.5 :

-
Enhancements towards current stable version 1.4.4: +

Development snapshot, version 1.4.7 :

+
Enhancements towards current stable version 1.4.6:
  • none yet