Made number transition to 1.3.7

This commit is contained in:
2014-03-04 16:22:27 +00:00
parent 487685407d
commit 06d5a72d0b
10 changed files with 71 additions and 66 deletions

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-2013 Mario Danic, Thomas Schmitt
Copyright (C) 2006-2014 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.3.4.tar.gz
http://files.libburnia-project.org/releases/libburn-1.3.6.tar.gz
------------------------------------------------------------------------------
@ -19,10 +19,10 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens
From tarball
Obtain libburn-1.3.4.tar.gz, take it to a directory of your choice and do:
Obtain libburn-1.3.6.tar.gz, take it to a directory of your choice and do:
tar xzf libburn-1.3.4.tar.gz
cd libburn-1.3.4
tar xzf libburn-1.3.6.tar.gz
cd libburn-1.3.6
./configure --prefix=/usr
make
@ -137,7 +137,8 @@ These are libraries, language bindings, and middleware binaries which emulate
classical (and valuable) Linux tools.
Currently it is supported on GNU/Linux with kernels >= 2.4,
on FreeBSD with ATAPI/CAM enabled in the kernel (see man atapicam),
and on OpenSolaris (tested with kernel 5.11).
on OpenSolaris (tested with kernel 5.11),
on NetBSD (tested with 6.1.3).
On other X/Open compliant systems there will only be pseudo drives, but no
direct MMC operation on real CD/DVD/BD drives.
@ -719,6 +720,12 @@ Project history as far as known to me:
xorriso now by default puts EL Torito boot images to low block addresses.
It can report and set read speeds. Several rarely occuring bugs were fixed.
- Tue Mar 04 2014 release 1.3.6
libburn learned to operate optical drives and media on NetBSD. libisofs got
a bug fix about HFS+ and enhancements about character set conversion.
Minor bugs were fixed in libisoburn. xorriso can now find files with names
which cannot be represented unchanged in ECMA-119, Joliet, or HFS+.
------------------------------------------------------------------------------