diff --git a/libisoburn/trunk/ChangeLog b/libisoburn/trunk/ChangeLog index f27c6132..c24615f6 100644 --- a/libisoburn/trunk/ChangeLog +++ b/libisoburn/trunk/ChangeLog @@ -1,8 +1,5 @@ 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 directories. * 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: 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. +* 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 diff --git a/libisoburn/trunk/xorriso/xorriso_eng.html b/libisoburn/trunk/xorriso/xorriso_eng.html index 9f92e014..153c4c39 100644 --- a/libisoburn/trunk/xorriso/xorriso_eng.html +++ b/libisoburn/trunk/xorriso/xorriso_eng.html @@ -159,6 +159,11 @@ Provides navigation commands for interactive ISO image manipulation.

+

+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. +

+

GUI Frontend:

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.
  • New -as mkisofs options --grub2-mbr , --grub2-boot-info , --grub2-sparc-core
  • +
  • New -hardlinks mode "lsl_count" / "no_lsl_count"