Made number transition to 1.4.6

This commit is contained in:
2016-09-16 12:11:05 +00:00
parent 1ac174de36
commit a783b3da2f
10 changed files with 70 additions and 66 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.4.4.tar.gz
http://files.libburnia-project.org/releases/libburn-1.4.6.tar.gz
------------------------------------------------------------------------------
@ -19,10 +19,10 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens
From tarball
Obtain libburn-1.4.4.tar.gz, take it to a directory of your choice and do:
Obtain libburn-1.4.6.tar.gz, take it to a directory of your choice and do:
tar xzf libburn-1.4.4.tar.gz
cd libburn-1.4.4
tar xzf libburn-1.4.6.tar.gz
cd libburn-1.4.6
./configure --prefix=/usr
make
@ -762,6 +762,14 @@ Project history as far as known to me:
for duplicate EFI System Partition images.
Several bugs have been fixed.
- Fri Sep 16 2016 release 1.4.6:
libburn now operates optical drives on OpenBSD. libisofs makes pseudo-random
id generation reproducible by relating it to the volume date.
xorriso interprets environment variable SOURCE_DATE_EPOCH of
reproducible-builds.org to prepare a default setting which leads to identical
ISO images on identical input and identical constant options.
Several moderately embarrassing bugs have been fixed.
------------------------------------------------------------------------------