Updated change log and web page

This commit is contained in:
Thomas Schmitt 2012-06-14 14:29:08 +00:00
parent 103561d79f
commit 010b3f2286
3 changed files with 49 additions and 6 deletions

View File

@ -1,9 +1,25 @@
SVN trunk (to become libisoburn-1.2.4.tar.gz or higher) SVN trunk (to become libisoburn-1.2.4.tar.gz or higher)
=============================================================================== ===============================================================================
* New API call isoburn_igopt_set_hfsp_serial_number()
* Provisory new image generation extension isoburn_igopt_fat
* Provisory new API calls isoburn_igopt_set_prep_partition, isoburn_igopt_set_efi_bootp
* New -check_media option async_chunks=
* New command -rockridge
* New xorriso command -hfsplus
* New -find tests -has_hfs_crtp, has_hfs_bless
* New -find actions set/get_hfs_crtp, set/get_hfs_bless
* New -boot_image bootspec hfsplus_serial=
* Command -hide allows hiding in HFS+ filesystem
* New -as mkisofs option -log-file * New -as mkisofs option -log-file
* New -as mkisofs option --norock
* New -as mkisofs option -hfsplus
* New -as mkisofs option -hfsplus-file-creator-type
* New -as mkisofs options -hfs-bless and -hfs-bless-by
* New -as mkisofs option -hfsplus-serial-no
* New -as mkisofs option -hide-hfsplus, -hide-hfsplus-list
* Provisory new -as mkisofs options -prep-boot-part, -efi-boot-part, -chrp-boot-part
* Bug fix: Memory corruption when reading bootable image that was truncated * Bug fix: Memory corruption when reading bootable image that was truncated
libisoburn-1.2.2.tar.gz Mon Apr 02 2012 libisoburn-1.2.2.tar.gz Mon Apr 02 2012
=============================================================================== ===============================================================================
* New API calls isoburn_get_attached_start_lba(), isoburn_attach_start_lba() * New API calls isoburn_get_attached_start_lba(), isoburn_attach_start_lba()

View File

@ -354,6 +354,15 @@ To be later unmounted by: <KBD>umount /mnt</KBD>
<HR> <HR>
</DT> </DT>
<DT>
For creating bootable ISO images with GRUB2, use its script
<KBD>grub-mkrescue</KBD> which knows how to operate xorriso.
</DT>
<DT>
<HR>
</DT>
<DT> <DT>
After the user has already created a suitable file tree on disk After the user has already created a suitable file tree on disk
and copied the ISOLINUX files into subdirectory ./boot/isolinux of and copied the ISOLINUX files into subdirectory ./boot/isolinux of
@ -363,9 +372,12 @@ that tree, xorriso can burn an El Torito bootable media:
<DD><KBD>&nbsp;&nbsp; -map /home/me/ISOLINUX_prepared_tree / \</KBD></DD> <DD><KBD>&nbsp;&nbsp; -map /home/me/ISOLINUX_prepared_tree / \</KBD></DD>
<DD><KBD>&nbsp;&nbsp; -boot_image isolinux dir=/boot/isolinux</KBD></DD> <DD><KBD>&nbsp;&nbsp; -boot_image isolinux dir=/boot/isolinux</KBD></DD>
<DT> <DT>
An additional MBR is generated if the file isolinux.bin is modern enough An MBR may be added if the file isolinux.bin is modern enough for "isohybrid"
(syslinux version 3.72) and ready for "isohybrid". An MBR enables booting (syslinux version 3.72). It enables booting from hard disk or USB stick:
from hard disk or USB stick. </DT>
<DD><KBD>&nbsp;&nbsp; -boot_image isolinux system_area=mbr/isohdpfx.bin \</KBD></DD>
<DD><KBD>&nbsp;&nbsp; -boot_image isolinux partition_table=on \</KBD></DD>
<DT>
<HR> <HR>
</DT> </DT>
@ -594,7 +606,22 @@ cdrecord and mkisofs.</DT>
</DD> </DD>
<DD>Enhancements towards stable version 1.2.2: <DD>Enhancements towards stable version 1.2.2:
<UL> <UL>
<LI>New -as mkisofs option -log-file</LI> <LI>New -as mkisofs option -log-file</LI></LI>
<LI>New -check_media option async_chunks=</LI>
<LI>New command -rockridge</LI>
<LI>New xorriso command -hfsplus</LI>
<LI>New -find tests -has_hfs_crtp, has_hfs_bless</LI>
<LI>New -find actions set/get_hfs_crtp, set/get_hfs_bless</LI>
<LI>New -boot_image bootspec hfsplus_serial=</LI>
<LI>Command -hide allows hiding in HFS+ filesystem</LI>
<LI>New -as mkisofs option --norock</LI>
<LI>New -as mkisofs option -hfsplus</LI>
<LI>New -as mkisofs option -hfsplus-file-creator-type</LI>
<LI>New -as mkisofs options -hfs-bless and -hfs-bless-by</LI>
<LI>New -as mkisofs option -hfsplus-serial-no</LI>
<LI>New -as mkisofs option -hide-hfsplus, -hide-hfsplus-list</LI>
<LI>Provisory new -as mkisofs options -prep-boot-part, -efi-boot-part, -chrp-boot-part</LI>
<!-- <!--
<LI>- none yet -</LI> <LI>- none yet -</LI>
--> -->

View File

@ -1 +1 @@
#define Xorriso_timestamP "2012.06.12.192817" #define Xorriso_timestamP "2012.06.14.142958"