From 60dde60ebd856e1f7c0a7b5cfd0e57c65c3778fd Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 8 Aug 2011 12:20:01 +0000 Subject: [PATCH] Made number transition to 1.1.5 --- Makefile.am | 4 ++-- README | 28 +++++++++++++++++----- cdrskin/README | 10 ++++---- cdrskin/cdrskin.c | 35 +++++++++++----------------- cdrskin/cdrskin_eng.html | 46 +++++++++++++++++++++++-------------- cdrskin/cdrskin_timestamp.h | 2 +- cdrskin/compile_cdrskin.sh | 12 +++++----- configure.ac | 13 ++++++----- libburn/libburn.h | 6 ++--- 9 files changed, 89 insertions(+), 67 deletions(-) diff --git a/Makefile.am b/Makefile.am index bb151fe..a2cd55c 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 - B10618 +## cdrskin construction site - ts A60816 - B10808 cdrskin_cdrskin_CPPFLAGS = -Ilibburn -cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_1_1_1 +cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_1_1_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 f25d057..fa53120 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.1.0.tar.gz + http://files.libburnia-project.org/releases/libburn-1.1.4.tar.gz ------------------------------------------------------------------------------ @@ -19,10 +19,10 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens From tarball -Obtain libburn-1.1.0.tar.gz, take it to a directory of your choice and do: +Obtain libburn-1.1.4.tar.gz, take it to a directory of your choice and do: - tar xzf libburn-1.1.0.tar.gz - cd libburn-1.1.0 + tar xzf libburn-1.1.4.tar.gz + cd libburn-1.1.4 ./configure --prefix=/usr make @@ -110,7 +110,7 @@ See README files there. libburnia-project.org is an open-source software project for reading, mastering and writing optical discs. -For now this means CD media, all DVD media except DVD-R DL, all BD media. +For now this means CD media, all DVD media, all BD media. The project comprises of several more or less interdependent parts which together strive to be a usable foundation for application development. @@ -180,7 +180,8 @@ The project components (list subject to growth, hopefully): sparse emulation of cdrecord and a more laborate one of mkisofs. All features of xorriso are also available via a C language API of libisoburn. - See xorriso/README for more. + A static compilation of xorriso and the libraries is dedicated + to the GNU Operating System. See xorriso/README_gnu_xorriso . - "test" is a collection of application gestures and examples given by the authors of the library features. The burn API example of libburn @@ -624,7 +625,22 @@ Project history as far as known to me: The consumption of stack memory was reduced. Statical program analysis found some rarely occuring memory leaks. Several small bugs were fixed. The suffix .plXY was dropped from tarball names of libburn and libisoburn. + +- Mon Jun 20 2011 patch release libburn-1.1.0.pl01: + libburn-1.1.0 compiled only on Linux, FreeBSD, and Solaris, but not on + other X/Open compliant systems. + +- Fri Jul 08 2011 release libisofs-1.1.2 and libisoburn-1.1.2: + A severe regression was fixed in libisoburn and xorriso, which was introduced + with version 1.0.6. It caused ISO 9660 images to be unreadable if they were + written to a write-only random-access file. E.g. by: xorrisofs ... >image.iso +- Mon Aug 08 2011 release 1.1.4: + Several bugs were fixed in libburn. The most severe of them prevented xorriso + on some drives from burning mountable ISO 9660 images to CD media. + New means to list drives by their udev symbolic links help to deal with + the non-persistent drive addresses on modern GNU/Linux. + ------------------------------------------------------------------------------ diff --git a/cdrskin/README b/cdrskin/README index 74896a7..2ba65d2 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.1.1.tar.gz +http://scdbackup.sourceforge.net/cdrskin-1.1.5.tar.gz Copyright (C) 2006-2011 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.1.1.tar.gz, take it to a directory of your choice and do: +Obtain cdrskin-1.1.5.tar.gz, take it to a directory of your choice and do: - tar xzf cdrskin-1.1.1.tar.gz - cd cdrskin-1.1.1 + tar xzf cdrskin-1.1.5.tar.gz + cd cdrskin-1.1.5 Within that directory execute: @@ -560,7 +560,7 @@ contributions in a due way. Based on and sub project of: libburnia-project.org By Mario Danic and Thomas Schmitt -Copyright (C) 2006-2010 Mario Danic, Thomas Schmitt +Copyright (C) 2006-2011 Mario Danic, Thomas Schmitt libburnia-project.org is inspired by and in other components still containing parts of diff --git a/cdrskin/cdrskin.c b/cdrskin/cdrskin.c index 6a9a478..45de74d 100644 --- a/cdrskin/cdrskin.c +++ b/cdrskin/cdrskin.c @@ -12,8 +12,7 @@ See also : http://scdbackup.sourceforge.net/cdrskin_eng.html Interested users of cdrecord are encouraged to contribute further option implementations as they need them. Contributions will get published under GPL -but it is essential that the authors allow a future release under LGPL and/or -BSD license. +but it is essential that the authors allow a future release under LGPL. There is a script test/cdrecord_spy.sh which may be installed between the cdrecord command and real cdrecord in order to learn about the options @@ -88,7 +87,7 @@ or /** The official program version */ #ifndef Cdrskin_prog_versioN -#define Cdrskin_prog_versioN "1.1.1" +#define Cdrskin_prog_versioN "1.1.5" #endif /** The official libburn interface revision to use. @@ -101,7 +100,7 @@ or #define Cdrskin_libburn_minoR 1 #endif #ifndef Cdrskin_libburn_micrO -#define Cdrskin_libburn_micrO 1 +#define Cdrskin_libburn_micrO 5 #endif @@ -135,43 +134,37 @@ or #endif /* Cdrskin_libburn_cvs_A60220_tS */ -#ifdef Cdrskin_libburn_1_1_0 -#define Cdrskin_libburn_versioN "1.1.0" +#ifdef Cdrskin_libburn_1_1_4 +#define Cdrskin_libburn_versioN "1.1.4" #define Cdrskin_libburn_from_pykix_svN 1 #endif -#ifdef Cdrskin_libburn_1_1_1 -#define Cdrskin_libburn_versioN "1.1.1" +#ifdef Cdrskin_libburn_1_1_5 +#define Cdrskin_libburn_versioN "1.1.5" #define Cdrskin_libburn_from_pykix_svN 1 - -/* Place novelty switch macros here. - Move them down to Cdrskin_libburn_from_pykix_svN on version leap -*/ - - -#endif /* Cdrskin_libburn_1_1_1 */ +#endif #ifndef Cdrskin_libburn_versioN -#define Cdrskin_libburn_1_1_1 -#define Cdrskin_libburn_versioN "1.1.1" +#define Cdrskin_libburn_1_1_4 +#define Cdrskin_libburn_versioN "1.1.4" #define Cdrskin_libburn_from_pykix_svN 1 #endif -#ifdef Cdrskin_libburn_1_1_0 +#ifdef Cdrskin_libburn_1_1_4 #undef Cdrskin_libburn_majoR #undef Cdrskin_libburn_minoR #undef Cdrskin_libburn_micrO #define Cdrskin_libburn_majoR 1 #define Cdrskin_libburn_minoR 1 -#define Cdrskin_libburn_micrO 0 +#define Cdrskin_libburn_micrO 4 #endif -#ifdef Cdrskin_libburn_1_1_1 +#ifdef Cdrskin_libburn_1_1_5 #undef Cdrskin_libburn_majoR #undef Cdrskin_libburn_minoR #undef Cdrskin_libburn_micrO #define Cdrskin_libburn_majoR 1 #define Cdrskin_libburn_minoR 1 -#define Cdrskin_libburn_micrO 1 +#define Cdrskin_libburn_micrO 5 #endif diff --git a/cdrskin/cdrskin_eng.html b/cdrskin/cdrskin_eng.html index ee014cf..4163351 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.1.0
+
libburn-1.1.4
(founded by Derek Foreman and Ben Jansens, developed and maintained since August 2006 by Thomas Schmitt from team of libburnia-project.org) @@ -200,9 +200,16 @@ Standalone ISO 9660 multi-session CD/DVD/BD tool

Download as source code (see README):
-
cdrskin-1.1.0.tar.gz +
cdrskin-1.1.4.tar.gz (870 KB).
+
cdrskin-1.1.4.tar.gz.sig
+
+(detached GPG signature for verification by +gpg --verify cdrskin-1.1.4.tar.gz.sig cdrskin-1.1.4.tar.gz +
+after gpg --keyserver keys.gnupg.net --recv-keys ABC0A854). +
The cdrskin tarballs are source code identical with libburn releases of the same version number. @@ -250,20 +257,24 @@ cdrskin_0.4.2.pl00-x86-suse9_0-static.tar.gz, (310 KB), -static compiled,

-Enhancements towards previous stable version cdrskin-1.0.6.pl00: +Enhancements towards previous stable version cdrskin-1.1.0.pl01:

    -
  • none
  • +
  • +New option --device_links for GNU/Linux with unpredictable +device numbers and udev
-Bug fixes towards cdrskin-1.0.6.pl00: +Bug fixes towards cdrskin-1.1.0.pl01:
  • -Option -format as_needed issued a wrong block size. -A Pioneer BDR-205 drive refused on that command. +Some drives returned wrong CD sizes after having burned DVD-R +
  • +
  • +Empty ROM drive was mistaken to hold an unsuitable disc