diff --git a/Makefile.am b/Makefile.am index c48227b..baa0a4b 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 - B30108 +## cdrskin construction site - ts A60816 - B30318 cdrskin_cdrskin_CPPFLAGS = -Ilibburn -cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_1_2_7 +cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_1_2_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 4302bde..abd626f 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.2.6.tar.gz + http://files.libburnia-project.org/releases/libburn-1.2.8.tar.gz ------------------------------------------------------------------------------ @@ -19,10 +19,10 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens From tarball -Obtain libburn-1.2.6.tar.gz, take it to a directory of your choice and do: +Obtain libburn-1.2.8.tar.gz, take it to a directory of your choice and do: - tar xzf libburn-1.2.6.tar.gz - cd libburn-1.2.6 + tar xzf libburn-1.2.8.tar.gz + cd libburn-1.2.8 ./configure --prefix=/usr make @@ -692,6 +692,11 @@ Project history as far as known to me: programs. A proof of concept for a GUI frontend has been implemented: xorriso-tcltk +- Mon Mar 18 2013 release 1.2.8: + Some rarely occuring bugs were fixed in libisofs and libburn. libburn's + handling of incomplete sessions has been improved. xorriso's mkisofs + emulation learned to set El Torito section id strings. + ------------------------------------------------------------------------------ diff --git a/cdrskin/README b/cdrskin/README index c08a6d9..595b4f6 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.7.tar.gz +http://scdbackup.sourceforge.net/cdrskin-1.2.8.tar.gz 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.7.tar.gz, take it to a directory of your choice and do: +Obtain cdrskin-1.2.8.tar.gz, take it to a directory of your choice and do: - tar xzf cdrskin-1.2.7.tar.gz - cd cdrskin-1.2.7 + tar xzf cdrskin-1.2.8.tar.gz + cd cdrskin-1.2.8 Within that directory execute: diff --git a/cdrskin/cdrskin.1 b/cdrskin/cdrskin.1 index a891b4c..e4c22fd 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.7, Mar 04, 2013" +.TH CDRSKIN 1 "Version 1.2.8, Mar 18, 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 de2faae..ef134b5 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.7" +#define Cdrskin_prog_versioN "1.2.8" #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 6 +#define Cdrskin_libburn_micrO 8 #endif @@ -120,20 +120,20 @@ or #undef Cdrskin_libburn_versioN #endif -#ifdef Cdrskin_libburn_1_2_6 -#define Cdrskin_libburn_versioN "1.2.6" +#ifdef Cdrskin_libburn_1_2_8 +#define Cdrskin_libburn_versioN "1.2.8" #endif -#ifdef Cdrskin_libburn_1_2_7 -#define Cdrskin_libburn_versioN "1.2.7" +#ifdef Cdrskin_libburn_1_2_9 +#define Cdrskin_libburn_versioN "1.2.9" #endif #ifndef Cdrskin_libburn_versioN -#define Cdrskin_libburn_1_2_6 -#define Cdrskin_libburn_versioN "1.2.6" +#define Cdrskin_libburn_1_2_8 +#define Cdrskin_libburn_versioN "1.2.8" #endif -#ifdef Cdrskin_libburn_1_2_6 +#ifdef Cdrskin_libburn_1_2_8 #undef Cdrskin_libburn_majoR #undef Cdrskin_libburn_minoR #undef Cdrskin_libburn_micrO @@ -141,7 +141,7 @@ or #define Cdrskin_libburn_minoR 2 #define Cdrskin_libburn_micrO 6 #endif -#ifdef Cdrskin_libburn_1_2_7 +#ifdef Cdrskin_libburn_1_2_9 #undef Cdrskin_libburn_majoR #undef Cdrskin_libburn_minoR #undef Cdrskin_libburn_micrO diff --git a/cdrskin/cdrskin_eng.html b/cdrskin/cdrskin_eng.html index 06387a0..f56898a 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.6
+
libburn-1.2.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.2.6.tar.gz -(940 KB). +
cdrskin-1.2.8.tar.gz +(945 KB).
-
cdrskin-1.2.6.tar.gz.sig
+
cdrskin-1.2.8.tar.gz.sig
(detached GPG signature for verification by -gpg --verify cdrskin-1.2.6.tar.gz.sig cdrskin-1.2.6.tar.gz +gpg --verify cdrskin-1.2.8.tar.gz.sig cdrskin-1.2.8.tar.gz
after gpg --keyserver keys.gnupg.net --recv-keys ABC0A854).
@@ -257,28 +257,7 @@ cdrskin_0.4.2.pl00-x86-suse9_0-static.tar.gz, (310 KB), -static compiled,

-Enhancements towards previous stable version cdrskin-1.2.4: -

    -
  • New option --no_load
  • - -
- -Bug fixes towards cdrskin-1.2.4: -
    -
  • Speed setting had no effect on BD media
  • - -
- -
- -

-

-

Development snapshot, version 1.2.7 :

-
Enhancements towards current stable version 1.2.6: +Enhancements towards previous stable version cdrskin-1.2.6:
  • -toc and -minfo now report about tracks in the incomplete session @@ -287,13 +266,11 @@ Bug fixes towards cdrskin-1.2.4: New cdrskin option --list_speeds
  • -
-
-
Bug fixes towards cdrskin-1.2.6: +Bug fixes towards cdrskin-1.2.6:
  • All CD tracks were reported with the sizes of the tracks in the @@ -303,16 +280,39 @@ first session. Regression introduced with version 1.2.0 On some drives the request for minimum speed yielded maximum speed
  • +
+ +
+ +

+

+

Development snapshot, version 1.2.9 :

+
Enhancements towards current stable version 1.2.8: +
    +
  • none yet
  • + + +
+
+ +
Bug fixes towards cdrskin-1.2.8: +
    +
  • none yet
  • +
 
-
README 1.2.7 -
cdrskin-1.2.7 --help
-
cdrskin-1.2.7 -help
-
man cdrskin (as of 1.2.7)
+
README 1.2.9 +
cdrskin-1.2.9 --help
+
cdrskin-1.2.9 -help
+
man cdrskin (as of 1.2.9)
 
Maintainers of cdrskin unstable packages please use SVN of libburnia-project.org
@@ -332,8 +332,8 @@ admins with full system souvereignty. upcoming README ):
-cdrskin-1.2.7.tar.gz -(940 KB). +cdrskin-1.2.9.tar.gz +(945 KB).