Made number transition to 1.1.7

This commit is contained in:
2011-09-27 12:50:12 +00:00
parent 8a4dfca741
commit 2472d77e9e
9 changed files with 56 additions and 54 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.1.4.tar.gz
http://files.libburnia-project.org/releases/libburn-1.1.6.tar.gz
------------------------------------------------------------------------------
@ -19,10 +19,10 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens
From tarball
Obtain libburn-1.1.4.tar.gz, take it to a directory of your choice and do:
Obtain libburn-1.1.6.tar.gz, take it to a directory of your choice and do:
tar xzf libburn-1.1.4.tar.gz
cd libburn-1.1.4
tar xzf libburn-1.1.6.tar.gz
cd libburn-1.1.6
./configure --prefix=/usr
make
@ -656,6 +656,11 @@ Project history as far as known to me:
New means to list drives by their udev symbolic links help to deal with
the non-persistent drive addresses on modern GNU/Linux.
- Tue Sep 27 2011 release 1.1.6:
libisoburn now comes with a test suite. See releng/README. Bugs were fixed
in several rarely used features. Processing of ACL and extattr was enabled
on FreeBSD. Workarounds try to cope with vanishing udev links on GNU/Linux.
------------------------------------------------------------------------------