Made number transition to 0.9.1

This commit is contained in:
2010-12-08 13:55:24 +00:00
parent e5747c85b4
commit c712ae1a41
9 changed files with 68 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-0.8.8.pl00.tar.gz
http://files.libburnia-project.org/releases/libburn-0.9.0.pl00.tar.gz
------------------------------------------------------------------------------
@ -19,10 +19,10 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens
From tarball
Obtain libburn-0.8.8.pl00.tar.gz, take it to a directory of your choice and do:
Obtain libburn-0.9.0.pl00.tar.gz, take it to a directory of your choice and do:
tar xzf libburn-0.8.8.pl00.tar.gz
cd libburn-0.8.8
tar xzf libburn-0.9.0.pl00.tar.gz
cd libburn-0.9.0
./configure --prefix=/usr
make
@ -563,7 +563,17 @@ Project history as far as known to me:
with non-zero offset for ISO 9660 images on USB sticks, improves mkisofs
emulation, and fixes a regression which existed since version 0.4.2.
- Wed Oct 20 2010 libburn-0.8.8 brings minor improvements.
- Wed Oct 20 2010 libburn-0.8.8 can report the used amount of BD spare blocks.
- Sat Oct 23 2010 Version 0.6.38 of libisofs can use libjte to produce jigdo
files along with the ISO image. Further filesystem images may be appended
as MBR partitions 1 to 4. The capability was added to produce boot blocks
for computers with MIPS CPU.
- Tue Oct 26 2010 Release 0.6.4.pl00 of libisoburn and xorriso makes use of
the new libisofs capabilities.
- Wed Dec 08 libburn-0.9.0 fixes a regression with SCSI command logging.
------------------------------------------------------------------------------