Made number transition to 1.0.7

This commit is contained in:
2011-04-09 09:26:29 +00:00
parent 2fc4433144
commit e9b4937849
9 changed files with 60 additions and 57 deletions

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.0.4.pl00.tar.gz
http://files.libburnia-project.org/releases/libburn-1.0.6.pl00.tar.gz
------------------------------------------------------------------------------
@ -19,10 +19,10 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens
From tarball
Obtain libburn-1.0.4.pl00.tar.gz, take it to a directory of your choice and do:
Obtain libburn-1.0.6.pl00.tar.gz, take it to a directory of your choice and do:
tar xzf libburn-1.0.4.pl00.tar.gz
cd libburn-1.0.4
tar xzf libburn-1.0.6.pl00.tar.gz
cd libburn-1.0.6
./configure --prefix=/usr
make
@ -607,6 +607,12 @@ Project history as far as known to me:
Several bugs were fixed in the libraries and in the mkisofs emulation of
xorriso. This emulation xorrisofs has now an own man page and info document.
- Sat Apr 09 2011 release 1.0.6:
libburn refined its representation of emulated drives. The size alignment
of DVD DAO is now 2 kB rather than 32 kB. libisofs produces Joliet names of
up to 103 characters. xorriso fixes two bugs and makes use of the library
improvements.
------------------------------------------------------------------------------