Bug fix: Added missing system adapter for generic X/Open to libburn release tarball

This commit is contained in:
Thomas Schmitt 2009-12-26 10:55:13 +00:00
parent 9d18ddcbfa
commit ec7fd009c8
3 changed files with 13 additions and 4 deletions

View File

@ -199,8 +199,10 @@ EXTRA_DIST = \
cdrskin/wiki_plain.txt \ cdrskin/wiki_plain.txt \
cdrskin/cleanup.h \ cdrskin/cleanup.h \
cdrskin/cleanup.c \ cdrskin/cleanup.c \
libburn/os-dummy.h \
libburn/os-freebsd.h \ libburn/os-freebsd.h \
libburn/os-linux.h \ libburn/os-linux.h \
libburn/sg-dummy.c \
libburn/sg-freebsd.c \ libburn/sg-freebsd.c \
libburn/sg-linux.c \ libburn/sg-linux.c \
COPYING \ COPYING \

13
README
View File

@ -11,7 +11,7 @@ Still containing parts of Libburn. By Derek Foreman <derek@signalmarketing.com>
and Ben Jansens <xor@orodu.net> and Ben Jansens <xor@orodu.net>
Copyright (C) 2002-2006 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 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 cd libburn-0.7.4
./configure --prefix=/usr ./configure --prefix=/usr
make make
@ -476,6 +476,13 @@ Project history as far as known to me:
provides throughput enhancements with hampered busses on Linux, and new provides throughput enhancements with hampered busses on Linux, and new
API calls to log SCSI commands and to control the libburn fifo. 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 This program is free software; you can redistribute it and/or modify

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2009.12.06.160001" #define Cdrskin_timestamP "2009.12.26.110001"