diff --git a/Makefile.am b/Makefile.am index 730bf4a..c48227b 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 - B20720 +## cdrskin construction site - ts A60816 - B30108 cdrskin_cdrskin_CPPFLAGS = -Ilibburn -cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_1_2_5 +cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_1_2_7 # 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 41eaa05..4302bde 100644 --- a/README +++ b/README @@ -6,12 +6,12 @@ This all is under GPL. ------------------------------------------------------------------------------ libburnia-project.org By Mario Danic and Thomas Schmitt -Copyright (C) 2006-2012 Mario Danic, Thomas Schmitt +Copyright (C) 2006-2013 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.2.tar.gz + http://files.libburnia-project.org/releases/libburn-1.2.6.tar.gz ------------------------------------------------------------------------------ @@ -19,10 +19,10 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens From tarball -Obtain libburn-1.2.4.tar.gz, take it to a directory of your choice and do: +Obtain libburn-1.2.6.tar.gz, take it to a directory of your choice and do: - tar xzf libburn-1.2.4.tar.gz - cd libburn-1.2.4 + tar xzf libburn-1.2.6.tar.gz + cd libburn-1.2.6 ./configure --prefix=/usr make @@ -681,11 +681,17 @@ Project history as far as known to me: been improved in libisofs. libisoburn and xorriso now make use of these improvements. Some rarely occuring bugs have been fixed. -- Fri Jul 20 2012 releae 1.2.4: +- Fri Jul 20 2012 release 1.2.4: libburn and libisofs got some rarely occuring bugs fixed. libisofs learned to produce HFS+ metadata and Apple Partition Map. The capabilities of isohybrid options --efi and --mac have been implemented (GPT and APM). +- Tue Jan 08 2013 release 1.2.6: + Small improvements were made in libburn. Minor bugs were fixed in the + libraries. xorriso improved its capabilities to serve the needs of frontend + programs. A proof of concept for a GUI frontend has been implemented: + xorriso-tcltk + ------------------------------------------------------------------------------ diff --git a/cdrskin/README b/cdrskin/README index b2835eb..c08a6d9 100644 --- a/cdrskin/README +++ b/cdrskin/README @@ -4,9 +4,9 @@ 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.5.tar.gz +http://scdbackup.sourceforge.net/cdrskin-1.2.7.tar.gz -Copyright (C) 2006-2012 Thomas Schmitt, provided under GPL version 2 or later. +Copyright (C) 2006-2013 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.5.tar.gz, take it to a directory of your choice and do: +Obtain cdrskin-1.2.7.tar.gz, take it to a directory of your choice and do: - tar xzf cdrskin-1.2.5.tar.gz - cd cdrskin-1.2.5 + tar xzf cdrskin-1.2.7.tar.gz + cd cdrskin-1.2.7 Within that directory execute: @@ -576,7 +576,7 @@ contributions in a due way. Based on and sub project of: libburnia-project.org By Mario Danic and Thomas Schmitt -Copyright (C) 2006-2012 Mario Danic, Thomas Schmitt +Copyright (C) 2006-2013 Mario Danic, Thomas Schmitt libburnia-project.org is inspired by and in other components still containing parts of diff --git a/cdrskin/cdrskin.1 b/cdrskin/cdrskin.1 index 93c5400..67d71b6 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.2.5, Jul 26, 2012" +.TH CDRSKIN 1 "Version 1.2.7, Jan 08, 2013" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: diff --git a/cdrskin/cdrskin.c b/cdrskin/cdrskin.c index 4ee4a0d..d6d40af 100644 --- a/cdrskin/cdrskin.c +++ b/cdrskin/cdrskin.c @@ -1,6 +1,6 @@ /* - cdrskin.c , Copyright 2006-2012 Thomas Schmitt + cdrskin.c , Copyright 2006-2013 Thomas Schmitt Provided under GPL version 2 or later. A cdrecord compatible command line interface for libburn. @@ -87,7 +87,7 @@ or /** The official program version */ #ifndef Cdrskin_prog_versioN -#define Cdrskin_prog_versioN "1.2.5" +#define Cdrskin_prog_versioN "1.2.7" #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 5 +#define Cdrskin_libburn_micrO 6 #endif @@ -120,34 +120,34 @@ or #undef Cdrskin_libburn_versioN #endif -#ifdef Cdrskin_libburn_1_2_4 -#define Cdrskin_libburn_versioN "1.2.4" +#ifdef Cdrskin_libburn_1_2_6 +#define Cdrskin_libburn_versioN "1.2.6" #endif -#ifdef Cdrskin_libburn_1_2_5 -#define Cdrskin_libburn_versioN "1.2.5" +#ifdef Cdrskin_libburn_1_2_7 +#define Cdrskin_libburn_versioN "1.2.7" #endif #ifndef Cdrskin_libburn_versioN -#define Cdrskin_libburn_1_2_4 -#define Cdrskin_libburn_versioN "1.2.4" +#define Cdrskin_libburn_1_2_6 +#define Cdrskin_libburn_versioN "1.2.6" #endif -#ifdef Cdrskin_libburn_1_2_4 +#ifdef Cdrskin_libburn_1_2_6 #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 4 +#define Cdrskin_libburn_micrO 6 #endif -#ifdef Cdrskin_libburn_1_2_5 +#ifdef Cdrskin_libburn_1_2_7 #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 5 +#define Cdrskin_libburn_micrO 7 #endif diff --git a/cdrskin/cdrskin_eng.html b/cdrskin/cdrskin_eng.html index 32d77f6..2237b91 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.4
+
libburn-1.2.6
(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.4.tar.gz -(930 KB). +
cdrskin-1.2.6.tar.gz +(940 KB).
-
cdrskin-1.2.4.tar.gz.sig
+
cdrskin-1.2.6.tar.gz.sig
(detached GPG signature for verification by -gpg --verify cdrskin-1.2.4.tar.gz.sig cdrskin-1.2.4.tar.gz +gpg --verify cdrskin-1.2.6.tar.gz.sig cdrskin-1.2.6.tar.gz
after gpg --keyserver keys.gnupg.net --recv-keys ABC0A854).
@@ -257,19 +257,17 @@ cdrskin_0.4.2.pl00-x86-suse9_0-static.tar.gz, (310 KB), -static compiled,

-Enhancements towards previous stable version cdrskin-1.2.2: +Enhancements towards previous stable version cdrskin-1.2.4:

    -
  • New option --obs_pad
  • +
  • New option --no_load
-Bug fixes towards cdrskin-1.2.2: +Bug fixes towards cdrskin-1.2.4:
    -
  • CD SAO sessions with data tracks started by an audio pause
  • -
  • CD tracks were perceived 2 sectors too short. Nice with TAO, bad with SAO.
  • -
  • Memory fault if track source was added when no drive was available
  • +
  • Speed setting had no effect on BD media
  • @@ -279,31 +277,29 @@ Bug fixes towards cdrskin-1.2.2:

    -

    Development snapshot, version 1.2.5 :

    -
    Enhancements towards current stable version 1.2.4: +

    Development snapshot, version 1.2.7 :

    +
    Enhancements towards current stable version 1.2.6:
      -
    • New option --no_load
    • -
    -
    Bug fixes towards cdrskin-1.2.4: +
    Bug fixes towards cdrskin-1.2.6:
      -
    • Bug fix: Speed setting had no effect on BD media
    • -
     
    -
    README 1.2.5 -
    cdrskin-1.2.5 --help
    -
    cdrskin-1.2.5 -help
    -
    man cdrskin (as of 1.2.5)
    +
    README 1.2.7 +
    cdrskin-1.2.7 --help
    +
    cdrskin-1.2.7 -help
    +
    man cdrskin (as of 1.2.7)
     
    Maintainers of cdrskin unstable packages please use SVN of libburnia-project.org
    @@ -323,8 +319,8 @@ admins with full system souvereignty. upcoming README ):
-cdrskin-1.2.5.tar.gz -(930 KB). +cdrskin-1.2.7.tar.gz +(940 KB).