diff --git a/Makefile.am b/Makefile.am index 767aa6b..bb151fe 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 - B10409 +## cdrskin construction site - ts A60816 - B10618 cdrskin_cdrskin_CPPFLAGS = -Ilibburn -cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_1_0_7 +cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_1_1_1 # 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 eebedbd..f25d057 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.0.6.pl00.tar.gz + http://files.libburnia-project.org/releases/libburn-1.1.0.tar.gz ------------------------------------------------------------------------------ @@ -19,10 +19,10 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens From tarball -Obtain libburn-1.0.6.pl00.tar.gz, take it to a directory of your choice and do: +Obtain libburn-1.1.0.tar.gz, take it to a directory of your choice and do: - tar xzf libburn-1.0.6.pl00.tar.gz - cd libburn-1.0.6 + tar xzf libburn-1.1.0.tar.gz + cd libburn-1.1.0 ./configure --prefix=/usr make @@ -613,6 +613,18 @@ Project history as far as known to me: up to 103 characters. xorriso fixes two bugs and makes use of the library improvements. +- Thu Apr 14 2011 release libisoburn-1.0.8: + A bug in the mkisofs emulation of xorriso could cause options to be ignored. + The problem was freshly introduced with libisoburn-1.0.6. + +- Fri May 13 2011 release libisofs-1.0.8: + Fixes a few rarely occurring bugs that have been found during the last month. + +- Sat Jun 18 2011 release 1.1.0: + The consumption of stack memory was reduced. Statical program analysis found + some rarely occuring memory leaks. Several small bugs were fixed. + The suffix .plXY was dropped from tarball names of libburn and libisoburn. + ------------------------------------------------------------------------------ diff --git a/cdrskin/README b/cdrskin/README index a914bb9..74896a7 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.0.7.tar.gz +http://scdbackup.sourceforge.net/cdrskin-1.1.1.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.0.7.tar.gz, take it to a directory of your choice and do: +Obtain cdrskin-1.1.1.tar.gz, take it to a directory of your choice and do: - tar xzf cdrskin-1.0.7.tar.gz - cd cdrskin-1.0.7 + tar xzf cdrskin-1.1.1.tar.gz + cd cdrskin-1.1.1 Within that directory execute: diff --git a/cdrskin/cdrskin.c b/cdrskin/cdrskin.c index cffa588..512a8f1 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 "1.0.7" +#define Cdrskin_prog_versioN "1.1.1" #endif /** The official libburn interface revision to use. @@ -98,10 +98,10 @@ or #define Cdrskin_libburn_majoR 1 #endif #ifndef Cdrskin_libburn_minoR -#define Cdrskin_libburn_minoR 0 +#define Cdrskin_libburn_minoR 1 #endif #ifndef Cdrskin_libburn_micrO -#define Cdrskin_libburn_micrO 7 +#define Cdrskin_libburn_micrO 1 #endif @@ -135,13 +135,13 @@ or #endif /* Cdrskin_libburn_cvs_A60220_tS */ -#ifdef Cdrskin_libburn_1_0_6 -#define Cdrskin_libburn_versioN "1.0.6" +#ifdef Cdrskin_libburn_1_1_0 +#define Cdrskin_libburn_versioN "1.1.0" #define Cdrskin_libburn_from_pykix_svN 1 -#endif /* Cdrskin_libburn_1_0_6 */ +#endif -#ifdef Cdrskin_libburn_1_0_7 -#define Cdrskin_libburn_versioN "1.0.7" +#ifdef Cdrskin_libburn_1_1_1 +#define Cdrskin_libburn_versioN "1.1.1" #define Cdrskin_libburn_from_pykix_svN 1 /* Place novelty switch macros here. @@ -149,29 +149,29 @@ or */ -#endif /* Cdrskin_libburn_1_0_7 */ +#endif /* Cdrskin_libburn_1_1_1 */ #ifndef Cdrskin_libburn_versioN -#define Cdrskin_libburn_1_0_7 -#define Cdrskin_libburn_versioN "1.0.7" +#define Cdrskin_libburn_1_1_1 +#define Cdrskin_libburn_versioN "1.1.1" #define Cdrskin_libburn_from_pykix_svN 1 #endif -#ifdef Cdrskin_libburn_1_0_6 +#ifdef Cdrskin_libburn_1_1_0 #undef Cdrskin_libburn_majoR #undef Cdrskin_libburn_minoR #undef Cdrskin_libburn_micrO #define Cdrskin_libburn_majoR 1 -#define Cdrskin_libburn_minoR 0 -#define Cdrskin_libburn_micrO 6 +#define Cdrskin_libburn_minoR 1 +#define Cdrskin_libburn_micrO 0 #endif -#ifdef Cdrskin_libburn_1_0_7 +#ifdef Cdrskin_libburn_1_1_1 #undef Cdrskin_libburn_majoR #undef Cdrskin_libburn_minoR #undef Cdrskin_libburn_micrO #define Cdrskin_libburn_majoR 1 -#define Cdrskin_libburn_minoR 0 -#define Cdrskin_libburn_micrO 7 +#define Cdrskin_libburn_minoR 1 +#define Cdrskin_libburn_micrO 1 #endif diff --git a/cdrskin/cdrskin_eng.html b/cdrskin/cdrskin_eng.html index 71da757..ee014cf 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.0.6
+
libburn-1.1.0
(founded by Derek Foreman and Ben Jansens, developed and maintained since August 2006 by Thomas Schmitt from team of libburnia-project.org) @@ -200,7 +200,7 @@ Standalone ISO 9660 multi-session CD/DVD/BD tool

Download as source code (see README):
-
cdrskin-1.0.6.pl00.tar.gz +
cdrskin-1.1.0.tar.gz (870 KB).
@@ -250,18 +250,21 @@ cdrskin_0.4.2.pl00-x86-suse9_0-static.tar.gz, (310 KB), -static compiled,

-Enhancements towards previous stable version cdrskin-1.0.4.pl00: +Enhancements towards previous stable version cdrskin-1.0.6.pl00:

    -
  • Burning DVD-R DAO with 2 kB size granularity rather than 32 kB
  • +
  • none
-Bug fixes towards cdrskin-1.0.4.pl00: +Bug fixes towards cdrskin-1.0.6.pl00:
    -
  • none
  • +
  • +Option -format as_needed issued a wrong block size. +A Pioneer BDR-205 drive refused on that command. +
  • @@ -271,8 +274,8 @@ Bug fixes towards cdrskin-1.0.4.pl00:

    -

    Development snapshot, version 1.0.7 :

    -
    Enhancements towards current stable version 1.0.6.pl00: +

    Development snapshot, version 1.1.1 :

    +
    Enhancements towards current stable version 1.0.0:
    • none yet