Updated change log and web page
This commit is contained in:
parent
52c641d93c
commit
ed27d542e0
@ -1,11 +1,15 @@
|
|||||||
SVN trunk (to become libisoburn-1.0.4.pl00.tar.gz)
|
SVN trunk (to become libisoburn-1.0.4.pl00.tar.gz)
|
||||||
===============================================================================
|
===============================================================================
|
||||||
|
* Bug fix: xorrisofs did not work under growisofs -M (version 1.0.0 was ok)
|
||||||
|
* Bug fix: -as mkisofs -C attempted to read volume header of blank media
|
||||||
* Bug fix: -as mkisofs -old-root did not work with -graft-points
|
* Bug fix: -as mkisofs -old-root did not work with -graft-points
|
||||||
* Bug fix: -as mkisofs -partition_hd_cyl had no effect
|
* Bug fix: -as mkisofs -partition_hd_cyl had no effect
|
||||||
* Bug fix: -as mkisofs -C attempted to read volume header of blank media
|
* Bug fix: -as mkisofs did not properly unescape target part of pathspecs
|
||||||
* Bug fix: isohybrid image size was not aligned to cylinder boundary
|
* Bug fix: isohybrid image size was not aligned to cylinder boundary
|
||||||
* New -padding modes "included" and "appended"
|
* New -padding modes "included" and "appended"
|
||||||
* New bootspec partition_cyl_align=, new -as mkisofs option -partition_cyl_align
|
* New bootspec partition_cyl_align=, new -as mkisofs option -partition_cyl_align
|
||||||
|
* New -as mkisofs and -as cdrecord option --no_rc
|
||||||
|
* Own man page and info document for xorrisofs
|
||||||
|
|
||||||
|
|
||||||
libisoburn-1.0.2.pl00.tar.gz Mon Feb 23 2011
|
libisoburn-1.0.2.pl00.tar.gz Mon Feb 23 2011
|
||||||
|
@ -468,6 +468,11 @@ as xorriso/xorriso-1.0.2.tar.gz
|
|||||||
<DL><DT>Documentation:</DT>
|
<DL><DT>Documentation:</DT>
|
||||||
<DD><A HREF="README_xorriso">README</A> about installation and drive setup</DD>
|
<DD><A HREF="README_xorriso">README</A> about installation and drive setup</DD>
|
||||||
<DD><A HREF="xorriso_help">xorriso -help</A> gives an overview of options</DD>
|
<DD><A HREF="xorriso_help">xorriso -help</A> gives an overview of options</DD>
|
||||||
|
<DD><A HREF="xorrisofs_help">xorriso -as mkisofs -help</A>
|
||||||
|
supported options of mkisofs emulation
|
||||||
|
</DD>
|
||||||
|
<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_xorriso.html">man xorriso</A> is the manual page</DD>
|
||||||
</DL>
|
</DL>
|
||||||
<A NAME="contact"></A>
|
<A NAME="contact"></A>
|
||||||
@ -590,11 +595,15 @@ cdrecord and mkisofs.</DT>
|
|||||||
<DT><H3>Development snapshot, version 1.0.3 :</H3></DT>
|
<DT><H3>Development snapshot, version 1.0.3 :</H3></DT>
|
||||||
<DD>Bug fixes towards xorriso-1.0.2:
|
<DD>Bug fixes towards xorriso-1.0.2:
|
||||||
<UL>
|
<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>-as mkisofs -old-root did not work with -graft-points
|
||||||
</LI>
|
</LI>
|
||||||
<LI>-as mkisofs -partition_hd_cyl had no effect
|
<LI>-as mkisofs -partition_hd_cyl had no effect
|
||||||
</LI>
|
</LI>
|
||||||
<LI>-as mkisofs -C attempted to read volume header of blank media
|
<LI>-as mkisofs did not properly unescape target part of pathspecs
|
||||||
</LI>
|
</LI>
|
||||||
<LI>isohybrid image size was not aligned to cylinder boundary
|
<LI>isohybrid image size was not aligned to cylinder boundary
|
||||||
</LI>
|
</LI>
|
||||||
@ -610,6 +619,12 @@ cdrecord and mkisofs.</DT>
|
|||||||
<LI>
|
<LI>
|
||||||
New bootspec partition_cyl_align=, new -as mkisofs option -partition_cyl_align
|
New bootspec partition_cyl_align=, new -as mkisofs option -partition_cyl_align
|
||||||
</LI>
|
</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>
|
||||||
-->
|
-->
|
||||||
@ -621,6 +636,8 @@ New bootspec partition_cyl_align=, new -as mkisofs option -partition_cyl_align
|
|||||||
<DD> </DD>
|
<DD> </DD>
|
||||||
<DD><A HREF="README_xorriso_devel">README 1.0.3</A>
|
<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="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_xorriso_devel.html">man xorriso (as of 1.0.3)</A></DD>
|
||||||
<DD> </DD>
|
<DD> </DD>
|
||||||
<DT>If you want to distribute development versions of xorriso, then use
|
<DT>If you want to distribute development versions of xorriso, then use
|
||||||
|
Loading…
Reference in New Issue
Block a user