diff --git a/Makefile.am b/Makefile.am index 06a9515..b9fe6d5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -117,9 +117,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 - B00917 +## cdrskin construction site - ts A60816 - B01020 cdrskin_cdrskin_CPPFLAGS = -Ilibburn -cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_0_8_7 +cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_0_8_9 # 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 15f0461..e9e9373 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-0.8.6.pl00.tar.gz + http://files.libburnia-project.org/releases/libburn-0.8.8.pl00.tar.gz ------------------------------------------------------------------------------ @@ -19,10 +19,10 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens From tarball -Obtain libburn-0.8.6.pl00.tar.gz, take it to a directory of your choice and do: +Obtain libburn-0.8.8.pl00.tar.gz, take it to a directory of your choice and do: - tar xzf libburn-0.8.6.pl00.tar.gz - cd libburn-0.8.6 + tar xzf libburn-0.8.8.pl00.tar.gz + cd libburn-0.8.8 ./configure --prefix=/usr make @@ -559,6 +559,13 @@ Project history as far as known to me: - Fri Sep 17 2010 libburn-0.8.6 lifts the test reservation on DVD-R DL media. +- Sat Sep 18 2010 Release 0.6.2.pl00 of libisoburn introduces a partition + with non-zero offset for ISO 9660 images on USB sticks, improves mkisofs + emulation, and fixes a regression which existed since version 0.4.2. + +- Wed Oct 20 2010 libburn-0.8.8 brings minor improvements. + + ------------------------------------------------------------------------------ This program is free software; you can redistribute it and/or modify diff --git a/cdrskin/README b/cdrskin/README index fb52cc7..a2c9aaf 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-0.8.7.tar.gz +http://scdbackup.sourceforge.net/cdrskin-0.8.9.tar.gz Copyright (C) 2006-2010 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-0.8.7.tar.gz, take it to a directory of your choice and do: +Obtain cdrskin-0.8.9.tar.gz, take it to a directory of your choice and do: - tar xzf cdrskin-0.8.7.tar.gz - cd cdrskin-0.8.7 + tar xzf cdrskin-0.8.9.tar.gz + cd cdrskin-0.8.9 Within that directory execute: @@ -310,10 +310,11 @@ Add-on session (equivalent to growisofs -M): cdrskin dev=/dev/sr0 --grow_overwriteable_iso ... - - DVD-RW and DVD-R + DVD-RW , DVD-R , DVD-R DL DVD-RW are usable if formatted to state "Restricted Overwrite" or if in state -"Sequential Recording". DVD-R are always in sequential state. +"Sequential Recording". DVD-R are always in sequential state. DVD-R DL are +always sequential and incapable of multi-session. "Sequential" is the state of unused media and of media previously blanked or written by cdrecord. dvd+rw-format -blank can also achieve this state. diff --git a/cdrskin/cdrskin.c b/cdrskin/cdrskin.c index 5764492..daccb3a 100644 --- a/cdrskin/cdrskin.c +++ b/cdrskin/cdrskin.c @@ -88,7 +88,7 @@ or /** The official program version */ #ifndef Cdrskin_prog_versioN -#define Cdrskin_prog_versioN "0.8.7" +#define Cdrskin_prog_versioN "0.8.9" #endif /** The official libburn interface revision to use. @@ -101,7 +101,7 @@ or #define Cdrskin_libburn_minoR 8 #endif #ifndef Cdrskin_libburn_micrO -#define Cdrskin_libburn_micrO 7 +#define Cdrskin_libburn_micrO 9 #endif @@ -135,13 +135,13 @@ or #endif /* Cdrskin_libburn_cvs_A60220_tS */ -#ifdef Cdrskin_libburn_0_8_6 -#define Cdrskin_libburn_versioN "0.8.6" +#ifdef Cdrskin_libburn_0_8_8 +#define Cdrskin_libburn_versioN "0.8.8" #define Cdrskin_libburn_from_pykix_svN 1 -#endif /* Cdrskin_libburn_0_8_6 */ +#endif /* Cdrskin_libburn_0_8_8 */ -#ifdef Cdrskin_libburn_0_8_7 -#define Cdrskin_libburn_versioN "0.8.7" +#ifdef Cdrskin_libburn_0_8_9 +#define Cdrskin_libburn_versioN "0.8.9" #define Cdrskin_libburn_from_pykix_svN 1 /* Place novelty switch macros here. @@ -153,29 +153,29 @@ or */ -#endif /* Cdrskin_libburn_0_8_7 */ +#endif /* Cdrskin_libburn_0_8_9 */ #ifndef Cdrskin_libburn_versioN -#define Cdrskin_libburn_0_8_6 -#define Cdrskin_libburn_versioN "0.8.6" +#define Cdrskin_libburn_0_8_8 +#define Cdrskin_libburn_versioN "0.8.8" #define Cdrskin_libburn_from_pykix_svN 1 #endif -#ifdef Cdrskin_libburn_0_8_6 +#ifdef Cdrskin_libburn_0_8_8 #undef Cdrskin_libburn_majoR #undef Cdrskin_libburn_minoR #undef Cdrskin_libburn_micrO #define Cdrskin_libburn_majoR 0 #define Cdrskin_libburn_minoR 8 -#define Cdrskin_libburn_micrO 6 +#define Cdrskin_libburn_micrO 8 #endif -#ifdef Cdrskin_libburn_0_8_7 +#ifdef Cdrskin_libburn_0_8_9 #undef Cdrskin_libburn_majoR #undef Cdrskin_libburn_minoR #undef Cdrskin_libburn_micrO #define Cdrskin_libburn_majoR 0 #define Cdrskin_libburn_minoR 8 -#define Cdrskin_libburn_micrO 7 +#define Cdrskin_libburn_micrO 9 #endif diff --git a/cdrskin/cdrskin_eng.html b/cdrskin/cdrskin_eng.html index 34fdd20..427edb5 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-0.8.6
+
libburn-0.8.8
(founded by Derek Foreman and Ben Jansens, developed and maintained since August 2006 by Thomas Schmitt from team of libburnia-project.org) @@ -200,8 +200,8 @@ Standalone ISO 9660 multi-session CD/DVD/BD tool

Download as source code (see README):
-
cdrskin-0.8.6.pl00.tar.gz -(850 KB). +
cdrskin-0.8.8.pl00.tar.gz +(870 KB).
The cdrskin tarballs are source code identical with libburn releases @@ -250,17 +250,17 @@ cdrskin_0.4.2.pl00-x86-suse9_0-static.tar.gz, (310 KB), -static compiled,

-Enhancements towards previous stable version cdrskin-0.8.4.pl00: +Enhancements towards previous stable version cdrskin-0.8.6.pl00:

  • -Lifted test reservation on DVD-R DL media. +Reporting spare area use of formatted BD media.
-Bug fixes towards cdrskin-0.8.4.pl00: +Bug fixes towards cdrskin-0.8.6.pl00:
  • none