Adapted xorriso-standalone to version leap libisofs-0.6.25

This commit is contained in:
Thomas Schmitt 2009-10-08 15:56:39 +00:00
parent e3610ee989
commit 13746bfc58
3 changed files with 32 additions and 8 deletions

View File

@ -16,7 +16,7 @@ AC_SUBST(BURN_MICRO_VERSION)
LIBISOFS_MAJOR_VERSION=0
LIBISOFS_MINOR_VERSION=6
LIBISOFS_MICRO_VERSION=23
LIBISOFS_MICRO_VERSION=25
AC_SUBST(LIBISOFS_MAJOR_VERSION)
AC_SUBST(LIBISOFS_MINOR_VERSION)
AC_SUBST(LIBISOFS_MICRO_VERSION)

View File

@ -429,10 +429,10 @@ files or trees to disk:
<P>
<DL>
<DT><H3>Download as source code (see README):</H3></DT>
<DD><A HREF="xorriso-0.4.2.pl00.tar.gz">xorriso-0.4.2.pl00.tar.gz</A>
<DD><A HREF="xorriso-0.4.2.pl02.tar.gz">xorriso-0.4.2.pl02.tar.gz</A>
(1295 KB).
</DD>
<DD>(Released 29 Aug 2009)</DD>
<DD>(Released 8 Oct 2009)</DD>
</DL>
</DD>
</DL>
@ -468,6 +468,21 @@ Bug fixes towards xorriso-0.4.0.pl00:
</P>
<P>
Bug fixes towards xorriso-0.4.2.pl00:
<UL>
<LI>-cut_out deleted previously cut-out pieces of the same file</LI>
</UL>
</P>
<P>
Bug fixes towards xorriso-0.4.2.pl01:
<UL>
<LI>Filenames could lose blanks during a multi-session cycle</LI>
<LI>-for_backup did not enable -xattr and -md5 if no drive was chosen yet</LI>
<LI>xorrisofs -help, xorrecord -help displayed original xorriso -help</LI>
</UL>
</P>
<P>
Enhancements towards previous stable version xorriso-0.4.0.pl00:
<UL>
@ -518,17 +533,26 @@ cdrecord and mkisofs.</DT>
<DT><H3>Development snapshot, version 0.4.3 :</H3></DT>
<DD>Bug fixes towards xorriso-0.4.2.pl00:
<UL>
<LI>- none yet -</LI>
<LI>Filenames could lose blanks during a multi-session cycle</LI>
<LI>-cut_out deleted previously cut-out pieces of the same file</LI>
<LI>-for_backup did not enable -xattr and -md5 if no drive was chosen yet</LI>
<LI>With -as cdrecord : -xa1 and -xamix were ignored although they do matter</LI>
<LI>xorrisofs -help, xorrecord -help displayed original xorriso -help</LI>
<!--
<LI>- none yet -</LI>
-->
</UL>
</DD>
<DD>Enhancements towards stable version 0.4.2.pl00:
<DD>Enhancements towards stable version 0.4.2.pl01:
<UL>
</LI>
<LI>- none yet -</LI>
<LI>New option -scdbackup_tag</LI>
<LI>New option -pvd_info</LI>
<LI>Option -toc now reports "Media product:"</LI>
<LI>New options -system_id , -volset_id</LI>
<!--
<LI>- none yet -</LI>
-->
</UL>
</DD>
@ -546,7 +570,7 @@ installation see README)
</DD>
<DD>
<A HREF="xorriso-0.4.3.tar.gz">xorriso-0.4.3.tar.gz</A>
(1295 KB).
(1310 KB).
</DD>
<DT>A dynamically linked development version of xorriso can be obtained
from repositories of

View File

@ -1 +1 @@
#define Xorriso_timestamP "2009.10.08.155605"
#define Xorriso_timestamP "2009.10.08.155749"