Version leap to libisoburn-0.3.9
This commit is contained in:
@ -103,6 +103,10 @@ Changes file properties, renames or deletes file objects in the ISO image.
|
||||
Updates ISO subtrees incrementally to match given disk subtrees.
|
||||
</LI>
|
||||
<LI>
|
||||
File content may get zisofs or gzip compressed or filtered by external
|
||||
processes.
|
||||
</LI>
|
||||
<LI>
|
||||
Writes result as completely new image or as add-on session
|
||||
to optical media or filesystem objects.
|
||||
</LI>
|
||||
@ -112,11 +116,6 @@ Can activate ISOLINUX boot images by El Torito boot record and by MBR.
|
||||
<LI>
|
||||
Can perform multi-session tasks as emulation of mkisofs and cdrecord.
|
||||
</LI>
|
||||
<!--
|
||||
<LI>
|
||||
Content may get zisofs compressed or filtered by external processes.
|
||||
</LI>
|
||||
-->
|
||||
<LI>
|
||||
Can issue commands to mount older sessions on Linux or FreeBSD.
|
||||
</LI>
|
||||
@ -284,6 +283,14 @@ Files with names ending by ".o" or ".swp" are excluded by options -not_leaf.
|
||||
<DD><KBD> -update_r /home/thomas/personal_mail /personal_mail \</KBD></DD>
|
||||
<DD><KBD> -commit -toc -eject all</KBD></DD>
|
||||
|
||||
<DT>
|
||||
To apply zisofs compression to those data files which get newly copied from
|
||||
the local filesystem, perform immediately before -commit :
|
||||
<DD>
|
||||
<KBD> -find / -type f -lba_range -1 2000000000 -exec set_filter --zisofs -- \</KBD></DD>
|
||||
</DD>
|
||||
</DT>
|
||||
|
||||
<DT>
|
||||
<HR>
|
||||
</DT>
|
||||
@ -404,8 +411,8 @@ files or trees to disk:
|
||||
<P>
|
||||
<DL>
|
||||
<DT><H3>Download as source code (see README):</H3></DT>
|
||||
<DD><A HREF="xorriso-0.3.6.pl00.tar.gz">xorriso-0.3.6.pl00.tar.gz</A>
|
||||
(1180 KB).
|
||||
<DD><A HREF="xorriso-0.3.8.pl00.tar.gz">xorriso-0.3.8.pl00.tar.gz</A>
|
||||
(1220 KB).
|
||||
</DD>
|
||||
</DL>
|
||||
</DD>
|
||||
@ -431,14 +438,10 @@ an <A HREF="http://www.opensource.org/">Open Source</A> approved license</DD>
|
||||
<HR>
|
||||
|
||||
<P>
|
||||
Bug fixes towards xorriso-0.3.4.pl00:
|
||||
Bug fixes towards xorriso-0.3.6.pl00:
|
||||
<UL>
|
||||
<LI>Solaris recognized Rock Ridge in ISO images from xorriso
|
||||
only if the new AAIP extension hid a bug with -compliance old_rr</LI>
|
||||
<LI>Solaris was not able to use the ".." directory entry for navigation
|
||||
in xorriso generated ISO images</LI>
|
||||
<!--
|
||||
<LI>- none -</LI>
|
||||
<!--
|
||||
-->
|
||||
|
||||
</UL>
|
||||
@ -446,17 +449,25 @@ in xorriso generated ISO images</LI>
|
||||
</P>
|
||||
|
||||
<P>
|
||||
Enhancements towards previous stable version xorriso-0.3.4.pl00:
|
||||
Enhancements towards previous stable version xorriso-0.3.6.pl00:
|
||||
<UL>
|
||||
<LI>
|
||||
Dummy MMC adapter for compilation on systems other than Linux, FreeBSD
|
||||
New options -set_filter , -set_filter_r, -find -exec set_filter
|
||||
</LI>
|
||||
<LI>
|
||||
Default of -compliance has been changed to "old_rr". The previous default is
|
||||
now available as "new_rr".
|
||||
New option -zisofs, built-in filters --zisofs , --gzip , --gunzip</LI>
|
||||
</LI>
|
||||
<LI>
|
||||
New -stream_recording modes with start address or "data". "on" is now 32s.
|
||||
New options -external_filter , -unregister_filter, -close_filter_list
|
||||
</LI>
|
||||
<LI>
|
||||
New options -show_stream, -show_stream_r
|
||||
</LI>
|
||||
<LI>
|
||||
New -osirrox mode "banned"
|
||||
</LI>
|
||||
<LI>
|
||||
New option -auto_charset based on xattr "isofs.cs"
|
||||
</LI>
|
||||
</UL>
|
||||
</P>
|
||||
@ -473,11 +484,11 @@ Library copies included in xorriso tarballs:
|
||||
<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.16</DT>
|
||||
<DT>libisofs-0.6.19</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-0.3.6</DT>
|
||||
<DT>libisoburn-0.3.8</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>
|
||||
@ -491,40 +502,25 @@ cdrecord and mkisofs.</DT>
|
||||
|
||||
<P>
|
||||
<DL>
|
||||
<DT><H3>Development snapshot, version 0.3.7 :</H3></DT>
|
||||
<DD>Bug fixes towards xorriso-0.3.6.pl00:
|
||||
<DT><H3>Development snapshot, version 0.3.9 :</H3></DT>
|
||||
<DD>Bug fixes towards xorriso-0.3.8.pl00:
|
||||
<UL>
|
||||
<LI>- none yet -</LI>
|
||||
<!--
|
||||
-->
|
||||
</UL>
|
||||
</DD>
|
||||
<DD>Enhancements towards stable version 0.3.6.pl00:
|
||||
<DD>Enhancements towards stable version 0.3.8.pl00:
|
||||
<UL>
|
||||
<LI>
|
||||
New option -auto_charset based on xattr "isofs.cs" and "isofs.st"
|
||||
</LI>
|
||||
<LI>
|
||||
New options -external_filter , -unregister_filter , -close_filter_list , -set_filter , -set_filter_r
|
||||
</LI>
|
||||
<LI>
|
||||
New option -zisofs, builtin filters --zisofs and --zisofs-decode
|
||||
</LI>
|
||||
<LI>
|
||||
New options -show_stream, -show_stream_r
|
||||
</LI>
|
||||
<LI>
|
||||
New -osirrox mode "banned"
|
||||
</LI>
|
||||
<!--
|
||||
<LI>- none yet -</LI>
|
||||
<!--
|
||||
-->
|
||||
</UL>
|
||||
</DD>
|
||||
<DD> </DD>
|
||||
<DD><A HREF="README_xorriso_devel">README 0.3.7</A>
|
||||
<DD><A HREF="xorriso_help_devel">xorriso_0.3.7 -help</A></DD>
|
||||
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.3.7)</A></DD>
|
||||
<DD><A HREF="README_xorriso_devel">README 0.3.9</A>
|
||||
<DD><A HREF="xorriso_help_devel">xorriso_0.3.9 -help</A></DD>
|
||||
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.3.9)</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
|
||||
@ -534,7 +530,7 @@ libburnia libraries.
|
||||
installation see README)
|
||||
</DD>
|
||||
<DD>
|
||||
<A HREF="xorriso-0.3.7.tar.gz">xorriso-0.3.7.tar.gz</A>
|
||||
<A HREF="xorriso-0.3.9.tar.gz">xorriso-0.3.9.tar.gz</A>
|
||||
(1220 KB).
|
||||
</DD>
|
||||
<DT>A dynamically linked development version of xorriso can be obtained
|
||||
|
Reference in New Issue
Block a user