Made number transition to 1.3.1

This commit is contained in:
2013-05-17 18:08:48 +00:00
parent 469ab7bf21
commit cf363b27fa
10 changed files with 71 additions and 72 deletions

13
README
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.2.8.tar.gz
http://files.libburnia-project.org/releases/libburn-1.3.0.tar.gz
------------------------------------------------------------------------------
@ -19,10 +19,10 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens
From tarball
Obtain libburn-1.2.8.tar.gz, take it to a directory of your choice and do:
Obtain libburn-1.3.0.tar.gz, take it to a directory of your choice and do:
tar xzf libburn-1.2.8.tar.gz
cd libburn-1.2.8
tar xzf libburn-1.3.0.tar.gz
cd libburn-1.3.0
./configure --prefix=/usr
make
@ -697,6 +697,11 @@ Project history as far as known to me:
handling of incomplete sessions has been improved. xorriso's mkisofs
emulation learned to set El Torito section id strings.
- Fri May 17 2013 release 1.3.0:
Several bugs were fixed in the libraries and in xorriso. The recently
introduced new boot preparation capabilities have been tested. New
boot preparation options for GRUB2 were added.
------------------------------------------------------------------------------