Updated change log and web page

This commit is contained in:
Thomas Schmitt 2013-04-17 19:19:42 +00:00
parent b83ff630d1
commit 1ae3ecde09
2 changed files with 28 additions and 3 deletions

View File

@ -1,6 +1,15 @@
SVN trunk (to become libisoburn-1.3.0.tar.gz or higher) SVN trunk (to become libisoburn-1.3.0.tar.gz or higher)
=============================================================================== ===============================================================================
- no novelties yet - * 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
represented by 0-bytes rather than ASCII '0' digits.
* 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.
libisoburn-1.2.8.tar.gz Mon Mar 18 2013 libisoburn-1.2.8.tar.gz Mon Mar 18 2013

View File

@ -647,7 +647,19 @@ cdrecord and mkisofs.</DT>
<DT><H3>Development snapshot, version 1.2.9 :</H3></DT> <DT><H3>Development snapshot, version 1.2.9 :</H3></DT>
<DD>Bug fixes towards xorriso-1.2.8: <DD>Bug fixes towards xorriso-1.2.8:
<UL> <UL>
<LI>- none yet -</LI> <LI>Disk paths with components '.' or '..' could be mistaken for directories
</LI>
<LI>Reserved and unused fields of APM entries were not zeroed.</LI>
<LI>
Unspecified Expiration Time and Effective Time of ISO volume was
represented by 0-bytes rather than ASCII '0' digits.
</LI>
<LI>
GPT header CRC was computed from all 512 bytes rather than from 92.
</LI>
<LI>
The protective MBR partition for GPT started at block 0 instead of 1.
</LI>
<!-- <!--
<LI>- none yet -</LI> <LI>- none yet -</LI>
--> -->
@ -655,7 +667,11 @@ cdrecord and mkisofs.</DT>
</DD> </DD>
<DD>Enhancements towards stable version 1.2.8: <DD>Enhancements towards stable version 1.2.8:
<UL> <UL>
<LI>- none yet -</LI> <LI>New -boot_image bootspecs grub2_mbr= and grub2_boot_info=</LI>
<LI>New -boot_image bootspec grub2_sparc_core=</LI>
<LI>
New -as mkisofs options --grub2-mbr , --grub2-boot-info , --grub2-sparc-core
</LI>
<!-- <!--
<LI>- none yet -</LI> <LI>- none yet -</LI>
--> -->