Compare commits
4 Commits
1.1.0
...
1.1.0.pl01
Author | SHA1 | Date | |
---|---|---|---|
3d8f4491c4 | |||
8f36e9b8d5 | |||
806829e215 | |||
88fdf1f89a |
@ -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
|
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
|
* Bug fix: burn_disc_format() on DVD-RW issued wrong block size with type 00h
|
||||||
|
10
README
10
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-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
|
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
|
cd libburn-1.1.0
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
make
|
make
|
||||||
@ -624,6 +624,10 @@ Project history as far as known to me:
|
|||||||
The consumption of stack memory was reduced. Statical program analysis found
|
The consumption of stack memory was reduced. Statical program analysis found
|
||||||
some rarely occuring memory leaks. Several small bugs were fixed.
|
some rarely occuring memory leaks. Several small bugs were fixed.
|
||||||
The suffix .plXY was dropped from tarball names of libburn and libisoburn.
|
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.
|
||||||
|
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2011.06.18.100001"
|
#define Cdrskin_timestamP "2011.06.20.110001"
|
||||||
|
@ -44,6 +44,7 @@ Present implementation: default dummy which enables libburn only to work
|
|||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
#include "toc.h"
|
#include "toc.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
#include "init.h"
|
||||||
|
|
||||||
#include "libdax_msgs.h"
|
#include "libdax_msgs.h"
|
||||||
extern struct libdax_msgs *libdax_messenger;
|
extern struct libdax_msgs *libdax_messenger;
|
||||||
|
Reference in New Issue
Block a user