From 92c5f6f998cb61680136482b3e463592d5c57195 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 9 Apr 2010 10:57:38 +0000 Subject: [PATCH] Made number transition to 0.8.1 --- Makefile.am | 4 ++-- README | 14 ++++++++++---- cdrskin/README | 8 ++++---- cdrskin/cdrskin.c | 34 +++++++++++++++++----------------- cdrskin/cdrskin_eng.html | 35 +++++++++++++++-------------------- cdrskin/cdrskin_timestamp.h | 2 +- cdrskin/compile_cdrskin.sh | 10 +++++----- configure.ac | 17 +++++++++-------- libburn/libburn.h | 4 ++-- 9 files changed, 65 insertions(+), 63 deletions(-) diff --git a/Makefile.am b/Makefile.am index 968920e..b0d4f19 100644 --- a/Makefile.am +++ b/Makefile.am @@ -110,9 +110,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 - B00122 +## cdrskin construction site - ts A60816 - B00409 cdrskin_cdrskin_CPPFLAGS = -Ilibburn -cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_0_7_9 +cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_0_8_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 c5da8ed..7fd4206 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.7.8.pl00.tar.gz + http://files.libburnia-project.org/releases/libburn-0.8.0.pl00.tar.gz ------------------------------------------------------------------------------ @@ -19,10 +19,10 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens From tarball -Obtain libburn-0.7.8.pl00.tar.gz, take it to a directory of your choice and do: +Obtain libburn-0.8.0.pl00.tar.gz, take it to a directory of your choice and do: - tar xzf libburn-0.7.8.pl00.tar.gz - cd libburn-0.7.8 + tar xzf libburn-0.8.0.pl00.tar.gz + cd libburn-0.8.0 ./configure --prefix=/usr make @@ -508,6 +508,12 @@ Project history as far as known to me: - 10 Mar 2010 libburn-0.7.8 fixes bugs and improves the built-in abort handler on FreeBSD. +- 30 Mar 2010 Release 0.5.2 of libisoburn provides xorriso documentation in + GNU Texinfo format with embedded extra data to derive a full man page. + +- 09 Apr 2010 libburn-0.8.0 now works with ahci driver on FreeBSD 8-STABLE. + + ------------------------------------------------------------------------------ This program is free software; you can redistribute it and/or modify diff --git a/cdrskin/README b/cdrskin/README index 5c7a173..55088b8 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.7.9.tar.gz +http://scdbackup.sourceforge.net/cdrskin-0.8.1.tar.gz Copyright (C) 2006-2010 Thomas Schmitt, provided under GPL version 2 or later. ------------------------------------------------------------------------------ @@ -25,10 +25,10 @@ By using this software you agree to the disclaimer at the end of this text Compilation, First Glimpse, Installation -Obtain cdrskin-0.7.9.tar.gz, take it to a directory of your choice and do: +Obtain cdrskin-0.8.1.tar.gz, take it to a directory of your choice and do: - tar xzf cdrskin-0.7.9.tar.gz - cd cdrskin-0.7.9 + tar xzf cdrskin-0.8.1.tar.gz + cd cdrskin-0.8.1 Within that directory execute: diff --git a/cdrskin/cdrskin.c b/cdrskin/cdrskin.c index f697577..3a188c4 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.7.9" +#define Cdrskin_prog_versioN "0.8.1" #endif /** The official libburn interface revision to use. @@ -98,10 +98,10 @@ or #define Cdrskin_libburn_majoR 0 #endif #ifndef Cdrskin_libburn_minoR -#define Cdrskin_libburn_minoR 7 +#define Cdrskin_libburn_minoR 8 #endif #ifndef Cdrskin_libburn_micrO -#define Cdrskin_libburn_micrO 9 +#define Cdrskin_libburn_micrO 1 #endif @@ -135,13 +135,13 @@ or #endif /* Cdrskin_libburn_cvs_A60220_tS */ -#ifdef Cdrskin_libburn_0_7_8 -#define Cdrskin_libburn_versioN "0.7.8" +#ifdef Cdrskin_libburn_0_8_0 +#define Cdrskin_libburn_versioN "0.8.0" #define Cdrskin_libburn_from_pykix_svN 1 -#endif /* Cdrskin_libburn_0_7_8 */ +#endif /* Cdrskin_libburn_0_8_0 */ -#ifdef Cdrskin_libburn_0_7_9 -#define Cdrskin_libburn_versioN "0.7.9" +#ifdef Cdrskin_libburn_0_8_1 +#define Cdrskin_libburn_versioN "0.8.1" #define Cdrskin_libburn_from_pykix_svN 1 /* Place novelty switch macros here. @@ -153,29 +153,29 @@ or */ -#endif /* Cdrskin_libburn_0_7_9 */ +#endif /* Cdrskin_libburn_0_8_1 */ #ifndef Cdrskin_libburn_versioN -#define Cdrskin_libburn_0_7_8 -#define Cdrskin_libburn_versioN "0.7.8" +#define Cdrskin_libburn_0_8_0 +#define Cdrskin_libburn_versioN "0.8.0" #define Cdrskin_libburn_from_pykix_svN 1 #endif -#ifdef Cdrskin_libburn_0_7_8 +#ifdef Cdrskin_libburn_0_8_0 #undef Cdrskin_libburn_majoR #undef Cdrskin_libburn_minoR #undef Cdrskin_libburn_micrO #define Cdrskin_libburn_majoR 0 -#define Cdrskin_libburn_minoR 7 -#define Cdrskin_libburn_micrO 8 +#define Cdrskin_libburn_minoR 8 +#define Cdrskin_libburn_micrO 0 #endif -#ifdef Cdrskin_libburn_0_7_9 +#ifdef Cdrskin_libburn_0_8_1 #undef Cdrskin_libburn_majoR #undef Cdrskin_libburn_minoR #undef Cdrskin_libburn_micrO #define Cdrskin_libburn_majoR 0 -#define Cdrskin_libburn_minoR 7 -#define Cdrskin_libburn_micrO 9 +#define Cdrskin_libburn_minoR 8 +#define Cdrskin_libburn_micrO 1 #endif diff --git a/cdrskin/cdrskin_eng.html b/cdrskin/cdrskin_eng.html index 42f55b0..dcc4b51 100644 --- a/cdrskin/cdrskin_eng.html +++ b/cdrskin/cdrskin_eng.html @@ -62,7 +62,7 @@ via SCSI, PATA (aka IDE, ATA), USB, or SATA. GPL software included:
-
libburn-0.7.8
+
libburn-0.8.0
(founded by Derek Foreman and Ben Jansens, developed and maintained since August 2006 by Thomas Schmitt from team of libburnia-project.org) @@ -194,8 +194,8 @@ Standalone ISO 9660 multi-session CD/DVD/BD tool

Download as source code (see README):
-
cdrskin-0.7.8.pl00.tar.gz -(820 KB). +
cdrskin-0.8.0.pl00.tar.gz +(830 KB).
The cdrskin tarballs are source code identical with libburn releases @@ -244,24 +244,19 @@ cdrskin_0.4.2.pl00-x86-suse9_0-static.tar.gz, (310 KB), -static compiled,

-Enhancements towards previous stable version cdrskin-0.7.6.pl00: +Enhancements towards previous stable version cdrskin-0.7.8.pl00:

  • -Abort handling is more suitable for FreeBSD now. +Now able to work with ahci driver of FreeBSD 8-STABLE
-Bug fixes towards cdrskin-0.7.6.pl00: +Bug fixes towards cdrskin-0.7.8.pl00:
    -
  • -On FreeBSD: Piped input was falsely attributed a small fixed size -
  • -
  • -cdrskin fs=0 led to SIGSEGV. Regression introduced by version 0.7.4. -
  • +
  • none
  • @@ -271,8 +266,8 @@ cdrskin fs=0 led to SIGSEGV. Regression introduced by version 0.7.4.

    -

    Development snapshot, version 0.7.9 :

    -
    Enhancements towards current stable version 0.7.8.pl00: +

    Development snapshot, version 0.8.1 :

    +
    Enhancements towards current stable version 0.8.0.pl00:
    • none yet