From 17613d6a5d65face55d657e7a08986e51eeddf42 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 17 May 2015 10:34:00 +0000 Subject: [PATCH] Made number transition to 1.4.0 --- Makefile.am | 4 ++-- README | 14 +++++++++----- cdrskin/README | 10 +++++----- cdrskin/cdrskin.1 | 2 +- cdrskin/cdrskin.c | 32 ++++++++++++++++---------------- cdrskin/cdrskin_eng.html | 34 ++++++++++++++++------------------ cdrskin/cdrskin_timestamp.h | 2 +- cdrskin/compile_cdrskin.sh | 12 ++++++------ configure.ac | 15 ++++++++------- libburn/libburn.h | 6 +++--- 10 files changed, 67 insertions(+), 64 deletions(-) diff --git a/Makefile.am b/Makefile.am index e2ee6b5..5dba49c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -118,9 +118,9 @@ test_structest_CPPFLAGS = -Ilibburn test_structest_LDADD = $(libburn_libburn_la_OBJECTS) $(LIBBURN_EXTRALIBS) test_structest_SOURCES = test/structest.c -## cdrskin construction site - ts A60816 - B40628 +## cdrskin construction site - ts A60816 - B50517 cdrskin_cdrskin_CPPFLAGS = -Ilibburn -cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_1_3_9 +cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_1_4_0 # 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 42705e6..1d95876 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-2014 Mario Danic, Thomas Schmitt +Copyright (C) 2006-2015 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.3.8.tar.gz + http://files.libburnia-project.org/releases/libburn-1.4.0.tar.gz ------------------------------------------------------------------------------ @@ -19,10 +19,10 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens From tarball -Obtain libburn-1.3.8.tar.gz, take it to a directory of your choice and do: +Obtain libburn-1.4.0.tar.gz, take it to a directory of your choice and do: - tar xzf libburn-1.3.8.tar.gz - cd libburn-1.3.8 + tar xzf libburn-1.4.0.tar.gz + cd libburn-1.4.0 ./configure --prefix=/usr make @@ -732,6 +732,10 @@ Project history as far as known to me: NetBSD, offers new features with command -find, and a command to extract ISO 9660 file content onto standard output or into filter processes. +- Sun May 17 2015 release 1.4.0 + This release is mainly about bug fixes and a new feature of xorriso to + propose commands or as_mkisofs options which can reproduce the boot + equipment of the loaded ISO filesystem. ------------------------------------------------------------------------------ diff --git a/cdrskin/README b/cdrskin/README index f81d1d1..eadc8ce 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.3.9.tar.gz +http://scdbackup.sourceforge.net/cdrskin-1.4.0.tar.gz -Copyright (C) 2006-2014 Thomas Schmitt, provided under GPL version 2 or later. +Copyright (C) 2006-2015 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.3.9.tar.gz, take it to a directory of your choice and do: +Obtain cdrskin-1.4.0.tar.gz, take it to a directory of your choice and do: - tar xzf cdrskin-1.3.9.tar.gz - cd cdrskin-1.3.9 + tar xzf cdrskin-1.4.0.tar.gz + cd cdrskin-1.4.0 Within that directory execute: diff --git a/cdrskin/cdrskin.1 b/cdrskin/cdrskin.1 index 30fcf72..6e1a8b2 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.3.9, Jun 28, 2014" +.TH CDRSKIN 1 "Version 1.4.0, May 17, 2015" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: diff --git a/cdrskin/cdrskin.c b/cdrskin/cdrskin.c index cd28143..cc639a8 100644 --- a/cdrskin/cdrskin.c +++ b/cdrskin/cdrskin.c @@ -1,6 +1,6 @@ /* - cdrskin.c , Copyright 2006-2014 Thomas Schmitt + cdrskin.c , Copyright 2006-2015 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.3.9" +#define Cdrskin_prog_versioN "1.4.0" #endif /** The official libburn interface revision to use. @@ -97,10 +97,10 @@ or #define Cdrskin_libburn_majoR 1 #endif #ifndef Cdrskin_libburn_minoR -#define Cdrskin_libburn_minoR 3 +#define Cdrskin_libburn_minoR 4 #endif #ifndef Cdrskin_libburn_micrO -#define Cdrskin_libburn_micrO 8 +#define Cdrskin_libburn_micrO 0 #endif @@ -120,34 +120,34 @@ or #undef Cdrskin_libburn_versioN #endif -#ifdef Cdrskin_libburn_1_3_8 -#define Cdrskin_libburn_versioN "1.3.8" +#ifdef Cdrskin_libburn_1_4_0 +#define Cdrskin_libburn_versioN "1.4.0" #endif -#ifdef Cdrskin_libburn_1_3_9 -#define Cdrskin_libburn_versioN "1.3.9" +#ifdef Cdrskin_libburn_1_4_1 +#define Cdrskin_libburn_versioN "1.4.1" #endif #ifndef Cdrskin_libburn_versioN -#define Cdrskin_libburn_1_3_8 -#define Cdrskin_libburn_versioN "1.3.8" +#define Cdrskin_libburn_1_4_0 +#define Cdrskin_libburn_versioN "1.4.0" #endif -#ifdef Cdrskin_libburn_1_3_8 +#ifdef Cdrskin_libburn_1_4_0 #undef Cdrskin_libburn_majoR #undef Cdrskin_libburn_minoR #undef Cdrskin_libburn_micrO #define Cdrskin_libburn_majoR 1 -#define Cdrskin_libburn_minoR 3 -#define Cdrskin_libburn_micrO 8 +#define Cdrskin_libburn_minoR 4 +#define Cdrskin_libburn_micrO 0 #endif -#ifdef Cdrskin_libburn_1_3_9 +#ifdef Cdrskin_libburn_1_4_1 #undef Cdrskin_libburn_majoR #undef Cdrskin_libburn_minoR #undef Cdrskin_libburn_micrO #define Cdrskin_libburn_majoR 1 -#define Cdrskin_libburn_minoR 3 -#define Cdrskin_libburn_micrO 9 +#define Cdrskin_libburn_minoR 4 +#define Cdrskin_libburn_micrO 1 #endif diff --git a/cdrskin/cdrskin_eng.html b/cdrskin/cdrskin_eng.html index bb8d330..a1ac2d6 100644 --- a/cdrskin/cdrskin_eng.html +++ b/cdrskin/cdrskin_eng.html @@ -67,7 +67,7 @@ connected via SCSI, PATA (aka IDE, ATA), USB, or SATA. GPL software included:
-
libburn-1.3.8
+
libburn-1.4.0
(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.3.8.tar.gz +
cdrskin-1.4.0.tar.gz (975 KB).
-
cdrskin-1.3.8.tar.gz.sig
+
cdrskin-1.4.0.tar.gz.sig
(detached GPG signature for verification by -gpg --verify cdrskin-1.3.8.tar.gz.sig cdrskin-1.3.8.tar.gz +gpg --verify cdrskin-1.4.0.tar.gz.sig cdrskin-1.4.0.tar.gz
after gpg --keyserver keys.gnupg.net --recv-keys ABC0A854).
@@ -259,7 +259,7 @@ cdrskin_0.4.2.pl00-x86-suse9_0-static.tar.gz, (310 KB), -static compiled,

-Enhancements towards previous stable version cdrskin-1.3.6.pl01: +Enhancements towards previous stable version cdrskin-1.3.8:

  • none
-Bug fixes towards cdrskin-1.3.6.pl01: +Bug fixes towards cdrskin-1.3.8:
    -
  • Minimum drive buffer fill was measured by cdrskin before the buffer could get full
  • -
  • Wrong stack usage caused SIGBUS on sparc when compiled by gcc -O2
  • -
  • A failed blank run did not cause an error indication
  • -
  • A final fsync(2) was performed with stdio drives, even if not desired
  • +
  • Double free with cdrskin -vvv. Introduced with rev 5065, version 1.3.1
  • +
  • Wrong read access to memory. Reported by valgrind of lian jianfei.
  • @@ -282,8 +280,8 @@ Bug fixes towards cdrskin-1.3.6.pl01:

    -

    Development snapshot, version 1.3.9 :

    -
    Enhancements towards current stable version 1.3.8: +

    Development snapshot, version 1.4.1 :

    +
    Enhancements towards current stable version 1.4.0:
    • none yet