Made number transition to 1.2.4

This commit is contained in:
2012-07-20 11:48:38 +00:00
parent d35f52b8fc
commit 11613576cf
9 changed files with 70 additions and 58 deletions

View File

@ -19,10 +19,10 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens
From tarball
Obtain libburn-1.2.2.tar.gz, take it to a directory of your choice and do:
Obtain libburn-1.2.4.tar.gz, take it to a directory of your choice and do:
tar xzf libburn-1.2.2.tar.gz
cd libburn-1.2.2
tar xzf libburn-1.2.4.tar.gz
cd libburn-1.2.4
./configure --prefix=/usr
make
@ -77,6 +77,10 @@ configure time by:
--enable-dvd-obs-64k
This may be combined with above --enable-track-src-odirect .
If it is desired that DVD DAO writing and stdio: writing get padded up to
a full write chunk of 32k resp. 64k, then use ./configure option:
--enable-dvd-obs-pad
Alternatively the transport of SCSI commands can be done via libcdio-0.83.
You may install it and re-run libburn's ./configure with option
--enable-libcdio
@ -677,6 +681,11 @@ Project history as far as known to me:
been improved in libisofs. libisoburn and xorriso now make use of these
improvements. Some rarely occuring bugs have been fixed.
- Fri Jul 20 2012 releae 1.2.4:
libburn and libisofs got some rarely occuring bugs fixed. libisofs learned
to produce HFS+ metadata and Apple Partition Map. The capabilities of
isohybrid options --efi and --mac have been implemented (GPT and APM).
------------------------------------------------------------------------------