|
|
|
@ -62,15 +62,15 @@ and to MMC-5 for DVD or BD).
|
|
|
|
|
GPL software included:<BR>
|
|
|
|
|
</H2>
|
|
|
|
|
<DL>
|
|
|
|
|
<DT>libburn-0.5.5</DT>
|
|
|
|
|
<DT>libburn-0.5.7</DT>
|
|
|
|
|
<DD>reads and writes data from and to CD, DVD, BD-RE.</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.10.pl01</DT>
|
|
|
|
|
<DT>libisofs-0.6.12</DT>
|
|
|
|
|
<DD>operates on ISO 9660 filesystem images.</DD>
|
|
|
|
|
<DD>(By Vreixo Formoso and Mario Danic from team of libburnia-project.org)</DD>
|
|
|
|
|
<DT>libisoburn-0.2.8</DT>
|
|
|
|
|
<DT>libisoburn-0.3.0</DT>
|
|
|
|
|
<DD>coordinates libburn and libisofs, emulates multi-session where needed.</DD>
|
|
|
|
|
<DD>(By Vreixo Formoso and Thomas Schmitt
|
|
|
|
|
from team of libburnia-project.org)</DD>
|
|
|
|
@ -111,7 +111,7 @@ Writes result as completely new image or as add-on session
|
|
|
|
|
to optical media or filesystem objects.
|
|
|
|
|
</LI>
|
|
|
|
|
<LI>
|
|
|
|
|
Can activate ISOLINUX boot images by El Torito boot record.
|
|
|
|
|
Can activate ISOLINUX boot images by El Torito boot record and by MBR.
|
|
|
|
|
</LI>
|
|
|
|
|
<LI>
|
|
|
|
|
Can perform multi-session tasks as emulation of mkisofs and cdrecord.
|
|
|
|
@ -290,8 +290,10 @@ that tree, xorriso can burn an El Torito bootable media:
|
|
|
|
|
<DD>$<KBD> xorriso -outdev /dev/sr0 -blank as_needed \</KBD></DD>
|
|
|
|
|
<DD><KBD> -map /home/me/ISOLINUX_prepared_tree / \</KBD></DD>
|
|
|
|
|
<DD><KBD> -boot_image isolinux dir=/boot/isolinux</KBD></DD>
|
|
|
|
|
|
|
|
|
|
<DT>
|
|
|
|
|
An additional MBR is generated if the file isolinux.bin is modern enough
|
|
|
|
|
(syslinux version 3.72) and ready for "isohybrid". An MBR enables booting
|
|
|
|
|
from hard disk or USB stick.
|
|
|
|
|
<HR>
|
|
|
|
|
</DT>
|
|
|
|
|
|
|
|
|
@ -366,8 +368,8 @@ are interested in using BD-R media.
|
|
|
|
|
<P>
|
|
|
|
|
<DL>
|
|
|
|
|
<DT><H3>Download as source code (see README):</H3></DT>
|
|
|
|
|
<DD><A HREF="xorriso-0.2.8.pl01.tar.gz">xorriso-0.2.8.pl01.tar.gz</A>
|
|
|
|
|
(1050 KB).
|
|
|
|
|
<DD><A HREF="xorriso-0.3.0.pl00.tar.gz">xorriso-0.3.0.pl00.tar.gz</A>
|
|
|
|
|
(1080 KB).
|
|
|
|
|
</DD>
|
|
|
|
|
</DL>
|
|
|
|
|
</DD>
|
|
|
|
@ -393,34 +395,29 @@ an <A HREF="http://www.opensource.org/">Open Source</A> approved license</DD>
|
|
|
|
|
<HR>
|
|
|
|
|
|
|
|
|
|
<P>
|
|
|
|
|
Bug fixes towards xorriso-0.2.6.pl00:
|
|
|
|
|
Bug fixes towards xorriso-0.2.8.pl01:
|
|
|
|
|
<UL>
|
|
|
|
|
<LI>A potential buffer overflow has been fixed</LI>
|
|
|
|
|
<LI>-follow "link" attributed random target filenames to looping links</LI>
|
|
|
|
|
<LI>-as mkisofs -iso-level was accused to be an unknown option</LI>
|
|
|
|
|
<LI>Forgot exit value registration to -return_with. Thanks to Steve Dodd.</LI>
|
|
|
|
|
<LI>-format "as_needed" did not recognize unformatted BD-RE</LI>
|
|
|
|
|
<LI>disk patterns with relative addresses were not properly resolved</LI>
|
|
|
|
|
<!--
|
|
|
|
|
<LI>- none -</LI>
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
</UL>
|
|
|
|
|
|
|
|
|
|
Bug fixes towards xorriso-0.2.8.pl00 and xorriso-0.2.6.pl00:
|
|
|
|
|
<UL>
|
|
|
|
|
<LI>Images generated by mkisofs which contain regular files with 0 bytes
|
|
|
|
|
suffered file size confusion when xorriso sessions were appended.</LI>
|
|
|
|
|
<LI>ISOLINUX boot images were not made ready for SYSLINUX script isohybrid.
|
|
|
|
|
</LI>
|
|
|
|
|
</UL>
|
|
|
|
|
|
|
|
|
|
</P>
|
|
|
|
|
|
|
|
|
|
<P>
|
|
|
|
|
Enhancements towards previous stable version xorriso-0.2.6.pl00:
|
|
|
|
|
Enhancements towards previous stable version xorriso-0.2.8.pl01:
|
|
|
|
|
<UL>
|
|
|
|
|
|
|
|
|
|
<LI>Ability to write and maintain bootable ISO images based on ISOLINUX</LI>
|
|
|
|
|
<LI>New ./configure option --disable-libreadline to make binary more portable
|
|
|
|
|
</LI>
|
|
|
|
|
<LI>Suitable ISOLINUX boot images are made alternatively bootable via MBR</LI>
|
|
|
|
|
<LI>New options -quoted_path_list, -quoted_not_list</LI>
|
|
|
|
|
<LI>New option -backslash_codes for terminal safety with weird file names</LI>
|
|
|
|
|
<LI>New options -charset, -in_charset, -out_charset </LI>
|
|
|
|
|
<LI>New option -application_id</LI>
|
|
|
|
|
<LI>New option -compliance</LI>
|
|
|
|
|
|
|
|
|
|
</UL>
|
|
|
|
|
</P>
|
|
|
|
@ -429,35 +426,26 @@ Enhancements towards previous stable version xorriso-0.2.6.pl00:
|
|
|
|
|
|
|
|
|
|
<P>
|
|
|
|
|
<DL>
|
|
|
|
|
<DT><H3>Development snapshot, version 0.2.9 :</H3></DT>
|
|
|
|
|
<DD>Bug fixes towards xorriso-0.2.8.pl01:
|
|
|
|
|
<DT><H3>Development snapshot, version 0.3.1 :</H3></DT>
|
|
|
|
|
<DD>Bug fixes towards xorriso-0.3.0.pl00:
|
|
|
|
|
<UL>
|
|
|
|
|
<LI>Forgot exit value registration to -return_with. Thanks to Steve Dodd.</LI>
|
|
|
|
|
<LI>-format "as_needed" did not recognize unformatted BD-RE</LI>
|
|
|
|
|
<LI>disk patterns with relative addresses were not properly resolved</LI>
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
<LI>- none yet -</LI>
|
|
|
|
|
<!--
|
|
|
|
|
-->
|
|
|
|
|
</UL>
|
|
|
|
|
</DD>
|
|
|
|
|
<DD>Enhancements towards stable version 0.2.8.pl01:
|
|
|
|
|
<DD>Enhancements towards stable version 0.3.0.pl00:
|
|
|
|
|
<UL>
|
|
|
|
|
<LI>Suitable ISOLINUX boot images are made alternatively bootable via MBR</LI>
|
|
|
|
|
<LI>New options -quoted_path_list, -quoted_not_list</LI>
|
|
|
|
|
<LI>New option -backslash_codes for terminal safety with weird file names</LI>
|
|
|
|
|
<LI>New options -charset, -in_charset, -out_charset </LI>
|
|
|
|
|
<LI>New option -application_id</LI>
|
|
|
|
|
<LI>New option -compliance</LI>
|
|
|
|
|
<!--
|
|
|
|
|
<LI>- none yet -</LI>
|
|
|
|
|
<!--
|
|
|
|
|
-->
|
|
|
|
|
</UL>
|
|
|
|
|
</DD>
|
|
|
|
|
<DD> </DD>
|
|
|
|
|
<DD><A HREF="README_xorriso_devel">README 0.2.9</A>
|
|
|
|
|
<DD><A HREF="xorriso_help_devel">xorriso_0.2.9 -help</A></DD>
|
|
|
|
|
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.2.9)</A></DD>
|
|
|
|
|
<DD><A HREF="README_xorriso_devel">README 0.3.1</A>
|
|
|
|
|
<DD><A HREF="xorriso_help_devel">xorriso_0.3.1 -help</A></DD>
|
|
|
|
|
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.3.1)</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
|
|
|
|
@ -467,8 +455,8 @@ libburnia libraries.
|
|
|
|
|
installation see README)
|
|
|
|
|
</DD>
|
|
|
|
|
<DD>
|
|
|
|
|
<A HREF="xorriso-0.2.9.tar.gz">xorriso-0.2.9.tar.gz</A>
|
|
|
|
|
(1070 KB).
|
|
|
|
|
<A HREF="xorriso-0.3.1.tar.gz">xorriso-0.3.1.tar.gz</A>
|
|
|
|
|
(1080 KB).
|
|
|
|
|
</DD>
|
|
|
|
|
<DT>A dynamically linked development version of xorriso can be obtained
|
|
|
|
|
from repositories of
|
|
|
|
|