From bb88ba5861234d8697b72a53024bd4f588c4ca32 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Wed, 30 Jun 2010 11:31:22 +0000 Subject: [PATCH] Made number transition to 0.8.5 --- Makefile.am | 2 +- README | 18 ++++++++++++---- cdrskin/README | 8 ++++---- cdrskin/cdrskin.c | 28 ++++++++++++------------- cdrskin/cdrskin_eng.html | 41 +++++++++++++++++-------------------- cdrskin/cdrskin_timestamp.h | 2 +- cdrskin/compile_cdrskin.sh | 10 ++++----- configure.ac | 19 +++++++++-------- libburn/libburn.h | 2 +- 9 files changed, 69 insertions(+), 61 deletions(-) diff --git a/Makefile.am b/Makefile.am index cc58916..5f11715 100644 --- a/Makefile.am +++ b/Makefile.am @@ -112,7 +112,7 @@ test_structest_SOURCES = test/structest.c ## cdrskin construction site - ts A60816 - B00611 cdrskin_cdrskin_CPPFLAGS = -Ilibburn -cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_0_8_3 +cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_0_8_5 # 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 915e9ce..ffd7694 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.8.2.pl00.tar.gz + http://files.libburnia-project.org/releases/libburn-0.8.4.pl00.tar.gz ------------------------------------------------------------------------------ @@ -19,10 +19,10 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens From tarball -Obtain libburn-0.8.2.pl00.tar.gz, take it to a directory of your choice and do: +Obtain libburn-0.8.4.pl00.tar.gz, take it to a directory of your choice and do: - tar xzf libburn-0.8.2.pl00.tar.gz - cd libburn-0.8.2 + tar xzf libburn-0.8.4.pl00.tar.gz + cd libburn-0.8.4 ./configure --prefix=/usr make @@ -527,6 +527,16 @@ Project history as far as known to me: - 11 Jun 2010 libburn-0.8.2 now works on Solaris. +- 14 Jun 2010 By release 0.5.8.pl00 of libisoburn, xorriso becomes a public C + language API of libisoburn. The emulations of mkisofs and cdrecord have + been enhanced. + +- Tue Jun 29 2010 Version 0.6.34 of libisofs provides new features about + hiding file names from directory trees. + +- Wed Jun 30 2010 libburn-0.8.4 provides small improvements with system + adapters for libcdio and generic POSIX systems. + ------------------------------------------------------------------------------ diff --git a/cdrskin/README b/cdrskin/README index de1a38e..335661b 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.8.3.tar.gz +http://scdbackup.sourceforge.net/cdrskin-0.8.5.tar.gz Copyright (C) 2006-2010 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-0.8.3.tar.gz, take it to a directory of your choice and do: +Obtain cdrskin-0.8.5.tar.gz, take it to a directory of your choice and do: - tar xzf cdrskin-0.8.3.tar.gz - cd cdrskin-0.8.3 + tar xzf cdrskin-0.8.5.tar.gz + cd cdrskin-0.8.5 Within that directory execute: diff --git a/cdrskin/cdrskin.c b/cdrskin/cdrskin.c index 4d43dfb..9a3d8ad 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.8.3" +#define Cdrskin_prog_versioN "0.8.5" #endif /** The official libburn interface revision to use. @@ -101,7 +101,7 @@ or #define Cdrskin_libburn_minoR 8 #endif #ifndef Cdrskin_libburn_micrO -#define Cdrskin_libburn_micrO 3 +#define Cdrskin_libburn_micrO 5 #endif @@ -135,13 +135,13 @@ or #endif /* Cdrskin_libburn_cvs_A60220_tS */ -#ifdef Cdrskin_libburn_0_8_2 -#define Cdrskin_libburn_versioN "0.8.2" +#ifdef Cdrskin_libburn_0_8_4 +#define Cdrskin_libburn_versioN "0.8.4" #define Cdrskin_libburn_from_pykix_svN 1 -#endif /* Cdrskin_libburn_0_8_2 */ +#endif /* Cdrskin_libburn_0_8_4 */ -#ifdef Cdrskin_libburn_0_8_3 -#define Cdrskin_libburn_versioN "0.8.3" +#ifdef Cdrskin_libburn_0_8_5 +#define Cdrskin_libburn_versioN "0.8.5" #define Cdrskin_libburn_from_pykix_svN 1 /* Place novelty switch macros here. @@ -153,29 +153,29 @@ or */ -#endif /* Cdrskin_libburn_0_8_3 */ +#endif /* Cdrskin_libburn_0_8_5 */ #ifndef Cdrskin_libburn_versioN -#define Cdrskin_libburn_0_8_2 -#define Cdrskin_libburn_versioN "0.8.2" +#define Cdrskin_libburn_0_8_4 +#define Cdrskin_libburn_versioN "0.8.4" #define Cdrskin_libburn_from_pykix_svN 1 #endif -#ifdef Cdrskin_libburn_0_8_2 +#ifdef Cdrskin_libburn_0_8_4 #undef Cdrskin_libburn_majoR #undef Cdrskin_libburn_minoR #undef Cdrskin_libburn_micrO #define Cdrskin_libburn_majoR 0 #define Cdrskin_libburn_minoR 8 -#define Cdrskin_libburn_micrO 2 +#define Cdrskin_libburn_micrO 4 #endif -#ifdef Cdrskin_libburn_0_8_3 +#ifdef Cdrskin_libburn_0_8_5 #undef Cdrskin_libburn_majoR #undef Cdrskin_libburn_minoR #undef Cdrskin_libburn_micrO #define Cdrskin_libburn_majoR 0 #define Cdrskin_libburn_minoR 8 -#define Cdrskin_libburn_micrO 3 +#define Cdrskin_libburn_micrO 5 #endif diff --git a/cdrskin/cdrskin_eng.html b/cdrskin/cdrskin_eng.html index b113469..2bad38f 100644 --- a/cdrskin/cdrskin_eng.html +++ b/cdrskin/cdrskin_eng.html @@ -64,7 +64,7 @@ connected via SCSI, PATA (aka IDE, ATA), USB, or SATA. GPL software included:
-
libburn-0.8.2
+
libburn-0.8.4
(founded by Derek Foreman and Ben Jansens, developed and maintained since August 2006 by Thomas Schmitt from team of libburnia-project.org) @@ -197,7 +197,7 @@ Standalone ISO 9660 multi-session CD/DVD/BD tool

Download as source code (see README):
-
cdrskin-0.8.2.pl00.tar.gz +
cdrskin-0.8.4.pl00.tar.gz (845 KB).
@@ -247,25 +247,22 @@ cdrskin_0.4.2.pl00-x86-suse9_0-static.tar.gz, (310 KB), -static compiled,

-Enhancements towards previous stable version cdrskin-0.8.0.pl00: +Enhancements towards previous stable version cdrskin-0.8.2.pl00:

    -
  • A new system adapter allows to burn CD, DVD and BD on OpenSolaris
  • +
  • +Let general POSIX system adapters ignore SIGWINCH and SIGURG if defined +
  • +
  • +Allowed 64 kB max output buffer size on all OSes +
-Bug fixes towards cdrskin-0.8.0.pl00: +Bug fixes towards cdrskin-0.8.2.pl00:
    -
  • -CD TOC was not read if the first track did not start at LBA 0 -
  • -
  • -CD-ROM media got attributed random lead-in and lead-out adresses -
  • -
  • -SIGSEGV of experimental libcdio system adapter if drive list is empty -
  • +
  • none
  • @@ -275,8 +272,8 @@ SIGSEGV of experimental libcdio system adapter if drive list is empty

    -

    Development snapshot, version 0.8.3 :

    -
    Enhancements towards current stable version 0.8.2.pl00: +

    Development snapshot, version 0.8.5 :

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