From 1f1ccfbff1ce631e6e3c7ca3686c48d042f27767 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 15 Jun 2014 18:41:00 +0000 Subject: [PATCH] Updated change log and web page --- libisoburn/trunk/ChangeLog | 7 +++++- libisoburn/trunk/xorriso/xorriso_eng.html | 28 ++++++++++++++++------- 2 files changed, 26 insertions(+), 9 deletions(-) diff --git a/libisoburn/trunk/ChangeLog b/libisoburn/trunk/ChangeLog index fcdbcb64..560efbfa 100644 --- a/libisoburn/trunk/ChangeLog +++ b/libisoburn/trunk/ChangeLog @@ -5,12 +5,17 @@ SVN trunk (to become libisoburn-1.3.8 or higher) * Bug fix: -boot_image grub2_mbr= prevented -boot_image partition_table=on * Bug fix: libburn: A final fsync(2) was performed with stdio drives, even if -stdio_sync was set to "off". +* Bug fix: libburn: Wrong stack usage caused SIGBUS on sparc when compiled + by gcc -O2 +* Bug fix: -blank force:all on DVD+RW had no effect +* Enabled use of libedit as alternative to libreadline * New API calls isoburn_igopt_set_stdio_endsync() and isoburn_igopt_get_stdio_endsync * New bootspecs hppa_*, new -as mkisofs options -hppa-* for HP-PA via PALO * New -find pseudo tests -use_pattern , -or_use_pattern +* New -find action report_sections * New command -concat -* New command -report_system_area +* New commands -report_system_area and -report_el_torito libisoburn-1.3.6.pl01.tar.gz Tue Mar 18 2014 diff --git a/libisoburn/trunk/xorriso/xorriso_eng.html b/libisoburn/trunk/xorriso/xorriso_eng.html index c51b35cc..b4e45845 100644 --- a/libisoburn/trunk/xorriso/xorriso_eng.html +++ b/libisoburn/trunk/xorriso/xorriso_eng.html @@ -645,14 +645,24 @@ cdrecord and mkisofs.

Development snapshot, version 1.3.7 :

-
Bug fixes towards xorriso-1.3.6: +
Bug fixes towards xorriso-1.3.6.pl01:
    -
  • Command -status produced FAILURE event if no drive was acquired. - Regression introduced by release 1.3.6
  • -
  • Compilation warning for unsupported systems mutated into an error
  • -
  • CD TAO with add-on sessions could cause a buffer overrun
  • -
  • A final fsync(2) was performed with stdio drives, -even if -stdio_sync was set to "off".
  • +
  • +-boot_image grub2_mbr= prevented -boot_image partition_table=on +
  • +
  • +A final fsync(2) was performed with stdio drives, +even if -stdio_sync was set to "off". +
  • +
  • +-boot_image grub grub2_mbr= did not work (but -as mkisofs --grub2-mbr did work) +
  • +
  • +Wrong stack usage caused SIGBUS on sparc when compiled by gcc -O2 +
  • +
  • +-blank force:all on DVD+RW had no effect +
  • @@ -663,8 +673,10 @@ even if -stdio_sync was set to "off".
  • New bootspecs hppa_*, new -as mkisofs options -hppa-* for HP-PA via PALO
  • New -find pseudo tests -use_pattern , -or_use_pattern
  • +
  • New -find action report_sections
  • New command -concat
  • -
  • New command -report_system_area
  • +
  • New commands -report_system_area and -report_el_torito
  • +
  • Enabled use of libedit as alternative to libreadline