diff --git a/Makefile.am b/Makefile.am index 2ab80c9..2a01077 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 - B20127 +## cdrskin construction site - ts A60816 - B20402 cdrskin_cdrskin_CPPFLAGS = -Ilibburn -cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_1_2_1 +cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_1_2_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 07ecd5d..0f0f5c5 100644 --- a/README +++ b/README @@ -4,14 +4,14 @@ This all is under GPL. (See GPL reference, our clarification and commitment at the end of this text) ------------------------------------------------------------------------------ -libburn-project.org +libburnia-project.org By Mario Danic and Thomas Schmitt Copyright (C) 2006-2012 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.2.0.tar.gz + http://files.libburnia-project.org/releases/libburn-1.2.2.tar.gz ------------------------------------------------------------------------------ @@ -19,10 +19,10 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens From tarball -Obtain libburn-1.2.0.tar.gz, take it to a directory of your choice and do: +Obtain libburn-1.2.2.tar.gz, take it to a directory of your choice and do: - tar xzf libburn-1.2.0.tar.gz - cd libburn-1.2.0 + tar xzf libburn-1.2.2.tar.gz + cd libburn-1.2.2 ./configure --prefix=/usr make @@ -672,6 +672,11 @@ Project history as far as known to me: sessions. libisofs and libisoburn improved timestamp handling. Several minor bugs were fixed. +- Mon Apr 02 2012 release 1.2.2: + The handling of intentional deviations from ECMA-119 specifications has + been improved in libisofs. libisoburn and xorriso now make use of these + improvements. Some rarely occuring bugs have been fixed. + ------------------------------------------------------------------------------ diff --git a/cdrskin/README b/cdrskin/README index a7cf9f5..5624b86 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.2.1.tar.gz +http://scdbackup.sourceforge.net/cdrskin-1.2.2.tar.gz Copyright (C) 2006-2012 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.2.1.tar.gz, take it to a directory of your choice and do: +Obtain cdrskin-1.2.2.tar.gz, take it to a directory of your choice and do: - tar xzf cdrskin-1.2.1.tar.gz - cd cdrskin-1.2.1 + tar xzf cdrskin-1.2.2.tar.gz + cd cdrskin-1.2.2 Within that directory execute: diff --git a/cdrskin/cdrskin.c b/cdrskin/cdrskin.c index 1fe34a9..ca01636 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.2.1" +#define Cdrskin_prog_versioN "1.2.2" #endif /** The official libburn interface revision to use. @@ -100,7 +100,7 @@ or #define Cdrskin_libburn_minoR 2 #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_2_0 -#define Cdrskin_libburn_versioN "1.2.0" +#ifdef Cdrskin_libburn_1_2_2 +#define Cdrskin_libburn_versioN "1.2.2" #endif -#ifdef Cdrskin_libburn_1_2_1 -#define Cdrskin_libburn_versioN "1.2.1" +#ifdef Cdrskin_libburn_1_2_3 +#define Cdrskin_libburn_versioN "1.2.3" #endif #ifndef Cdrskin_libburn_versioN -#define Cdrskin_libburn_1_2_0 -#define Cdrskin_libburn_versioN "1.2.0" +#define Cdrskin_libburn_1_2_2 +#define Cdrskin_libburn_versioN "1.2.2" #endif -#ifdef Cdrskin_libburn_1_2_0 +#ifdef Cdrskin_libburn_1_2_2 #undef Cdrskin_libburn_majoR #undef Cdrskin_libburn_minoR #undef Cdrskin_libburn_micrO #define Cdrskin_libburn_majoR 1 #define Cdrskin_libburn_minoR 2 -#define Cdrskin_libburn_micrO 0 +#define Cdrskin_libburn_micrO 2 #endif -#ifdef Cdrskin_libburn_1_2_1 +#ifdef Cdrskin_libburn_1_2_3 #undef Cdrskin_libburn_majoR #undef Cdrskin_libburn_minoR #undef Cdrskin_libburn_micrO #define Cdrskin_libburn_majoR 1 #define Cdrskin_libburn_minoR 2 -#define Cdrskin_libburn_micrO 1 +#define Cdrskin_libburn_micrO 3 #endif diff --git a/cdrskin/cdrskin_eng.html b/cdrskin/cdrskin_eng.html index 277184f..afc1eed 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.2.0
+
libburn-1.2.2
(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.2.0.tar.gz +
cdrskin-1.2.2.tar.gz (930 KB).
-
cdrskin-1.2.0.tar.gz.sig
+
cdrskin-1.2.2.tar.gz.sig
(detached GPG signature for verification by -gpg --verify cdrskin-1.2.0.tar.gz.sig cdrskin-1.2.0.tar.gz +gpg --verify cdrskin-1.2.2.tar.gz.sig cdrskin-1.2.2.tar.gz
after gpg --keyserver keys.gnupg.net --recv-keys ABC0A854).
@@ -257,31 +257,17 @@ cdrskin_0.4.2.pl00-x86-suse9_0-static.tar.gz, (310 KB), -static compiled,

-Enhancements towards previous stable version cdrskin-1.1.8: +Enhancements towards previous stable version cdrskin-1.2.0:

    -
  • Implemented option textfile=
  • -
  • Implemented option combination -vv -toc for cdtext.dat production -
  • Implemented options mcn= and isrc=
  • -
  • Implemented options -scms -copy -nocopy -preemp -nopreemp
  • -
  • Implemented option index=
  • -
  • Partly implemented options cuefile= and -text
  • -
  • New option input_sheet_v07t= for CD-TEXT definition
  • -
  • New options --cdtext_dummy and --cdtext_verbose
  • -
  • New options --four_channel --two_channel
  • -
  • New option cd_start_tno=
  • -
  • New options sao_pregap=, sao_postgap=
  • - +
  • Small internal refinements
-Bug fixes towards cdrskin-1.1.8: +Bug fixes towards cdrskin-1.2.0:
    -
  • Memory fault if interupted before writing began
  • -
  • Solaris adapter mishandled write commands which failed on first try
  • -
  • Interrupting libburn while drive tray is loading led to endless loop
  • -
  • Progress report with blanking and formatting could be bogus
  • +
  • none
  • @@ -291,8 +277,8 @@ Bug fixes towards cdrskin-1.1.8:

    -

    Development snapshot, version 1.2.1 :

    -
    Enhancements towards current stable version 1.2.0: +

    Development snapshot, version 1.2.3 :

    +
    Enhancements towards current stable version 1.2.2:
    • none yet