Version leap to libisoburn-1.5.6
This commit is contained in:
@ -201,7 +201,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.5.4, Tcl, Tk >= 8.4,
|
||||
Further you need xorriso >= 1.5.6, Tcl, Tk >= 8.4,
|
||||
Tcl/Tk package "BWidget".
|
||||
</P>
|
||||
|
||||
@ -507,23 +507,23 @@ files or trees to disk:
|
||||
<P>
|
||||
<DL>
|
||||
<DT><H3>Download as source code (see README):</H3></DT>
|
||||
<DD><A HREF="xorriso-1.5.4.pl02.tar.gz">xorriso-1.5.4.pl02.tar.gz</A>
|
||||
(2720 KiB).
|
||||
<DD><A HREF="xorriso-1.5.6.tar.gz">xorriso-1.5.6.tar.gz</A>
|
||||
(2780 KiB).
|
||||
</DD>
|
||||
<DD>(Released 06 Feb 2021)</DD>
|
||||
<DD><A HREF="xorriso-1.5.4.pl02.tar.gz.sig">xorriso-1.5.4.pl02.tar.gz.sig</A></DD>
|
||||
<DD>(Released 07 Jun 2023)</DD>
|
||||
<DD><A HREF="xorriso-1.5.6.tar.gz.sig">xorriso-1.5.6.tar.gz.sig</A></DD>
|
||||
<DD>
|
||||
(detached GPG signature for verification by either
|
||||
<BR>
|
||||
<KBD>wget https://ftp.gnu.org/gnu/gnu-keyring.gpg</KBD>
|
||||
<BR>
|
||||
<KBD>gpg --with-fingerprint --keyring ./gnu-keyring.gpg --verify xorriso-1.5.4.pl02.tar.gz.sig</KBD>
|
||||
<KBD>gpg --with-fingerprint --keyring ./gnu-keyring.gpg --verify xorriso-1.5.6.tar.gz.sig</KBD>
|
||||
<BR>
|
||||
or
|
||||
<BR>
|
||||
<KBD>gpg --keyserver keyserver.ubuntu.com --recv-keys ABC0A854</KBD>
|
||||
<BR>
|
||||
<KBD>gpg --with-fingerprint --verify xorriso-1.5.4.pl02.tar.gz.sig</KBD>
|
||||
<KBD>gpg --with-fingerprint --verify xorriso-1.5.6.tar.gz.sig</KBD>
|
||||
<BR>
|
||||
Both should confirm
|
||||
<BR>
|
||||
@ -538,7 +538,7 @@ Primary key fingerprint: 44BC 9FD0 D688 EB00 7C4D D029 E9CB DFC0 ABC0 A854
|
||||
<DD>
|
||||
Also on <A HREF="http://www.gnu.org/prep/ftp.html">
|
||||
mirrors of ftp://ftp.gnu.org/gnu/ </A>
|
||||
as xorriso/xorriso-1.5.4.pl02.tar.gz
|
||||
as xorriso/xorriso-1.5.6.tar.gz
|
||||
</DD>
|
||||
</DL>
|
||||
</DD>
|
||||
@ -573,153 +573,7 @@ describes the cdrecord emulation</DD>
|
||||
<HR>
|
||||
|
||||
<P>
|
||||
Bug fixes towards previous stable version xorriso-1.5.2:
|
||||
<UL>
|
||||
<LI>
|
||||
-report_system_area as_mkisofs misrepresented GPT with appended
|
||||
partition and forced boot flag as -part_like_isohybrid
|
||||
</LI>
|
||||
<LI>
|
||||
Boot catalog could get a wrong name if cat_path= is explicitely given but
|
||||
not containing a slash character
|
||||
</LI>
|
||||
<LI>
|
||||
Big-Endian MIPS Volume Header boot file size was rounded up to full 2048.
|
||||
Thanks René Rebe.
|
||||
</LI>
|
||||
<LI>
|
||||
El Torito production failed if no catalog path is given and the
|
||||
first boot image path contains no slash
|
||||
</LI>
|
||||
<LI>
|
||||
zisofs production was wrong on big-endian machines
|
||||
</LI>
|
||||
<LI>
|
||||
Apple Partition Map entries wrote uninitialized data
|
||||
</LI>
|
||||
<LI>
|
||||
Appended APM partitions without HFS+ production had start and size 1
|
||||
</LI>
|
||||
<LI>
|
||||
On GNU/Linux early SCSI commands were not logged
|
||||
</LI>
|
||||
<!--
|
||||
<LI>- none -</LI>
|
||||
-->
|
||||
</UL>
|
||||
</P>
|
||||
|
||||
<P>
|
||||
Bug fixes towards deprecated versions xorriso-1.5.4 and 1.5.4.pl01:
|
||||
<UL>
|
||||
<LI>
|
||||
Large amounts of AAIP data or many long file names could cause with
|
||||
zisofs an unreadable filesystem after the warning "Calculated and written
|
||||
ECMA-119 tree end differ"
|
||||
</LI>
|
||||
</UL>
|
||||
</P>
|
||||
|
||||
<P>
|
||||
Enhancements towards previous stable version xorriso-1.5.2:
|
||||
<UL>
|
||||
<LI>
|
||||
Switched to usage of libjte-2.0.0
|
||||
</LI>
|
||||
<LI>
|
||||
New -jigdo parameters "checksum_algorithm", "demand_checksum", "-checksum-list"
|
||||
</LI>
|
||||
<LI>
|
||||
New -as mkisofs options -jigdo-checksum-algorithm, -checksum-list,
|
||||
-jigdo-force-checksum
|
||||
</LI>
|
||||
<LI>
|
||||
New helper script xorriso-dd-target
|
||||
</LI>
|
||||
<LI>
|
||||
New command -truncate_overwritable
|
||||
</LI>
|
||||
<LI>
|
||||
New -read_speed prefixes "soft_force:" and "soft_corr:"
|
||||
</LI>
|
||||
<LI>
|
||||
New -check_media option data_to="-" for standard output
|
||||
</LI>
|
||||
<LI>
|
||||
New -zisofs parameters version_2=, block_size_v2=, max_bpt=, max_bpt_f=,
|
||||
bpt_target=, bpt_free_ratio=, by_magic=v2, susp_z2=
|
||||
</LI>
|
||||
<LI>
|
||||
New -as mkisofs options --zisofs-version-2, --zisofs2-susp-z2, --zisofs2-susp-zf
|
||||
</LI>
|
||||
<LI>
|
||||
Enabled recognition of zisofs by magic without zlib support
|
||||
</LI>
|
||||
<LI>
|
||||
New -osirrox option sparse= controls extraction into sparse files
|
||||
</LI>
|
||||
<LI>
|
||||
New command -joliet_map
|
||||
</LI>
|
||||
<LI>
|
||||
New command -extract_boot_images
|
||||
</LI>
|
||||
<!--
|
||||
<LI>- none -</LI>
|
||||
-->
|
||||
</UL>
|
||||
</P>
|
||||
|
||||
<HR>
|
||||
|
||||
<P>
|
||||
<H3>
|
||||
Software copies included in GNU xorriso:
|
||||
</H3>
|
||||
<DL>
|
||||
<DT>
|
||||
GNU xorriso is feature-wise equivalent to the dynamic compilation of
|
||||
<A HREF="http://libburnia-project.org/"> libburnia </A>
|
||||
libraries, libjte, and libburnia program xorriso.
|
||||
It restricts itself to a technical form where the legal commitments of the
|
||||
libburnia project and the legal intentions of
|
||||
<A HREF="http://www.fsf.org/"> FSF </A> match completely.
|
||||
</DT>
|
||||
<DD> </DD>
|
||||
<DT>libburn-1.5.4</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.5.4</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.5.4</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
|
||||
a C language API.</DD>
|
||||
<DD>(By Vreixo Formoso and Thomas Schmitt
|
||||
from team of libburnia-project.org</DD>
|
||||
<DD>The helper script xorriso-dd-target is developed in cooperation with
|
||||
Nio Wiklund alias sudodus.)</DD>
|
||||
<DT>libjte-1.0.0</DT>
|
||||
<DD>produces jigdo and template file together with the emerging ISO image.</DD>
|
||||
<DD>(By Free Software Foundation, Steve McIntyre, George Danchev,
|
||||
Thomas Schmitt)</DD>
|
||||
<DD> </DD>
|
||||
<DT>The source code of this software is independent of
|
||||
cdrecord and mkisofs.</DT>
|
||||
</DL>
|
||||
</P>
|
||||
|
||||
<HR>
|
||||
|
||||
<P>
|
||||
<DL>
|
||||
<DT><H3>Development snapshot, version 1.5.5 :</H3></DT>
|
||||
<DD>Bug fixes towards stable version 1.5.4.pl02:
|
||||
Bug fixes towards previous stable version xorriso-1.5.4.pl02:
|
||||
<UL>
|
||||
<LI>
|
||||
False -status failure with -boot_image --interval:appended_partition
|
||||
@ -744,6 +598,8 @@ partition table if the partitions are data files in the ISO
|
||||
rather than appended
|
||||
</LI>
|
||||
<LI>
|
||||
Split file directories (-split_size) were created with wrong permissions
|
||||
<LI>
|
||||
libisofs did not mark clones of imported files as imported.
|
||||
This could cause that original and clone occupy data storage
|
||||
in the newly written session. Thanks to Ivan Shmakov.
|
||||
@ -766,12 +622,14 @@ unrecognized content (pseudo-closed)
|
||||
<LI>
|
||||
-find test -has_xattr matched "isofs." attributes in -xattr mode "any"
|
||||
</LI>
|
||||
<!--
|
||||
<LI>- none yet -</LI>
|
||||
-->
|
||||
<!--
|
||||
<LI>- none -</LI>
|
||||
-->
|
||||
</UL>
|
||||
</DD>
|
||||
<DD>Enhancements towards stable version 1.5.4.pl02:
|
||||
</P>
|
||||
|
||||
<P>
|
||||
Enhancements towards previous stable version xorriso-1.5.4.pl02:
|
||||
<UL>
|
||||
<LI>
|
||||
New -boot_image settings gpt_iso_bootable= and gpt_iso_not_ro=
|
||||
@ -797,6 +655,76 @@ New -find test -size
|
||||
<LI>
|
||||
New -compliance rules max_ce_entries=, max_ce_drop=
|
||||
</LI>
|
||||
<LI>
|
||||
Allowed lseekable device files with -cut_out.
|
||||
Proof-of-concept by Ivan Shmakov on bugs.debian.org.
|
||||
</LI>
|
||||
<!--
|
||||
<LI>- none -</LI>
|
||||
-->
|
||||
</UL>
|
||||
</P>
|
||||
|
||||
<HR>
|
||||
|
||||
<P>
|
||||
<H3>
|
||||
Software copies included in GNU xorriso:
|
||||
</H3>
|
||||
<DL>
|
||||
<DT>
|
||||
GNU xorriso is feature-wise equivalent to the dynamic compilation of
|
||||
<A HREF="http://libburnia-project.org/"> libburnia </A>
|
||||
libraries, libjte, and libburnia program xorriso.
|
||||
It restricts itself to a technical form where the legal commitments of the
|
||||
libburnia project and the legal intentions of
|
||||
<A HREF="http://www.fsf.org/"> FSF </A> match completely.
|
||||
</DT>
|
||||
<DD> </DD>
|
||||
<DT>libburn-1.5.6</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.5.6</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.5.6</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
|
||||
a C language API.</DD>
|
||||
<DD>(By Vreixo Formoso and Thomas Schmitt
|
||||
from team of libburnia-project.org</DD>
|
||||
<DD>The helper script xorriso-dd-target is developed in cooperation with
|
||||
Nio Wiklund alias sudodus.)</DD>
|
||||
<DT>libjte-2.0.0</DT>
|
||||
<DD>produces jigdo and template file together with the emerging ISO image.</DD>
|
||||
<DD>(By Free Software Foundation, Steve McIntyre, George Danchev,
|
||||
Thomas Schmitt)</DD>
|
||||
<DD> </DD>
|
||||
<DT>The source code of this software is independent of
|
||||
cdrecord and mkisofs.</DT>
|
||||
</DL>
|
||||
</P>
|
||||
|
||||
<HR>
|
||||
|
||||
<P>
|
||||
<DL>
|
||||
<DT><H3>Development snapshot, version 1.5.7 :</H3></DT>
|
||||
<DD>Bug fixes towards stable version 1.5.6:
|
||||
<UL>
|
||||
<LI>- none yet -</LI>
|
||||
<!--
|
||||
<LI>- none yet -</LI>
|
||||
-->
|
||||
</UL>
|
||||
</DD>
|
||||
<DD>Enhancements towards stable version 1.5.6:
|
||||
<UL>
|
||||
<LI>- none yet -</LI>
|
||||
<!--
|
||||
<LI>- none yet -</LI>
|
||||
-->
|
||||
@ -806,13 +734,13 @@ New -compliance rules max_ce_entries=, max_ce_drop=
|
||||
|
||||
|
||||
<DD> </DD>
|
||||
<DD><A HREF="README_xorriso_devel">README 1.5.5</A>
|
||||
<DD><A HREF="xorriso_help_devel">xorriso-1.5.5 -help</A></DD>
|
||||
<DD><A HREF="xorrisofs_help_devel">xorriso-1.5.5 -as mkisofs -help</A></DD>
|
||||
<DD><A HREF="xorrecord_help_devel">xorriso-1.5.5 -as cdrecord -help</A></DD>
|
||||
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 1.5.5)</A></DD>
|
||||
<DD><A HREF="man_1_xorrisofs_devel.html">man xorrisofs (as of 1.5.5)</A></DD>
|
||||
<DD><A HREF="man_1_xorrecord_devel.html">man xorrecord (as of 1.5.5)</A></DD>
|
||||
<DD><A HREF="README_xorriso_devel">README 1.5.7</A>
|
||||
<DD><A HREF="xorriso_help_devel">xorriso-1.5.7 -help</A></DD>
|
||||
<DD><A HREF="xorrisofs_help_devel">xorriso-1.5.7 -as mkisofs -help</A></DD>
|
||||
<DD><A HREF="xorrecord_help_devel">xorriso-1.5.7 -as cdrecord -help</A></DD>
|
||||
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 1.5.7)</A></DD>
|
||||
<DD><A HREF="man_1_xorrisofs_devel.html">man xorrisofs (as of 1.5.7)</A></DD>
|
||||
<DD><A HREF="man_1_xorrecord_devel.html">man xorrecord (as of 1.5.7)</A></DD>
|
||||
<DD> </DD>
|
||||
<DT>If you want to distribute development versions of xorriso, then use
|
||||
this tarball which produces static linking between xorriso and the
|
||||
@ -822,7 +750,7 @@ libburnia libraries.
|
||||
installation see README)
|
||||
</DD>
|
||||
<DD>
|
||||
<A HREF="xorriso-1.5.5.tar.gz">xorriso-1.5.5.tar.gz</A>
|
||||
<A HREF="xorriso-1.5.7.tar.gz">xorriso-1.5.7.tar.gz</A>
|
||||
(2780 KiB).
|
||||
</DD>
|
||||
<DT>A dynamically linked development version of xorriso can be obtained
|
||||
@ -852,18 +780,13 @@ versions for dynamic linking. Only release versions are safe for that.
|
||||
But after the run of <KBD>./bootstrap</KBD>, only
|
||||
vanilla tools like make and gcc are needed.
|
||||
</DT>
|
||||
<DT>GNU xorriso contains a copy of libjte-1.0.0 or 2.0.0 from package jigit
|
||||
<DT>GNU xorriso contains a copy of libjte-2.0.0 from package jigit
|
||||
which produces jigdo and template file together with the emerging ISO image.
|
||||
(By Free Software Foundation, Steve McIntyre, George Danchev,
|
||||
Thomas Schmitt)
|
||||
</DT>
|
||||
<DD>Important: If desired, libjte has to be already installed when libisofs
|
||||
and libisoburn get built.</DD>
|
||||
<DD>Download: <KBD><B>wget http://www.einval.com/~steve/software/JTE/download/jigit_1.17.orig.tar.gz</B>
|
||||
</KBD></DD>
|
||||
<DD>Install: <KBD><B>tar xzf jigit_1.17.orig.tar.gz ; cd jigit-1.17 ; make ; make install</B>
|
||||
</KBD></DD>
|
||||
<DD>or</DD>
|
||||
<DD>Download: <KBD><B>wget https://www.einval.com/~steve/software/JTE/download/jigit-1.22.tar.xz</B>
|
||||
</KBD></DD>
|
||||
<DD>Install: <KBD><B>unxz <jigit-1.22.tar.xz | tar xf - ; cd jigit-1.22 ; make ; make install</B>
|
||||
@ -922,7 +845,7 @@ scdbackup, multi volume CD/DVD/BD backup</A></DD>
|
||||
<BR>
|
||||
Legal statement: This website does not serve any commercial purpose.
|
||||
<BR><BR>
|
||||
Copyright © 2008 - 2022 Thomas Schmitt.
|
||||
Copyright © 2008 - 2023 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.
|
||||
|
Reference in New Issue
Block a user