Updated change log and web page

This commit is contained in:
Thomas Schmitt 2013-05-07 20:06:14 +00:00
parent 4e781d66c7
commit 688933a448
2 changed files with 10 additions and 3 deletions

View File

@ -1,8 +1,5 @@
SVN trunk (to become libisoburn-1.3.0.tar.gz or higher) SVN trunk (to become libisoburn-1.3.0.tar.gz or higher)
=============================================================================== ===============================================================================
* New -boot_image bootspecs grub2_mbr= and grub2_boot_info=
* New -boot_image bootspec grub2_sparc_core=
* New -as mkisofs options --grub2-mbr , --grub2-boot-info , --grub2-sparc-core
* Bug fix: Disk paths with components '.' or '..' could be mistaken for * Bug fix: Disk paths with components '.' or '..' could be mistaken for
directories. directories.
* Bug fix: Unspecified Expiration Time and Effective Time of ISO volume was * Bug fix: Unspecified Expiration Time and Effective Time of ISO volume was
@ -10,6 +7,10 @@ SVN trunk (to become libisoburn-1.3.0.tar.gz or higher)
* Bug fix: Reserved and unused fields of APM entries were not zeroed. * Bug fix: Reserved and unused fields of APM entries were not zeroed.
* Bug fix: GPT header CRC was computed from all 512 bytes rather than from 92. * Bug fix: GPT header CRC was computed from all 512 bytes rather than from 92.
* Bug fix: The protective MBR partition for GPT started at block 0 instead of 1. * Bug fix: The protective MBR partition for GPT started at block 0 instead of 1.
* New -boot_image bootspecs grub2_mbr= and grub2_boot_info=
* New -boot_image bootspec grub2_sparc_core=
* New -as mkisofs options --grub2-mbr , --grub2-boot-info , --grub2-sparc-core
* New -hardlinks mode "lsl_count" / "no_lsl_count"
libisoburn-1.2.8.tar.gz Mon Mar 18 2013 libisoburn-1.2.8.tar.gz Mon Mar 18 2013

View File

@ -159,6 +159,11 @@ Provides navigation commands for interactive ISO image manipulation.
</UL> </UL>
</P> </P>
<P>
Note that xorriso does not write audio CDs and that it does not
produce UDF filesystems which are specified for official video DVD or BD.
</P>
<P> <P>
<H2>GUI Frontend:</H2> <H2>GUI Frontend:</H2>
xorriso itself is entirely controlled by text commands. In dialog mode, xorriso itself is entirely controlled by text commands. In dialog mode,
@ -672,6 +677,7 @@ The protective MBR partition for GPT started at block 0 instead of 1.
<LI> <LI>
New -as mkisofs options --grub2-mbr , --grub2-boot-info , --grub2-sparc-core New -as mkisofs options --grub2-mbr , --grub2-boot-info , --grub2-sparc-core
</LI> </LI>
<LI>New -hardlinks mode "lsl_count" / "no_lsl_count"</LI>
<!-- <!--
<LI>- none yet -</LI> <LI>- none yet -</LI>
--> -->