diff --git a/Makefile.am b/Makefile.am index f37d9e2..316c2f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -103,9 +103,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 - A90104 +## cdrskin construction site - ts A60816 - A90220 cdrskin_cdrskin_CPPFLAGS = -Ilibburn -cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_0_6_1 +cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_0_6_3 # 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 2c2becb..3bea2a8 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.6.0.pl00.tar.gz + http://files.libburnia-project.org/releases/libburn-0.6.2.pl00.tar.gz ------------------------------------------------------------------------------ @@ -19,10 +19,10 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens From tarball -Obtain libburn-0.6.0.pl00.tar.gz, take it to a directory of your choice and do: +Obtain libburn-0.6.2.pl00.tar.gz, take it to a directory of your choice and do: - tar xzf libburn-0.6.0.pl00.tar.gz - cd libburn-0.6.0 + tar xzf libburn-0.6.2.pl00.tar.gz + cd libburn-0.6.2 ./configure --prefix=/usr make @@ -47,8 +47,8 @@ Our build system is based on autotools. For preparing the build of a SVN snapshot you will need autotools of at least version 1.7. Do in a directory of your choice: - svn co http://svn.libburnia-project.org/libburn/trunk libburn-0.6.1 - cd libburn-0.6.1 + svn co http://svn.libburnia-project.org/libburn/trunk libburn-0.6.3 + cd libburn-0.6.3 ./bootstrap ./configure --prefix=/usr make @@ -363,6 +363,13 @@ Project history as far as known to me: - 2nd Jan 2009 libburn-0.6.0 allows to format BD-R and to write to either formatted or unformatted BD-R. +- 6th Jan 2009 libisoburn-0.3.2 can produce and execute commands for mounting + older sessions from all kinds of media. Pseudo-drives outside the /dev/ tree + can be addressed without prefix "stdio:". + +- 20th Feb 2009 libburn-0.6.2 source release now compiles out of the box + on FreeBSD. + ------------------------------------------------------------------------------ diff --git a/cdrskin/README b/cdrskin/README index 3e2cc4f..cce6ccd 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.6.1.tar.gz +http://scdbackup.sourceforge.net/cdrskin-0.6.3.tar.gz Copyright (C) 2006-2009 Thomas Schmitt, provided under GPL version 2. ------------------------------------------------------------------------------ @@ -21,10 +21,10 @@ By using this software you agree to the disclaimer at the end of this text Compilation, First Glimpse, Installation -Obtain cdrskin-0.6.1.tar.gz, take it to a directory of your choice and do: +Obtain cdrskin-0.6.3.tar.gz, take it to a directory of your choice and do: - tar xzf cdrskin-0.6.1.tar.gz - cd cdrskin-0.6.1 + tar xzf cdrskin-0.6.3.tar.gz + cd cdrskin-0.6.3 Within that directory execute: @@ -423,7 +423,7 @@ are the cause. Any mistake of the burn program is supposed to be caught by the drive's firmware and to lead to mere misburns. The worst mishaps which hit the author imposed the need to reboot the system because of drives gnawing endlessly on ill media. Permanent hardware -damage did not occur in 2.5 years of development. But one never knows ... +damage did not occur in 3.5 years of development. But one never knows ... ------------------------------------------------------------------------------ diff --git a/cdrskin/cdrskin.c b/cdrskin/cdrskin.c index c6ed6b6..cdda201 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.6.1" +#define Cdrskin_prog_versioN "0.6.3" #endif /** The official libburn interface revision to use. @@ -101,7 +101,7 @@ or #define Cdrskin_libburn_minoR 6 #endif #ifndef Cdrskin_libburn_micrO -#define Cdrskin_libburn_micrO 0 +#define Cdrskin_libburn_micrO 2 #endif @@ -135,44 +135,44 @@ or #endif /* Cdrskin_libburn_cvs_A60220_tS */ -#ifdef Cdrskin_libburn_0_6_0 -#define Cdrskin_libburn_versioN "0.6.0" +#ifdef Cdrskin_libburn_0_6_2 +#define Cdrskin_libburn_versioN "0.6.2" #define Cdrskin_libburn_from_pykix_svN 1 -#endif /* Cdrskin_libburn_0_6_0 */ +#endif /* Cdrskin_libburn_0_6_2 */ -#ifdef Cdrskin_libburn_0_6_1 -#define Cdrskin_libburn_versioN "0.6.1" +#ifdef Cdrskin_libburn_0_6_3 +#define Cdrskin_libburn_versioN "0.6.3" #define Cdrskin_libburn_from_pykix_svN 1 /* Place novelty switch macros here. Move them down to Cdrskin_libburn_from_pykix_svN on version leap */ -/* there are no libburn novelties in 0.6.1 yet */ +/* there are no libburn novelties in 0.6.3 yet */ -#endif /* Cdrskin_libburn_0_6_1 */ +#endif /* Cdrskin_libburn_0_6_3 */ #ifndef Cdrskin_libburn_versioN -#define Cdrskin_libburn_0_6_0 -#define Cdrskin_libburn_versioN "0.6.0" +#define Cdrskin_libburn_0_6_2 +#define Cdrskin_libburn_versioN "0.6.2" #define Cdrskin_libburn_from_pykix_svN 1 #endif -#ifdef Cdrskin_libburn_0_6_0 +#ifdef Cdrskin_libburn_0_6_2 #undef Cdrskin_libburn_majoR #undef Cdrskin_libburn_minoR #undef Cdrskin_libburn_micrO #define Cdrskin_libburn_majoR 0 #define Cdrskin_libburn_minoR 6 -#define Cdrskin_libburn_micrO 0 +#define Cdrskin_libburn_micrO 2 #endif -#ifdef Cdrskin_libburn_0_6_1 +#ifdef Cdrskin_libburn_0_6_3 #undef Cdrskin_libburn_majoR #undef Cdrskin_libburn_minoR #undef Cdrskin_libburn_micrO #define Cdrskin_libburn_majoR 0 #define Cdrskin_libburn_minoR 6 -#define Cdrskin_libburn_micrO 1 +#define Cdrskin_libburn_micrO 3 #endif @@ -251,7 +251,7 @@ or /* 0.4.8 */ /* Bug fix release for write_start_address=... on DVD-RAM and BD-RE */ -/* 0.5.0 , 0.5.2 , 0.5.4 , 0.5.6 , 0.5.8 , 0.6.0 */ +/* 0.5.0 , 0.5.2 , 0.5.4 , 0.5.6 , 0.5.8 , 0.6.0 , 0.6.2 */ /* novel libburn features are transparent to cdrskin */ diff --git a/cdrskin/cdrskin_eng.html b/cdrskin/cdrskin_eng.html index 772f90b..62ba4d4 100644 --- a/cdrskin/cdrskin_eng.html +++ b/cdrskin/cdrskin_eng.html @@ -59,7 +59,7 @@ and to MMC-5 for DVD or BD). GPL software included:
-
libburn-0.6.0
+
libburn-0.6.2
(founded by Derek Foreman and Ben Jansens, developed and maintained since August 2006 by Thomas Schmitt from team of libburnia-project.org) @@ -191,8 +191,8 @@ or to do experiments on BD-R media.

Download as source code (see README):
-
cdrskin-0.6.0.pl01.tar.gz -(745 KB). +
cdrskin-0.6.2.pl00.tar.gz +(750 KB).
The cdrskin tarballs are source code identical with libburn releases @@ -241,36 +241,28 @@ cdrskin_0.4.2.pl00-x86-suse9_0-static.tar.gz, (310 KB), -static compiled,

-Enhancements towards previous stable version cdrskin-0.5.8.pl00: +Enhancements towards previous stable version cdrskin-0.6.0.pl00:

    -
  • Formatting and writing of BD-R media
  • +
  • Improvements with build system for FreeBSD
-Bug fixes towards cdrskin-0.5.8.pl00: -
    -
  • none
  • - -
- Bug fixes towards cdrskin-0.6.0.pl00:
  • BD-R media were not closed properly. The last session staid open and unreadable.
-

-

-

Development snapshot, version 0.6.1 :

+

Development snapshot, version 0.6.3 :

Enhancements towards current stable version 0.6.0.pl00:
  • none yet
  • @@ -280,10 +272,10 @@ Bug fixes towards cdrskin-0.6.0.pl00:
 
-
README 0.6.1 -
cdrskin_0.6.1 --help
-
cdrskin_0.6.1 -help
-
man cdrskin (as of 0.6.1)
+
README 0.6.3 +
cdrskin_0.6.3 --help
+
cdrskin_0.6.3 -help
+
man cdrskin (as of 0.6.3)
 
Maintainers of cdrskin unstable packages please use SVN of libburnia-project.org
@@ -303,8 +295,8 @@ admins with full system souvereignty. upcoming README ):
-cdrskin-0.6.1.tar.gz -(740 KB). +cdrskin-0.6.3.tar.gz +(750 KB).