From fce487f569290028b5ff36423fac18f75fc5e1a7 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sat, 28 Nov 2015 12:37:56 +0000 Subject: [PATCH] Made number transition to 1.4.2 --- Makefile.am | 4 ++-- README | 20 ++++++++++++++++---- cdrskin/README | 8 ++++---- cdrskin/cdrskin.1 | 2 +- cdrskin/cdrskin.c | 24 ++++++++++++------------ cdrskin/cdrskin_eng.html | 34 +++++++++++++++++----------------- cdrskin/cdrskin_timestamp.h | 2 +- cdrskin/compile_cdrskin.sh | 10 +++++----- configure.ac | 15 ++++++++------- libburn/libburn.h | 4 ++-- 10 files changed, 68 insertions(+), 55 deletions(-) diff --git a/Makefile.am b/Makefile.am index b333298..a9c50cb 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 - B50517 +## cdrskin construction site - ts A60816 - B51128 cdrskin_cdrskin_CPPFLAGS = -Ilibburn -cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_1_4_1 +cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_1_4_2 # 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 ef0defc..04e2a20 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.0.tar.gz + http://files.libburnia-project.org/releases/libburn-1.4.2.tar.gz ------------------------------------------------------------------------------ @@ -19,10 +19,10 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens From tarball -Obtain libburn-1.4.0.tar.gz, take it to a directory of your choice and do: +Obtain libburn-1.4.2.tar.gz, take it to a directory of your choice and do: - tar xzf libburn-1.4.0.tar.gz - cd libburn-1.4.0 + tar xzf libburn-1.4.2.tar.gz + cd libburn-1.4.2 ./configure --prefix=/usr make @@ -740,6 +740,18 @@ Project history as far as known to me: propose commands or as_mkisofs options which can reproduce the boot equipment of the loaded ISO filesystem. +- Sat Nov 28 2015 release 1.4.2 + libburn got some bugs fixed and learned to inquire the drive serial number. + libisofs now sorts data file content by ECMA-119 file names for better + reproducability of ISO content. Rock Ridge filenames may be restricted to + lengths between 64 and 255 bytes. If needed, a qualified truncation happens. + xorriso now can replay boot settings when modifying ISO filesystems. + In order to avoid clogging of concurrent Linux SG_IO, xorriso got command + -modesty_on_drive to enable an old workaround from IDE master/slave days. + The source code underwent a scan by Coverity. About 150 code changes + resulted, but no easy-to-trigger bugs were found. + + ------------------------------------------------------------------------------ This program is free software; you can redistribute it and/or modify diff --git a/cdrskin/README b/cdrskin/README index dde9815..eebdad1 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.1.tar.gz +http://scdbackup.sourceforge.net/cdrskin-1.4.2.tar.gz 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.4.1.tar.gz, take it to a directory of your choice and do: +Obtain cdrskin-1.4.2.tar.gz, take it to a directory of your choice and do: - tar xzf cdrskin-1.4.1.tar.gz - cd cdrskin-1.4.1 + tar xzf cdrskin-1.4.2.tar.gz + cd cdrskin-1.4.2 Within that directory execute: diff --git a/cdrskin/cdrskin.1 b/cdrskin/cdrskin.1 index 2763a88..86dc801 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.1, Aug 30, 2015" +.TH CDRSKIN 1 "Version 1.4.2, Nov 28, 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 c5c6580..9494822 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.1" +#define Cdrskin_prog_versioN "1.4.2" #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 1 +#define Cdrskin_libburn_micrO 2 #endif @@ -120,34 +120,34 @@ or #undef Cdrskin_libburn_versioN #endif -#ifdef Cdrskin_libburn_1_4_0 -#define Cdrskin_libburn_versioN "1.4.0" +#ifdef Cdrskin_libburn_1_4_2 +#define Cdrskin_libburn_versioN "1.4.2" #endif -#ifdef Cdrskin_libburn_1_4_1 -#define Cdrskin_libburn_versioN "1.4.1" +#ifdef Cdrskin_libburn_1_4_3 +#define Cdrskin_libburn_versioN "1.4.3" #endif #ifndef Cdrskin_libburn_versioN -#define Cdrskin_libburn_1_4_0 -#define Cdrskin_libburn_versioN "1.4.0" +#define Cdrskin_libburn_1_4_2 +#define Cdrskin_libburn_versioN "1.4.2" #endif -#ifdef Cdrskin_libburn_1_4_0 +#ifdef Cdrskin_libburn_1_4_2 #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 0 +#define Cdrskin_libburn_micrO 2 #endif -#ifdef Cdrskin_libburn_1_4_1 +#ifdef Cdrskin_libburn_1_4_3 #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 1 +#define Cdrskin_libburn_micrO 3 #endif diff --git a/cdrskin/cdrskin_eng.html b/cdrskin/cdrskin_eng.html index 0095632..5a58e24 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.0
+
libburn-1.4.2
(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.0.tar.gz +
cdrskin-1.4.2.tar.gz (975 KB).
-
cdrskin-1.4.0.tar.gz.sig
+
cdrskin-1.4.2.tar.gz.sig
(detached GPG signature for verification by -gpg --verify cdrskin-1.4.0.tar.gz.sig cdrskin-1.4.0.tar.gz +gpg --verify cdrskin-1.4.2.tar.gz.sig cdrskin-1.4.2.tar.gz
after gpg --keyserver keys.gnupg.net --recv-keys ABC0A854).
@@ -259,18 +259,18 @@ cdrskin_0.4.2.pl00-x86-suse9_0-static.tar.gz, (310 KB), -static compiled,

-Enhancements towards previous stable version cdrskin-1.3.8: +Enhancements towards previous stable version cdrskin-1.4.0:

    -
  • none
  • +
  • New -toc line "Drive id" tells the drive's individual serial number
-Bug fixes towards cdrskin-1.3.8: +Bug fixes towards cdrskin-1.4.0:
    -
  • Double free with cdrskin -vvv. Introduced with rev 5065, version 1.3.1
  • -
  • Wrong read access to memory. Reported by valgrind of lian jianfei.
  • +
  • Media summary session count of blank and closed media was short by 1
  • +
  • Endless loop if transport error occured while waiting for drive ready
  • @@ -280,8 +280,8 @@ Bug fixes towards cdrskin-1.3.8:

    -

    Development snapshot, version 1.4.1 :

    -
    Enhancements towards current stable version 1.4.0: +

    Development snapshot, version 1.4.3 :

    +
    Enhancements towards current stable version 1.4.2:
    • none yet