Bug fix: Added missing system adapter for generic X/Open to libburn release tarball
This commit is contained in:
parent
9d18ddcbfa
commit
ec7fd009c8
@ -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 \
|
||||
|
13
README
13
README
@ -11,7 +11,7 @@ Still containing parts of Libburn. By Derek Foreman <derek@signalmarketing.com>
|
||||
and Ben Jansens <xor@orodu.net>
|
||||
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
|
||||
|
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2009.12.06.160001"
|
||||
#define Cdrskin_timestamP "2009.12.26.110001"
|
||||
|
Loading…
Reference in New Issue
Block a user