diff --git a/Makefile.am b/Makefile.am index b844460..81f4e9a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -120,7 +120,7 @@ test_structest_SOURCES = test/structest.c ## cdrskin construction site - ts A60816 - B10808 cdrskin_cdrskin_CPPFLAGS = -Ilibburn -cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_1_1_7 +cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_1_1_8 # 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 a2ae13b..d81b0f4 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.1.6.tar.gz + http://files.libburnia-project.org/releases/libburn-1.1.8.tar.gz ------------------------------------------------------------------------------ @@ -19,10 +19,10 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens From tarball -Obtain libburn-1.1.6.tar.gz, take it to a directory of your choice and do: +Obtain libburn-1.1.8.tar.gz, take it to a directory of your choice and do: - tar xzf libburn-1.1.6.tar.gz - cd libburn-1.1.6 + tar xzf libburn-1.1.8.tar.gz + cd libburn-1.1.8 ./configure --prefix=/usr make @@ -661,6 +661,11 @@ Project history as far as known to me: in several rarely used features. Processing of ACL and extattr was enabled on FreeBSD. Workarounds try to cope with vanishing udev links on GNU/Linux. +- Mon Nov 21 2011 release libburn-1.1.8 and libisoburn-1.1.8: + libburn avoids to close and open drive device files while operating on them. + xorriso emulation mode xorrecord now has an own manual. libburn and xorriso + were prepared to operate on qemu virtio-blk-pci devices. + ------------------------------------------------------------------------------ diff --git a/cdrskin/README b/cdrskin/README index f1a359d..fc09f4b 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.1.7.tar.gz +http://scdbackup.sourceforge.net/cdrskin-1.1.8.tar.gz Copyright (C) 2006-2011 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.1.7.tar.gz, take it to a directory of your choice and do: +Obtain cdrskin-1.1.8.tar.gz, take it to a directory of your choice and do: - tar xzf cdrskin-1.1.7.tar.gz - cd cdrskin-1.1.7 + tar xzf cdrskin-1.1.8.tar.gz + cd cdrskin-1.1.8 Within that directory execute: diff --git a/cdrskin/cdrskin.c b/cdrskin/cdrskin.c index 1954277..91d650a 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.1.7" +#define Cdrskin_prog_versioN "1.1.8" #endif /** The official libburn interface revision to use. @@ -100,7 +100,7 @@ or #define Cdrskin_libburn_minoR 1 #endif #ifndef Cdrskin_libburn_micrO -#define Cdrskin_libburn_micrO 7 +#define Cdrskin_libburn_micrO 8 #endif @@ -120,34 +120,34 @@ or #undef Cdrskin_libburn_versioN #endif -#ifdef Cdrskin_libburn_1_1_6 -#define Cdrskin_libburn_versioN "1.1.6" +#ifdef Cdrskin_libburn_1_1_8 +#define Cdrskin_libburn_versioN "1.1.8" #endif -#ifdef Cdrskin_libburn_1_1_7 -#define Cdrskin_libburn_versioN "1.1.7" +#ifdef Cdrskin_libburn_1_1_9 +#define Cdrskin_libburn_versioN "1.1.9" #endif #ifndef Cdrskin_libburn_versioN -#define Cdrskin_libburn_1_1_6 -#define Cdrskin_libburn_versioN "1.1.6" +#define Cdrskin_libburn_1_1_8 +#define Cdrskin_libburn_versioN "1.1.8" #endif -#ifdef Cdrskin_libburn_1_1_6 +#ifdef Cdrskin_libburn_1_1_8 #undef Cdrskin_libburn_majoR #undef Cdrskin_libburn_minoR #undef Cdrskin_libburn_micrO #define Cdrskin_libburn_majoR 1 #define Cdrskin_libburn_minoR 1 -#define Cdrskin_libburn_micrO 6 +#define Cdrskin_libburn_micrO 8 #endif -#ifdef Cdrskin_libburn_1_1_7 +#ifdef Cdrskin_libburn_1_1_9 #undef Cdrskin_libburn_majoR #undef Cdrskin_libburn_minoR #undef Cdrskin_libburn_micrO #define Cdrskin_libburn_majoR 1 #define Cdrskin_libburn_minoR 1 -#define Cdrskin_libburn_micrO 7 +#define Cdrskin_libburn_micrO 9 #endif diff --git a/cdrskin/cdrskin_eng.html b/cdrskin/cdrskin_eng.html index 1299e71..995cb71 100644 --- a/cdrskin/cdrskin_eng.html +++ b/cdrskin/cdrskin_eng.html @@ -65,7 +65,7 @@ connected via SCSI, PATA (aka IDE, ATA), USB, or SATA. GPL software included:
-
libburn-1.1.6
+
libburn-1.1.8
(founded by Derek Foreman and Ben Jansens, developed and maintained since August 2006 by Thomas Schmitt from team of libburnia-project.org) @@ -200,13 +200,13 @@ Standalone ISO 9660 multi-session CD/DVD/BD tool

Download as source code (see README):
-
cdrskin-1.1.6.tar.gz +
cdrskin-1.1.8.tar.gz (870 KB).
-
cdrskin-1.1.6.tar.gz.sig
+
cdrskin-1.1.8.tar.gz.sig
(detached GPG signature for verification by -gpg --verify cdrskin-1.1.6.tar.gz.sig cdrskin-1.1.6.tar.gz +gpg --verify cdrskin-1.1.8.tar.gz.sig cdrskin-1.1.8.tar.gz
after gpg --keyserver keys.gnupg.net --recv-keys ABC0A854).
@@ -257,20 +257,23 @@ cdrskin_0.4.2.pl00-x86-suse9_0-static.tar.gz, (310 KB), -static compiled,

-Enhancements towards previous stable version cdrskin-1.1.4: +Enhancements towards previous stable version cdrskin-1.1.6:

  • -Worked around a collision with Linux udev which lets links vanish +Avoiding to intermediately close and open drive device file +
  • +
  • +Enabled recognition of QEMU DVD-ROM 0.12
-Bug fixes towards cdrskin-1.1.4: +Bug fixes towards cdrskin-1.1.6:
  • -stdio sizes > 4 TB - 32 kB caused integer rollover +Misinterpreted mode page 2A if block descriptors are present