From 83c90fb200e70e2e29ab38e4d20f8dd002cd62cf Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 17 Sep 2010 07:54:34 +0000 Subject: [PATCH] Made number transition to 0.8.7 --- libburn/trunk/Makefile.am | 4 +-- libburn/trunk/README | 24 ++++++++++----- libburn/trunk/cdrskin/README | 8 ++--- libburn/trunk/cdrskin/cdrskin.c | 28 ++++++++--------- libburn/trunk/cdrskin/cdrskin_eng.html | 37 ++++++++++------------- libburn/trunk/cdrskin/cdrskin_timestamp.h | 2 +- libburn/trunk/cdrskin/compile_cdrskin.sh | 10 +++--- libburn/trunk/configure.ac | 15 ++++----- libburn/trunk/libburn/libburn.h | 4 +-- 9 files changed, 69 insertions(+), 63 deletions(-) diff --git a/libburn/trunk/Makefile.am b/libburn/trunk/Makefile.am index ba1cf377..022332c5 100644 --- a/libburn/trunk/Makefile.am +++ b/libburn/trunk/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 - B00611 +## cdrskin construction site - ts A60816 - B00917 cdrskin_cdrskin_CPPFLAGS = -Ilibburn -cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_0_8_5 +cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_0_8_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/libburn/trunk/README b/libburn/trunk/README index c7e4dac5..0809dbf0 100644 --- a/libburn/trunk/README +++ b/libburn/trunk/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.4.pl00.tar.gz + http://files.libburnia-project.org/releases/libburn-0.8.6.pl00.tar.gz ------------------------------------------------------------------------------ @@ -19,10 +19,10 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens From tarball -Obtain libburn-0.8.4.pl00.tar.gz, take it to a directory of your choice and do: +Obtain libburn-0.8.6.pl00.tar.gz, take it to a directory of your choice and do: - tar xzf libburn-0.8.4.pl00.tar.gz - cd libburn-0.8.4 + tar xzf libburn-0.8.6.pl00.tar.gz + cd libburn-0.8.6 ./configure --prefix=/usr make @@ -145,7 +145,8 @@ The project components (list subject to growth, hopefully): - libisofs is the library to pack up hard disk files and directories into a ISO 9660 disk image. This may then be brought to CD via libburn. - libisofs is to be the foundation of our upcoming mkisofs emulation. + An own ISO 9660 extension stores ACLs, xattr, and MD5 of file + content. - libisoburn is an add-on to libburn and libisofs which coordinates both and also allows to grow ISO-9660 filesystem images on multi-session @@ -170,8 +171,8 @@ The project components (list subject to growth, hopefully): Rock Ridge extensions. Manipulation is not only adding or overwriting of files but also deleting, renaming, attribute changing, incremental backups, activating boot images, and - extracting of files from ISO images to disk. An own ISO 9660 - extension stores ACLs, xattr, and MD5 of file content. + extracting of files from ISO images to disk. There is also a + 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. @@ -543,6 +544,15 @@ Project history as far as known to me: - Wed Jun 30 2010 libburn-0.8.4 removes some restrictions on operating systems other than Linux and FreeBSD. +- Fri Jul 02 2010 Release 0.6.0.pl00 of libisoburn adds more options to the + mkisofs emulation of xorriso. It also fixes minor bugs and shortcommings. + +- Wed Sep 15 2010 Version 0.6.36 of libisofs can produce ISO images which + bear a partiton 1 with non-zero start address. They can be mounted from + USB stick via the main device file (e.g. /dev/sdb) as well as via the + partition device file (e.g. /dev/sdb1). + +- Fri Sep 17 2010 libburn-0.8.6 lifts the test reservation on DVD-R DL media. ------------------------------------------------------------------------------ diff --git a/libburn/trunk/cdrskin/README b/libburn/trunk/cdrskin/README index 335661bc..fb52cc7a 100644 --- a/libburn/trunk/cdrskin/README +++ b/libburn/trunk/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.5.tar.gz +http://scdbackup.sourceforge.net/cdrskin-0.8.7.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.5.tar.gz, take it to a directory of your choice and do: +Obtain cdrskin-0.8.7.tar.gz, take it to a directory of your choice and do: - tar xzf cdrskin-0.8.5.tar.gz - cd cdrskin-0.8.5 + tar xzf cdrskin-0.8.7.tar.gz + cd cdrskin-0.8.7 Within that directory execute: diff --git a/libburn/trunk/cdrskin/cdrskin.c b/libburn/trunk/cdrskin/cdrskin.c index 90bdb946..97281de0 100644 --- a/libburn/trunk/cdrskin/cdrskin.c +++ b/libburn/trunk/cdrskin/cdrskin.c @@ -88,7 +88,7 @@ or /** The official program version */ #ifndef Cdrskin_prog_versioN -#define Cdrskin_prog_versioN "0.8.5" +#define Cdrskin_prog_versioN "0.8.7" #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 5 +#define Cdrskin_libburn_micrO 7 #endif @@ -135,13 +135,13 @@ or #endif /* Cdrskin_libburn_cvs_A60220_tS */ -#ifdef Cdrskin_libburn_0_8_4 -#define Cdrskin_libburn_versioN "0.8.4" +#ifdef Cdrskin_libburn_0_8_6 +#define Cdrskin_libburn_versioN "0.8.6" #define Cdrskin_libburn_from_pykix_svN 1 -#endif /* Cdrskin_libburn_0_8_4 */ +#endif /* Cdrskin_libburn_0_8_6 */ -#ifdef Cdrskin_libburn_0_8_5 -#define Cdrskin_libburn_versioN "0.8.5" +#ifdef Cdrskin_libburn_0_8_7 +#define Cdrskin_libburn_versioN "0.8.7" #define Cdrskin_libburn_from_pykix_svN 1 /* Place novelty switch macros here. @@ -153,29 +153,29 @@ or */ -#endif /* Cdrskin_libburn_0_8_5 */ +#endif /* Cdrskin_libburn_0_8_7 */ #ifndef Cdrskin_libburn_versioN -#define Cdrskin_libburn_0_8_4 -#define Cdrskin_libburn_versioN "0.8.4" +#define Cdrskin_libburn_0_8_6 +#define Cdrskin_libburn_versioN "0.8.6" #define Cdrskin_libburn_from_pykix_svN 1 #endif -#ifdef Cdrskin_libburn_0_8_4 +#ifdef Cdrskin_libburn_0_8_6 #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 4 +#define Cdrskin_libburn_micrO 6 #endif -#ifdef Cdrskin_libburn_0_8_5 +#ifdef Cdrskin_libburn_0_8_7 #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 5 +#define Cdrskin_libburn_micrO 7 #endif diff --git a/libburn/trunk/cdrskin/cdrskin_eng.html b/libburn/trunk/cdrskin/cdrskin_eng.html index 4864dc3c..34fdd201 100644 --- a/libburn/trunk/cdrskin/cdrskin_eng.html +++ b/libburn/trunk/cdrskin/cdrskin_eng.html @@ -65,7 +65,7 @@ connected via SCSI, PATA (aka IDE, ATA), USB, or SATA. GPL software included:
-
libburn-0.8.4
+
libburn-0.8.6
(founded by Derek Foreman and Ben Jansens, developed and maintained since August 2006 by Thomas Schmitt from team of libburnia-project.org) @@ -200,8 +200,8 @@ Standalone ISO 9660 multi-session CD/DVD/BD tool

Download as source code (see README):
-
cdrskin-0.8.4.pl00.tar.gz -(845 KB). +
cdrskin-0.8.6.pl00.tar.gz +(850 KB).
The cdrskin tarballs are source code identical with libburn releases @@ -250,20 +250,17 @@ cdrskin_0.4.2.pl00-x86-suse9_0-static.tar.gz, (310 KB), -static compiled,

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

  • -Let general POSIX system adapters ignore SIGWINCH and SIGURG if defined -
  • -
  • -Allowed 64 kB max output buffer size on all OSes +Lifted test reservation on DVD-R DL media.
-Bug fixes towards cdrskin-0.8.2.pl00: +Bug fixes towards cdrskin-0.8.4.pl00:
  • none
  • @@ -288,7 +283,7 @@ Lifted test reservation on DVD-R DL media.
-
Bug fixes towards cdrskin-0.8.4.pl00: +
Bug fixes towards cdrskin-0.8.6.pl00:
  • none yet