Compare commits
12 Commits
ZeroSevenF
...
ZeroSevenF
Author | SHA1 | Date | |
---|---|---|---|
ec7fd009c8 | |||
9d18ddcbfa | |||
15984c6013 | |||
eea6c0fd96 | |||
a2b8d25da6 | |||
2a388cb443 | |||
b641b5c570 | |||
8b213ca0fe | |||
9b3b479d98 | |||
19ff671a23 | |||
1192b252ec | |||
29e20268d5 |
@ -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
13
README
@ -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
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2009.12.06.160001"
|
#define Cdrskin_timestamP "2009.12.26.110001"
|
||||||
|
Reference in New Issue
Block a user