Updated change log and web page
This commit is contained in:
parent
2d03c6a047
commit
7d91d63d72
@ -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
|
||||
|
@ -645,14 +645,24 @@ cdrecord and mkisofs.</DT>
|
||||
<P>
|
||||
<DL>
|
||||
<DT><H3>Development snapshot, version 1.3.7 :</H3></DT>
|
||||
<DD>Bug fixes towards xorriso-1.3.6:
|
||||
<DD>Bug fixes towards xorriso-1.3.6.pl01:
|
||||
<UL>
|
||||
<LI>Command -status produced FAILURE event if no drive was acquired.
|
||||
Regression introduced by release 1.3.6</LI>
|
||||
<LI>Compilation warning for unsupported systems mutated into an error</LI>
|
||||
<LI>CD TAO with add-on sessions could cause a buffer overrun</LI>
|
||||
<LI> A final fsync(2) was performed with stdio drives,
|
||||
even if -stdio_sync was set to "off".</LI>
|
||||
<LI>
|
||||
-boot_image grub2_mbr= prevented -boot_image partition_table=on
|
||||
</LI>
|
||||
<LI>
|
||||
A final fsync(2) was performed with stdio drives,
|
||||
even if -stdio_sync was set to "off".
|
||||
</LI>
|
||||
<LI>
|
||||
-boot_image grub grub2_mbr= did not work (but -as mkisofs --grub2-mbr did work)
|
||||
</LI>
|
||||
<LI>
|
||||
Wrong stack usage caused SIGBUS on sparc when compiled by gcc -O2
|
||||
</LI>
|
||||
<LI>
|
||||
-blank force:all on DVD+RW had no effect
|
||||
</LI>
|
||||
<!--
|
||||
<LI>- none yet -</LI>
|
||||
-->
|
||||
@ -663,8 +673,10 @@ even if -stdio_sync was set to "off".</LI>
|
||||
<LI>New bootspecs hppa_*, new -as mkisofs options -hppa-* for HP-PA via PALO
|
||||
</LI>
|
||||
<LI>New -find pseudo tests -use_pattern , -or_use_pattern</LI>
|
||||
<LI>New -find action report_sections</LI>
|
||||
<LI>New command -concat</LI>
|
||||
<LI>New command -report_system_area </LI>
|
||||
<LI>New commands -report_system_area and -report_el_torito</LI>
|
||||
<LI>Enabled use of libedit as alternative to libreadline</LI>
|
||||
<!--
|
||||
<LI>- none yet -</LI>
|
||||
-->
|
||||
|
Loading…
Reference in New Issue
Block a user