Made number transition to 1.4.8

This commit is contained in:
2017-09-12 13:36:08 +02:00
parent 113f5873cb
commit 516dc2ca76
12 changed files with 65 additions and 553 deletions

17
README
View File

@ -6,12 +6,12 @@ This all is under GPL.
------------------------------------------------------------------------------
libburnia-project.org
By Mario Danic <mario.danic@gmail.com> and Thomas Schmitt <scdbackup@gmx.net>
Copyright (C) 2006-2016 Mario Danic, Thomas Schmitt
Copyright (C) 2006-2017 Mario Danic, Thomas Schmitt
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.4.6.tar.gz
http://files.libburnia-project.org/releases/libburn-1.4.8.tar.gz
------------------------------------------------------------------------------
@ -19,10 +19,10 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens
From tarball
Obtain libburn-1.4.6.tar.gz, take it to a directory of your choice and do:
Obtain libburn-1.4.8.tar.gz, take it to a directory of your choice and do:
tar xzf libburn-1.4.6.tar.gz
cd libburn-1.4.6
tar xzf libburn-1.4.8.tar.gz
cd libburn-1.4.8
./configure --prefix=/usr
make
@ -770,6 +770,13 @@ Project history as far as known to me:
ISO images on identical input and identical constant options.
Several moderately embarrassing bugs have been fixed.
- Tue Sep 12 2017 release 1.4.8:
libburn now refuses to write to SRM+POW formatted BD-R, because it would
spoil them. libisofs got several bugs fixed and offers new API calls to
supoort new xorriso features. libisoburn and xorriso offer more detail
control with particular boot sector types. New bugs and a regression from
version 1.4.4 were fixed.
------------------------------------------------------------------------------