Made number transition and activated development documentation

This commit is contained in:
2009-08-27 13:41:34 +00:00
parent b53925889e
commit 49e61c78f5
9 changed files with 80 additions and 72 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.6.8.pl00.tar.gz
http://files.libburnia-project.org/releases/libburn-0.7.0.pl00.tar.gz
------------------------------------------------------------------------------
@ -19,10 +19,10 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens
From tarball
Obtain libburn-0.6.8.pl00.tar.gz, take it to a directory of your choice and do:
Obtain libburn-0.7.0.pl00.tar.gz, take it to a directory of your choice and do:
tar xzf libburn-0.6.8.pl00.tar.gz
cd libburn-0.6.8
tar xzf libburn-0.7.0.pl00.tar.gz
cd libburn-0.7.0
./configure --prefix=/usr
make
@ -413,6 +413,18 @@ Project history as far as known to me:
- 14 Jul 2009 libburn-0.6.8 fixes bugs and shortcommings with old MMC-1 drives
and with large SCSI bus numbers as handed out by Linux for USB drives.
- 20 Jul 2009 libisoburn-0.4.0.pl01 fixes a regression in xorriso which caused
data loss in older sessions if xorriso was used underneath growisofs.
Affected are releases since libisoburn-0.3.2 in january 2009.
- 25 Aug 2009 libisofs-0.6.22 can record MD5 checksums for the whole session
and for each single data file. Checksum tags allow to verify superblock and
directory tree before importing them.
- 27 Aug 2009 libburn-0.7.0 allows to calm down a drive and to inquire its
supported profiles. It works around some pitfalls with U3 enhanced memory
sticks which emulate a CD-ROM.
------------------------------------------------------------------------------