diff --git a/ChangeLog b/ChangeLog index 5716191e..81fb5f80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ SVN trunk (to become libisoburn-1.4.8 or higher) * Bug fix: -read_fs "norock" did not prevent reading of root Rock Ridge info * Bug fix: Mix of absolute and relative disk paths could cause SIGSEGV with pattern expansion +* Bug fix: --mbr-force-bootable did not get into effect with -append_partition * New -find tests -maxdepth and -mindepth * New commands -update_lxi and -update_li * New API calls isoburn_igopt_set_iso_mbr_part_type(), diff --git a/xorriso/changelog.txt b/xorriso/changelog.txt index 50f1903b..ad52f351 100644 --- a/xorriso/changelog.txt +++ b/xorriso/changelog.txt @@ -18134,8 +18134,7 @@ xorriso/xorrisofs.info xorriso/xorrisofs.1 Made small adjustment to new -as mkisofs option -eltorito-platform - -03 Jun 2017 [] +03 Jun 2017 [c9df1a1] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt @@ -18145,9 +18144,18 @@ Updated change log and web page * New -as mkisofs option -eltorito-platform - [] ->>> doc/faq.wiki ->>> Prepared some of the documentation for move to dev.lovelyhq.com +2017.06.03.193458 [3d66432] +xorriso/iso_img.c +Making use of -eltorito-platform with -report_el_torito as_mkisofs + +2017.06.29.211523 [3972c72] +xorriso/xorriso.texi +xorriso/xorriso.info +xorriso/xorriso.1 +xorriso/xorrisofs.texi +xorriso/xorrisofs.info +xorriso/xorrisofs.1 +Mentioned -append_partition in manual about --mbr-force-bootable [] ChangeLog @@ -18155,7 +18163,13 @@ xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------- cycle - xorriso-1.4.7 - +------------------------------------ cycle - xorriso-1.4.7 - 2017.06.29.211523 +* Bug fix: --mbr-force-bootable did not get into effect with -append_partition + + + [] +>>> doc/faq.wiki +>>> Prepared some of the documentation for move to dev.lovelyhq.com [] ChangeLog diff --git a/xorriso/xorriso_eng.html b/xorriso/xorriso_eng.html index 6a07bd9f..7372951d 100644 --- a/xorriso/xorriso_eng.html +++ b/xorriso/xorriso_eng.html @@ -680,6 +680,9 @@ Protective MBR for GPT could emerge with boot flag set Appended partitions of size >= 4 GiB led to abort with error message "FATAL : ISO overwrite". Thanks to Sven Haardiek. +
  • +--mbr-force-bootable did not get into effect with -append_partition +