Compare commits

...

4 Commits

4 changed files with 13 additions and 4 deletions

View File

@ -1,4 +1,8 @@
libburn-1.1.0.pl01.tar.gz Mon Jun 20 2011
===============================================================================
* Bug fix: libburn-1.1.0 compiled only on Linux, FreeBSD, and Solaris
libburn-1.1.0.tar.gz Sat Jun 18 2011
===============================================================================
* Bug fix: burn_disc_format() on DVD-RW issued wrong block size with type 00h

10
README
View File

@ -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-1.1.0.tar.gz
http://files.libburnia-project.org/releases/libburn-1.1.0.pl01.tar.gz
------------------------------------------------------------------------------
@ -19,9 +19,9 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens
From tarball
Obtain libburn-1.1.0.tar.gz, take it to a directory of your choice and do:
Obtain libburn-1.1.0.pl01.tar.gz, take it to a directory of your choice and do:
tar xzf libburn-1.1.0.tar.gz
tar xzf libburn-1.1.0.pl01.tar.gz
cd libburn-1.1.0
./configure --prefix=/usr
make
@ -625,6 +625,10 @@ Project history as far as known to me:
some rarely occuring memory leaks. Several small bugs were fixed.
The suffix .plXY was dropped from tarball names of libburn and libisoburn.
- Mon Jun 20 2011 patch release libburn-1.1.0.pl01:
libburn-1.1.0 compiled only on Linux, FreeBSD, and Solaris, but not on
other X/Open compliant systems.
------------------------------------------------------------------------------

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2011.06.18.100001"
#define Cdrskin_timestamP "2011.06.20.110001"

View File

@ -44,6 +44,7 @@ Present implementation: default dummy which enables libburn only to work
#include "debug.h"
#include "toc.h"
#include "util.h"
#include "init.h"
#include "libdax_msgs.h"
extern struct libdax_msgs *libdax_messenger;