Made number transition to 1.5.2

This commit is contained in:
2019-10-26 16:59:53 +02:00
parent 354d45e640
commit 2298dfd08a
10 changed files with 69 additions and 62 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-2018 Mario Danic, Thomas Schmitt
Copyright (C) 2006-2019 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.5.0.tar.gz
http://files.libburnia-project.org/releases/libburn-1.5.2.tar.gz
------------------------------------------------------------------------------
@@ -19,10 +19,10 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens
From tarball
Obtain libburn-1.5.0.tar.gz, take it to a directory of your choice and do:
Obtain libburn-1.5.2.tar.gz, take it to a directory of your choice and do:
tar xzf libburn-1.5.0.tar.gz
cd libburn-1.5.0
tar xzf libburn-1.5.2.tar.gz
cd libburn-1.5.2
./configure --prefix=/usr
make
@@ -783,6 +783,13 @@ Project history as far as known to me:
capability of libisofs.
All three libraries got some rarely triggered bugs fixed.
- Sat Oct 26 2019 release 1.5.2
The libraries are now ready for building out-of-source. libisofs got minor
API extensions. libburn got a bug fixed which spoiled burn runs on
some MATSHITA laptop drives. It is now able to list all features which
the drive announces. xorriso can now set GPT type GUIDs with appended
partitions and the ISO partition.
All three libraries got some rarely triggered bugs fixed.
------------------------------------------------------------------------------