Version leap to libisoburn-1.0.3

This commit is contained in:
2011-02-23 20:31:01 +00:00
parent bae04a58a9
commit cd74e84fb8
11 changed files with 79 additions and 88 deletions

View File

@ -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.0.tar.gz">xorriso-1.0.0.tar.gz</A>
(1775 KB).
<DD><A HREF="xorriso-1.0.2.tar.gz">xorriso-1.0.2.tar.gz</A>
(1795 KB).
</DD>
<DD>(Released 17 Jan 2011)</DD>
<DD><A HREF="xorriso-1.0.0.tar.gz.sig">xorriso-1.0.0.tar.gz.sig</A></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>
(detached GPG signature for verification by
<KBD>gpg --verify xorriso-1.0.0.tar.gz.sig xorriso-1.0.0.tar.gz</KBD>
<KBD>gpg --verify xorriso-1.0.2.tar.gz.sig xorriso-1.0.2.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.0.tar.gz
as xorriso/xorriso-1.0.2.tar.gz
</DD>
</DL>
</DD>
@ -488,9 +488,23 @@ as xorriso/xorriso-1.0.0.tar.gz
<HR>
<P>
Bug fixes towards xorriso-0.6.6:
Bug fixes towards xorriso-1.0.0:
<UL>
<LI>-as mkisofs -print-size did not account for -partition_offset</LI>
<LI>
Images produced with -for_backup might be unreadable and
also fail -check_md5 verification.
</LI>
<LI>
mkisofs emulation options -l , -full-iso9660-filenames did not work.
</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>
<LI>
Option -mkdir yielded SIGSEGV due to a NULL pointer.
</LI>
<!--
<LI>- none -</LI>
-->
@ -508,18 +522,18 @@ Bug fixes in .pl01 towards xorriso-:
-->
<P>
Enhancements towards previous stable version xorriso-0.6.6:
Enhancements towards previous stable version xorriso-1.0.0:
<UL>
<LI>New -compliance options untranslated_names , untranslated_name_len=</LI>
<LI>New -as mkisofs option -untranslated_name_len</LI>
<LI>New -compliance option iso_9660_1999, -as mkisofs option -iso-level 4</LI>
<LI>New -compliance option iso_9660_level=number</LI>
<LI>New -compliance option allow_dir_id_ext</LI>
<LI>New -as mkisofs option -disallow_dir_id_ext</LI>
<LI>Disabled TOC emulation with -as mkisofs. May be re-enabled by --emul-toc.
<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 -as mkisofs options --old-root-no-md5, --old-root-no-ino, --old-root-dev
</LI>
<LI>Default -abort_on value is now "FAILURE" with batch and "NEVER" with dialog
<LI>
Removed compiler obstacles of GNU xorriso on Solaris 9
</LI>
<!--
<LI>- none -</LI>
@ -543,16 +557,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.0.1</DT>
<DT>libburn-1.0.2</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.1</DT>
<DT>libisofs-1.0.2</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.0</DT>
<DT>libisoburn-1.0.2</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
@ -573,41 +587,18 @@ cdrecord and mkisofs.</DT>
<P>
<DL>
<DT><H3>Development snapshot, version 1.0.1 :</H3></DT>
<DD>Bug fixes towards xorriso-1.0.0:
<DT><H3>Development snapshot, version 1.0.3 :</H3></DT>
<DD>Bug fixes towards xorriso-1.0.2:
<UL>
<LI>
Images produced with -for_backup might be unreadable and
also fail -check_md5 verification.
</LI>
<LI>
mkisofs emulation options -l , -full-iso9660-filenames did not work.
</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>
<LI>
Option -mkdir yielded SIGSEGV due to a NULL pointer.
</LI>
<LI>- none yet -</LI>
<!--
<LI>- none yet -</LI>
-->
</UL>
</DD>
<DD>Enhancements towards stable version 1.0.0:
<DD>Enhancements towards stable version 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 --old-empty</LI>
<LI>New -as mkisofs options -root , -old-root</LI>
<LI>
New -as mkisofs options --old-root-no-md5, --old-root-no-ino, --old-root-dev
</LI>
<LI>
Removed compiler obstacles of GNU xorriso on Solaris 9
</LI>
<LI>- none yet -</LI>
<!--
<LI>- none yet -</LI>
-->
@ -617,9 +608,9 @@ Removed compiler obstacles of GNU xorriso on Solaris 9
<DD>&nbsp;</DD>
<DD><A HREF="README_xorriso_devel">README 1.0.1</A>
<DD><A HREF="xorriso_help_devel">xorriso-1.0.1 -help</A></DD>
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 1.0.1)</A></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="man_1_xorriso_devel.html">man xorriso (as of 1.0.3)</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
@ -629,8 +620,8 @@ libburnia libraries.
installation see README)
</DD>
<DD>
<A HREF="xorriso-1.0.1.tar.gz">xorriso-1.0.1.tar.gz</A>
(1775 KB).
<A HREF="xorriso-1.0.3.tar.gz">xorriso-1.0.3.tar.gz</A>
(1795 KB).
</DD>
<DT>A dynamically linked development version of xorriso can be obtained
from repositories of