|
|
|
@ -446,21 +446,21 @@ This can bring effective read performance near to the raw media reading speed.
|
|
|
|
|
<P>
|
|
|
|
|
<DL>
|
|
|
|
|
<DT><H3>Download as source code (see README):</H3></DT>
|
|
|
|
|
<DD><A HREF="xorriso-1.0.2.tar.gz">xorriso-1.0.2.tar.gz</A>
|
|
|
|
|
(1795 KB).
|
|
|
|
|
<DD><A HREF="xorriso-1.0.4.tar.gz">xorriso-1.0.4.tar.gz</A>
|
|
|
|
|
(1885 KB).
|
|
|
|
|
</DD>
|
|
|
|
|
<DD>(Released 23 Feb 2011)</DD>
|
|
|
|
|
<DD><A HREF="xorriso-1.0.2.tar.gz.sig">xorriso-1.0.2.tar.gz.sig</A></DD>
|
|
|
|
|
<DD>(Released 10 Mar 2011)</DD>
|
|
|
|
|
<DD><A HREF="xorriso-1.0.4.tar.gz.sig">xorriso-1.0.4.tar.gz.sig</A></DD>
|
|
|
|
|
<DD>
|
|
|
|
|
(detached GPG signature for verification by
|
|
|
|
|
<KBD>gpg --verify xorriso-1.0.2.tar.gz.sig xorriso-1.0.2.tar.gz</KBD>
|
|
|
|
|
<KBD>gpg --verify xorriso-1.0.4.tar.gz.sig xorriso-1.0.4.tar.gz</KBD>
|
|
|
|
|
<BR>
|
|
|
|
|
after eventual <KBD>gpg --keyserver keys.gnupg.net --recv-keys ABC0A854</KBD>).
|
|
|
|
|
</DD>
|
|
|
|
|
<DD>
|
|
|
|
|
Also on <A HREF="http://www.gnu.org/prep/ftp.html">
|
|
|
|
|
mirrors of ftp://ftp.gnu.org/gnu/ </A>
|
|
|
|
|
as xorriso/xorriso-1.0.2.tar.gz
|
|
|
|
|
as xorriso/xorriso-1.0.4.tar.gz
|
|
|
|
|
</DD>
|
|
|
|
|
</DL>
|
|
|
|
|
</DD>
|
|
|
|
@ -474,6 +474,8 @@ as xorriso/xorriso-1.0.2.tar.gz
|
|
|
|
|
<DD><A HREF="xorrecord_help">xorriso -as cdrecord -help</A>
|
|
|
|
|
supported options of cdrecord emulation</DD>
|
|
|
|
|
<DD><A HREF="man_1_xorriso.html">man xorriso</A> is the manual page</DD>
|
|
|
|
|
<DD><A HREF="man_1_xorrisofs_devel.html">man xorrisofs</A>
|
|
|
|
|
describes the mkisofs emulation</DD>
|
|
|
|
|
</DL>
|
|
|
|
|
<A NAME="contact"></A>
|
|
|
|
|
<DL><DT>Contact:</DT>
|
|
|
|
@ -493,22 +495,21 @@ as xorriso/xorriso-1.0.2.tar.gz
|
|
|
|
|
<HR>
|
|
|
|
|
|
|
|
|
|
<P>
|
|
|
|
|
Bug fixes towards xorriso-1.0.0:
|
|
|
|
|
Bug fixes towards xorriso-1.0.2:
|
|
|
|
|
<UL>
|
|
|
|
|
<LI>
|
|
|
|
|
Images produced with -for_backup might be unreadable and
|
|
|
|
|
also fail -check_md5 verification.
|
|
|
|
|
<LI>xorrisofs did not work under growisofs -M (version 1.0.0 was still ok)
|
|
|
|
|
</LI>
|
|
|
|
|
<LI>
|
|
|
|
|
mkisofs emulation options -l , -full-iso9660-filenames did not work.
|
|
|
|
|
<LI>-as mkisofs -C attempted to read volume header of blank media
|
|
|
|
|
</LI>
|
|
|
|
|
<LI>
|
|
|
|
|
ECMA-119 standards violation with Volume Descriptor Set Terminator
|
|
|
|
|
(hampers libarchive, but not mounting on Linux, FreeBSD, Solaris,
|
|
|
|
|
or booting by ISOLINUX or GRUB2).
|
|
|
|
|
<LI>-as mkisofs -old-root did not work with -graft-points
|
|
|
|
|
</LI>
|
|
|
|
|
<LI>
|
|
|
|
|
Option -mkdir yielded SIGSEGV due to a NULL pointer.
|
|
|
|
|
<LI>-as mkisofs -partition_hd_cyl had no effect
|
|
|
|
|
</LI>
|
|
|
|
|
<LI>-as mkisofs did not properly unescape target part of pathspecs
|
|
|
|
|
</LI>
|
|
|
|
|
<LI>isohybrid image size was not aligned to cylinder boundary
|
|
|
|
|
</LI>
|
|
|
|
|
<LI>Compilation without zlib failed
|
|
|
|
|
</LI>
|
|
|
|
|
<!--
|
|
|
|
|
<LI>- none -</LI>
|
|
|
|
@ -527,19 +528,20 @@ Bug fixes in .pl01 towards xorriso-:
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
<P>
|
|
|
|
|
Enhancements towards previous stable version xorriso-1.0.0:
|
|
|
|
|
Enhancements towards previous stable version xorriso-1.0.2:
|
|
|
|
|
<UL>
|
|
|
|
|
<LI>New options -clone and -cp_clone</LI>
|
|
|
|
|
<LI>New -find actions update_merge, rm_merge, clear_merge</LI>
|
|
|
|
|
<LI>New -as mkisofs option -max-iso9660-filenames</LI>
|
|
|
|
|
<LI>New -as mkisofs option --old-empty</LI>
|
|
|
|
|
<LI>New -as mkisofs options -root , -old-root</LI>
|
|
|
|
|
<LI>New -padding modes "included" and "appended"
|
|
|
|
|
</LI>
|
|
|
|
|
<LI>
|
|
|
|
|
New bootspec partition_cyl_align=, new -as mkisofs option -partition_cyl_align
|
|
|
|
|
</LI>
|
|
|
|
|
<LI>
|
|
|
|
|
New -as mkisofs options --old-root-no-md5, --old-root-no-ino, --old-root-dev
|
|
|
|
|
New -as mkisofs and -as cdrecord option --no_rc
|
|
|
|
|
</LI>
|
|
|
|
|
<LI>
|
|
|
|
|
Removed compiler obstacles of GNU xorriso on Solaris 9
|
|
|
|
|
Own man page and info document for xorrisofs
|
|
|
|
|
</LI>
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
<LI>- none -</LI>
|
|
|
|
|
-->
|
|
|
|
@ -562,16 +564,16 @@ libburnia project and the legal intentions of
|
|
|
|
|
<A HREF="http://www.fsf.org/"> FSF </A> match completely.
|
|
|
|
|
</DT>
|
|
|
|
|
<DD> </DD>
|
|
|
|
|
<DT>libburn-1.0.2</DT>
|
|
|
|
|
<DT>libburn-1.0.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.0.2</DT>
|
|
|
|
|
<DT>libisofs-1.0.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)</DD>
|
|
|
|
|
<DT>libisoburn-1.0.2</DT>
|
|
|
|
|
<DT>libisoburn-1.0.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
|
|
|
|
@ -592,41 +594,18 @@ cdrecord and mkisofs.</DT>
|
|
|
|
|
|
|
|
|
|
<P>
|
|
|
|
|
<DL>
|
|
|
|
|
<DT><H3>Development snapshot, version 1.0.3 :</H3></DT>
|
|
|
|
|
<DD>Bug fixes towards xorriso-1.0.2:
|
|
|
|
|
<DT><H3>Development snapshot, version 1.0.5 :</H3></DT>
|
|
|
|
|
<DD>Bug fixes towards xorriso-1.0.4:
|
|
|
|
|
<UL>
|
|
|
|
|
<LI>xorrisofs did not work under growisofs -M (version 1.0.0 was still ok)
|
|
|
|
|
</LI>
|
|
|
|
|
<LI>-as mkisofs -C attempted to read volume header of blank media
|
|
|
|
|
</LI>
|
|
|
|
|
<LI>-as mkisofs -old-root did not work with -graft-points
|
|
|
|
|
</LI>
|
|
|
|
|
<LI>-as mkisofs -partition_hd_cyl had no effect
|
|
|
|
|
</LI>
|
|
|
|
|
<LI>-as mkisofs did not properly unescape target part of pathspecs
|
|
|
|
|
</LI>
|
|
|
|
|
<LI>isohybrid image size was not aligned to cylinder boundary
|
|
|
|
|
</LI>
|
|
|
|
|
<LI>Compilation without zlib failed
|
|
|
|
|
</LI>
|
|
|
|
|
<LI>- none yet -</LI>
|
|
|
|
|
<!--
|
|
|
|
|
<LI>- none yet -</LI>
|
|
|
|
|
-->
|
|
|
|
|
</UL>
|
|
|
|
|
</DD>
|
|
|
|
|
<DD>Enhancements towards stable version 1.0.2:
|
|
|
|
|
<DD>Enhancements towards stable version 1.0.4:
|
|
|
|
|
<UL>
|
|
|
|
|
<LI>New -padding modes "included" and "appended"
|
|
|
|
|
</LI>
|
|
|
|
|
<LI>
|
|
|
|
|
New bootspec partition_cyl_align=, new -as mkisofs option -partition_cyl_align
|
|
|
|
|
</LI>
|
|
|
|
|
<LI>
|
|
|
|
|
New -as mkisofs and -as cdrecord option --no_rc
|
|
|
|
|
</LI>
|
|
|
|
|
<LI>
|
|
|
|
|
Own man page and info document for xorrisofs
|
|
|
|
|
</LI>
|
|
|
|
|
<LI>- none yet -</LI>
|
|
|
|
|
<!--
|
|
|
|
|
<LI>- none yet -</LI>
|
|
|
|
|
-->
|
|
|
|
@ -636,12 +615,12 @@ Own man page and info document for xorrisofs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<DD> </DD>
|
|
|
|
|
<DD><A HREF="README_xorriso_devel">README 1.0.3</A>
|
|
|
|
|
<DD><A HREF="xorriso_help_devel">xorriso-1.0.3 -help</A></DD>
|
|
|
|
|
<DD><A HREF="xorrisofs_help_devel">xorriso-1.0.3 -as mkisofs -help</A></DD>
|
|
|
|
|
<DD><A HREF="xorrecord_help_devel">xorriso-1.0.3 -as cdrecord -help</A></DD>
|
|
|
|
|
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 1.0.3)</A></DD>
|
|
|
|
|
<DD><A HREF="man_1_xorrisofs_devel.html">man xorrisofs (as of 1.0.3)</A></DD>
|
|
|
|
|
<DD><A HREF="README_xorriso_devel">README 1.0.5</A>
|
|
|
|
|
<DD><A HREF="xorriso_help_devel">xorriso-1.0.5 -help</A></DD>
|
|
|
|
|
<DD><A HREF="xorrisofs_help_devel">xorriso-1.0.5 -as mkisofs -help</A></DD>
|
|
|
|
|
<DD><A HREF="xorrecord_help_devel">xorriso-1.0.5 -as cdrecord -help</A></DD>
|
|
|
|
|
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 1.0.5)</A></DD>
|
|
|
|
|
<DD><A HREF="man_1_xorrisofs_devel.html">man xorrisofs (as of 1.0.5)</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
|
|
|
|
@ -651,8 +630,8 @@ libburnia libraries.
|
|
|
|
|
installation see README)
|
|
|
|
|
</DD>
|
|
|
|
|
<DD>
|
|
|
|
|
<A HREF="xorriso-1.0.3.tar.gz">xorriso-1.0.3.tar.gz</A>
|
|
|
|
|
(1795 KB).
|
|
|
|
|
<A HREF="xorriso-1.0.5.tar.gz">xorriso-1.0.5.tar.gz</A>
|
|
|
|
|
(1885 KB).
|
|
|
|
|
</DD>
|
|
|
|
|
<DT>A dynamically linked development version of xorriso can be obtained
|
|
|
|
|
from repositories of
|
|
|
|
|