diff --git a/Makefile.am b/Makefile.am index 22b98d8..2548d93 100644 --- a/Makefile.am +++ b/Makefile.am @@ -199,8 +199,10 @@ EXTRA_DIST = \ cdrskin/wiki_plain.txt \ cdrskin/cleanup.h \ cdrskin/cleanup.c \ + libburn/os-dummy.h \ libburn/os-freebsd.h \ libburn/os-linux.h \ + libburn/sg-dummy.c \ libburn/sg-freebsd.c \ libburn/sg-linux.c \ COPYING \ diff --git a/README b/README index 35ac5c3..452cc39 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.4.pl00.tar.gz + http://files.libburnia-project.org/releases/libburn-0.7.4.pl01.tar.gz ------------------------------------------------------------------------------ @@ -19,9 +19,9 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens From tarball -Obtain libburn-0.7.4.pl00.tar.gz, take it to a directory of your choice and do: +Obtain libburn-0.7.4.pl01.tar.gz, take it to a directory of your choice and do: - tar xzf libburn-0.7.4.pl00.tar.gz + tar xzf libburn-0.7.4.pl01.tar.gz cd libburn-0.7.4 ./configure --prefix=/usr make @@ -476,6 +476,13 @@ Project history as far as known to me: provides throughput enhancements with hampered busses on Linux, and new API calls to log SCSI commands and to control the libburn fifo. +- 09 Dec 2009 libisoburn-0.4.6 allows performance tuning of output to DVD + drives or disk files. + +- 26 Dec 2009 libburn-0.7.2.pl01 fixes the release tarball which was lacking + the files of the generic system adapter for X/Open. + + ------------------------------------------------------------------------------ This program is free software; you can redistribute it and/or modify diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index ae9ed5f..c78abd8 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2009.12.06.160001" +#define Cdrskin_timestamP "2009.12.26.110001"