Updated change log and web page

This commit is contained in:
Thomas Schmitt 2012-10-07 11:04:51 +00:00
parent 4900971896
commit 33debe3024
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,8 @@ SVN trunk (to become libisoburn-1.2.6.tar.gz or higher)
=============================================================================== ===============================================================================
* Bug fix: SIGSEGV by uninitialized local variable with * Bug fix: SIGSEGV by uninitialized local variable with
-check_media patch_lba0="on". Regression by version 1.0.6 -check_media patch_lba0="on". Regression by version 1.0.6
* Bug fix: -partition_offset 16 kept -isohybrid-gpt-basdat from writing
MBR partition table entries of type 0xfe
* New API calls Xorriso_parse_line() and Xorriso__dispose_words() * New API calls Xorriso_parse_line() and Xorriso__dispose_words()
* New API call Xorriso_fetch_outlists() * New API call Xorriso_fetch_outlists()
* New API call Xorriso_peek_outlists() * New API call Xorriso_peek_outlists()

View File

@ -616,6 +616,7 @@ cdrecord and mkisofs.</DT>
<DD>Bug fixes towards xorriso-1.2.4: <DD>Bug fixes towards xorriso-1.2.4:
<UL> <UL>
<LI>SIGSEGV by uninitialized local variable with -check_media patch_lba0="on". Regression by version 1.0.6</LI> <LI>SIGSEGV by uninitialized local variable with -check_media patch_lba0="on". Regression by version 1.0.6</LI>
<LI>-partition_offset 16 kept -isohybrid-gpt-basdat from writing MBR entries 0xfe</LI>
<!-- <!--
<LI>- none yet -</LI> <LI>- none yet -</LI>
--> -->