Version leap to libisoburn-1.5.0

This commit is contained in:
2018-09-15 15:58:10 +02:00
parent c30c89d1e1
commit f0b6ea7896
21 changed files with 124 additions and 154 deletions

View File

@ -200,7 +200,7 @@ libburnia git: libisoburn/frontend/xorriso-tcltk
You will probably have to give it x-permission after download. Some browsers
insist in adding ".htm" to the file name.
<BR>
Further you need xorriso >= 1.4.6, Tcl, Tk >= 8.4,
Further you need xorriso >= 1.5.0, Tcl, Tk >= 8.4,
Tcl/Tk package &quot;BWidget&quot;.
</P>
@ -506,14 +506,14 @@ files or trees to disk:
<P>
<DL>
<DT><H3>Download as source code (see README):</H3></DT>
<DD><A HREF="xorriso-1.4.8.tar.gz">xorriso-1.4.8.tar.gz</A>
(2610 KiB).
<DD><A HREF="xorriso-1.5.0.tar.gz">xorriso-1.5.0.tar.gz</A>
(2625 KiB).
</DD>
<DD>(Released 12 Sep 2017)</DD>
<DD><A HREF="xorriso-1.4.8.tar.gz.sig">xorriso-1.4.8.tar.gz.sig</A></DD>
<DD>(Released 15 Sep 2018)</DD>
<DD><A HREF="xorriso-1.5.0.tar.gz.sig">xorriso-1.5.0.tar.gz.sig</A></DD>
<DD>
(detached GPG signature for verification by
<KBD>gpg --verify xorriso-1.4.8.tar.gz.sig xorriso-1.4.8.tar.gz</KBD>
<KBD>gpg --verify xorriso-1.5.0.tar.gz.sig xorriso-1.5.0.tar.gz</KBD>
<BR>
which should confirm
<KBD>gpg: Good signature from "Thomas Schmitt &lt;scdbackup@gmx.net&gt;"</KBD>
@ -528,7 +528,7 @@ after <KBD>gpg --keyserver keys.gnupg.net --recv-keys ABC0A854</KBD>
<DD>
Also on <A HREF="http://www.gnu.org/prep/ftp.html">
mirrors of ftp://ftp.gnu.org/gnu/ </A>
as xorriso/xorriso-1.4.8.tar.gz
as xorriso/xorriso-1.5.0.tar.gz
</DD>
</DL>
</DD>
@ -563,35 +563,21 @@ describes the cdrecord emulation</DD>
<HR>
<P>
Bug fixes towards previous stable version xorriso-1.4.6:
Bug fixes towards previous stable version xorriso-1.4.8:
<UL>
<LI>
-as mkisofs -no-emul-boot without -boot-load-size defaulted to size 4,
instead of full boot image size
Reading beyond array end for HFS+ production caused SIGSEGV with
FreeBSD 11 CLANG -O2. Thanks ASX of GhostBSD.
</LI>
<LI>
-read_fs "norock" did not prevent reading of root Rock Ridge info
Multi-session emulation was not recognized with non-zero partition offset
</LI>
<LI>
Mix of absolute and relative disk paths could cause SIGSEGV with
pattern expansion
SIGSEGV could happen if a track ended by reaching its fixed size
while the track source still was willing to deliver bytes
</LI>
<LI>
Protective MBR for GPT could emerge with boot flag set
</LI>
<LI>
Appended partitions of size >= 4 GiB led to abort with error message
"FATAL : ISO overwrite". Thanks to Sven Haardiek.
</LI>
<LI>
--mbr-force-bootable did not get into effect with -append_partition
</LI>
<LI>
Exit value of failed -mount command was reported as 0
</LI>
<LI>
-boot_image actions "keep" and "patch" did not work any more.
Regression by libisofs 1.4.4.
Device file comparison parameters were recorded wrong with Linux sg
</LI>
<!--
<LI>- none -</LI>
@ -600,14 +586,12 @@ Regression by libisofs 1.4.4.
</P>
<P>
Enhancements towards previous stable version xorriso-1.4.6:
Enhancements towards previous stable version xorriso-1.4.8:
<UL>
<LI>New -find tests -maxdepth and -mindepth</LI>
<LI>New commands -update_lxi and -update_li</LI>
<LI>New -boot_image bootspec iso_mbr_part_type=</LI>
<LI>New -as mkisofs option -iso_mbr_part_type</LI>
<LI>New -as mkisofs option -eltorito-platform</LI>
<LI>Properly refusing on Pseudo Overwritable formatted BD-R</LI>
<LI>New -xattr mode "any" to process all xattr namespaces of local filesystem
</LI>
<LI>New -as mkisofs option --xattr-any</LI>
<LI>New -as mkisofs options -uid and -gid</LI>
<!--
<LI>- none -</LI>
-->
@ -630,16 +614,16 @@ libburnia project and the legal intentions of
<A HREF="http://www.fsf.org/"> FSF </A> match completely.
</DT>
<DD>&nbsp;</DD>
<DT>libburn-1.4.8</DT>
<DT>libburn-1.5.0</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-1.4.8</DT>
<DT>libisofs-1.5.0</DT>
<DD>operates on ISO 9660 filesystem images.</DD>
<DD>(By Vreixo Formoso, Mario Danic and Thomas Schmitt
from team of libburnia-project.org. HFS+ code by Vladimir Serbinenko.)</DD>
<DT>libisoburn-1.4.8</DT>
<DT>libisoburn-1.5.0</DT>
<DD>coordinates libburn and libisofs, emulates multi-session where needed,
and hosts the original source code of program xorriso.</DD>
<DD>It provides the complete functionality of xorriso via
@ -660,33 +644,19 @@ cdrecord and mkisofs.</DT>
<P>
<DL>
<DT><H3>Development snapshot, version 1.4.9 :</H3></DT>
<DD>Bug fixes towards xorriso-1.4.8:
<DT><H3>Development snapshot, version 1.5.1 :</H3></DT>
<DD>Bug fixes towards xorriso-1.5.0:
<UL>
<LI>
Reading beyond array end for HFS+ production caused SIGSEGV with
FreeBSD 11 CLANG -O2. Thanks ASX of GhostBSD.
</LI>
<LI>
Multi-session emulation was not recognized with non-zero partition offset
</LI>
<LI>
SIGSEGV could happen if a track ended by reaching its fixed size
while the track source still was willing to deliver bytes
</LI>
<LI>- none yet -</LI>
<!--
<LI>- none yet -</LI>
-->
</UL>
</DD>
<DD>Enhancements towards stable version 1.4.8:
<DD>Enhancements towards stable version 1.5.0:
<UL>
<LI>New -xattr mode "any" to process all xattr namespaces of local filesystem
</LI>
<LI>New -as mkisofs option --xattr-any</LI>
<LI>New -as mkisofs options -uid and -gid</LI>
<!--
<LI>- none yet -</LI>
<!--
-->
</UL>
@ -694,13 +664,13 @@ while the track source still was willing to deliver bytes
<DD>&nbsp;</DD>
<DD><A HREF="README_xorriso_devel">README 1.4.9</A>
<DD><A HREF="xorriso_help_devel">xorriso-1.4.9 -help</A></DD>
<DD><A HREF="xorrisofs_help_devel">xorriso-1.4.9 -as mkisofs -help</A></DD>
<DD><A HREF="xorrecord_help_devel">xorriso-1.4.9 -as cdrecord -help</A></DD>
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 1.4.9)</A></DD>
<DD><A HREF="man_1_xorrisofs_devel.html">man xorrisofs (as of 1.4.9)</A></DD>
<DD><A HREF="man_1_xorrecord_devel.html">man xorrecord (as of 1.4.9)</A></DD>
<DD><A HREF="README_xorriso_devel">README 1.5.1</A>
<DD><A HREF="xorriso_help_devel">xorriso-1.5.1 -help</A></DD>
<DD><A HREF="xorrisofs_help_devel">xorriso-1.5.1 -as mkisofs -help</A></DD>
<DD><A HREF="xorrecord_help_devel">xorriso-1.5.1 -as cdrecord -help</A></DD>
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 1.5.1)</A></DD>
<DD><A HREF="man_1_xorrisofs_devel.html">man xorrisofs (as of 1.5.1)</A></DD>
<DD><A HREF="man_1_xorrecord_devel.html">man xorrecord (as of 1.5.1)</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
@ -710,8 +680,8 @@ libburnia libraries.
installation see README)
</DD>
<DD>
<A HREF="xorriso-1.4.9.tar.gz">xorriso-1.4.9.tar.gz</A>
(2610 KiB).
<A HREF="xorriso-1.5.1.tar.gz">xorriso-1.5.1.tar.gz</A>
(2625 KiB).
</DD>
<DT>A dynamically linked development version of xorriso can be obtained
from repositories of
@ -805,7 +775,7 @@ scdbackup, multi volume CD/DVD/BD backup</A></DD>
<BR>
Legal statement: This website does not serve any commercial purpose.
<BR><BR>
Copyright &copy; 2008 - 2017 Thomas Schmitt.
Copyright &copy; 2008 - 2018 Thomas Schmitt.
<BR>
This text is freely distributable. It shall only be modified in sync with
the factual properties of xorriso and its public storage locations.