Version leap to libisoburn-0.4.9

This commit is contained in:
2010-01-25 15:02:59 +00:00
parent a734beb639
commit 07250da5f5
11 changed files with 97 additions and 73 deletions

View File

@ -49,9 +49,9 @@ via SCSI, PATA (aka IDE, ATA), USB, or SATA.
<DL>
<DT>Linux with kernel 2.4 or higher, libc, libpthread :</DT>
<DD>With kernel 2.4 an ATA drive has to be under ide-scsi emulation.</DD>
<DD>With kernel 2.6 the drive should not be under ide-scsi.</DD>
<DD>With kernel 2.6 ide-scsi is not needed.</DD>
<DT>or FreeBSD, libc, libpthread :</DT>
<DD>ATAPI/CAM support has to be enabled in the kernel, see atapicam(4).</DD>
<DD>PATA/IDE and SATA drives need atapicam running.</DD>
<DD>libcam has to be installed.</DD>
<DD>libiconv has to be installed.</DD>
<DT>or some other X/Open system, libc, libpthread :</DT>
@ -429,10 +429,10 @@ files or trees to disk:
<P>
<DL>
<DT><H3>Download as source code (see README):</H3></DT>
<DD><A HREF="xorriso-0.4.6.pl00.tar.gz">xorriso-0.4.6.pl00.tar.gz</A>
(1340 KB).
<DD><A HREF="xorriso-0.4.8.pl00.tar.gz">xorriso-0.4.8.pl00.tar.gz</A>
(1360 KB).
</DD>
<DD>(Released 08 Dec 2009)</DD>
<DD>(Released 25 Jan 2010)</DD>
</DL>
</DD>
</DL>
@ -448,7 +448,7 @@ files or trees to disk:
<A HREF="mailto:libburn-hackers@pykix.org">libburn-hackers@pykix.org</A></DD>
</DL>
<DL><DT>License:</DT>
<DD><A HREF="COPYING_xorriso">GPL version 2</A>,
<DD><A HREF="COPYING_xorriso">GPL version 2 or later</A>,
an <A HREF="http://www.opensource.org/">Open Source</A> approved license</DD>
<DD>&nbsp;</DD>
</DL>
@ -457,11 +457,18 @@ an <A HREF="http://www.opensource.org/">Open Source</A> approved license</DD>
<HR>
<P>
Bug fixes towards xorriso-0.4.4.pl00:
Bug fixes towards xorriso-0.4.6.pl00:
<UL>
<LI>Workaround for Pioneer DVR-216D which got stuck on DVD-R burns.</LI>
<LI>Workaround for Pioneer DVR-216D which did not always eject the tray.</LI>
<LI>SIGSEGV from NULL pointer with option -toc on LG GH22LS30</LI>
<LI>
With non-Linux system adapters there were 0 readable bytes on block devices
which acted as pseudo drives.
</LI>
<LI>
xorriso did not blank CD-RW with images that were prepared on hard disk
</LI>
<LI>
Invalid checksum tags were preserved if the new session produced no checksums
</LI>
<!--
<LI>- none -</LI>
-->
@ -477,10 +484,22 @@ Bug fixes towards xorriso-0.4.4.pl00:
-->
<P>
Enhancements towards previous stable version xorriso-0.4.4.pl00:
Enhancements towards previous stable version xorriso-0.4.6.pl00:
<UL>
<LI>New options -dvd_obs and -stdio_sync</LI>
<LI>New configure option --enable-dvd-obs-64k</LI>
<LI>
New configure option --enable-libcdio for system adapter to libcdio-0.83git
</LI>
<LI>
The checksum buffer for the emerging image gets now marked as invalid if
image generation is canceled.
</LI>
<LI>
More graceful reaction on filesystems where ACL are not enabled but
nevertheless requested by the application.
</LI>
<LI>
Made FreeBSD system adapter safe from mutal burn spoiling and drive deadlock.
</LI>
<!--
<LI>- none -</LI>
-->
@ -494,12 +513,12 @@ Enhancements towards previous stable version xorriso-0.4.4.pl00:
Library copies included in xorriso tarballs:
</H3>
<DL>
<DT>libburn-0.7.5</DT>
<DT>libburn-0.7.7</DT>
<DD>reads and writes data from and to CD, DVD, BD.</DD>
<DD>(founded by Derek Foreman and Ben Jansens,
developed and maintained since August 2006 by
Thomas Schmitt from team of libburnia-project.org)</DD>
<DT>libisofs-0.6.25</DT>
<DT>libisofs-0.6.27</DT>
<DD>operates on ISO 9660 filesystem images.</DD>
<DD>(By Vreixo Formoso, Mario Danic and Thomas Schmitt
from team of libburnia-project.org)</DD>
@ -517,39 +536,26 @@ cdrecord and mkisofs.</DT>
<P>
<DL>
<DT><H3>Development snapshot, version 0.4.7 :</H3></DT>
<DD>Bug fixes towards xorriso-0.4.6.pl00:
<DT><H3>Development snapshot, version 0.4.9 :</H3></DT>
<DD>Bug fixes towards xorriso-0.4.8.pl00:
<UL>
<LI>
With non-Linux system adapters there were 0 readable bytes on block devices
which acted as pseudo drives.
</LI>
<LI>
xorriso did not blank CD-RW with images that were prepared on hard disk
</LI>
<LI>
Invalid checksum tags were preserved if the new session produced no checksums
</LI>
<!--
<LI>- none yet -</LI>
<!--
-->
</UL>
</DD>
<DD>Enhancements towards stable version 0.4.6.pl00:
<DD>Enhancements towards stable version 0.4.8.pl00:
<UL>
<LI>
New configure option --enable-libcdio for system adapter to libcdio-0.83git
</LI>
<!--
<LI>- none yet -</LI>
<!--
-->
</UL>
</DD>
<DD>&nbsp;</DD>
<DD><A HREF="README_xorriso_devel">README 0.4.7</A>
<DD><A HREF="xorriso_help_devel">xorriso_0.4.7 -help</A></DD>
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.4.7)</A></DD>
<DD><A HREF="README_xorriso_devel">README 0.4.9</A>
<DD><A HREF="xorriso_help_devel">xorriso_0.4.9 -help</A></DD>
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.4.9)</A></DD>
<DD>&nbsp;</DD>
<DT>If you want to distribute development versions of xorriso, then use
this tarball which produces static linking between xorriso and the
@ -559,7 +565,7 @@ libburnia libraries.
installation see README)
</DD>
<DD>
<A HREF="xorriso-0.4.7.tar.gz">xorriso-0.4.7.tar.gz</A>
<A HREF="xorriso-0.4.9.tar.gz">xorriso-0.4.9.tar.gz</A>
(1360 KB).
</DD>
<DT>A dynamically linked development version of xorriso can be obtained