Updated change log and web page

This commit is contained in:
Thomas Schmitt 2014-01-14 09:21:27 +00:00
parent 8a1490620a
commit 17650ed631
3 changed files with 41 additions and 6 deletions

View File

@ -2,11 +2,16 @@ SVN trunk (to become libisoburn-1.3.6.tar.gz or higher)
=============================================================================== ===============================================================================
* Bug fix: libisofs: Division by zero if HFS+ was combined with TOC emulation * Bug fix: libisofs: Division by zero if HFS+ was combined with TOC emulation
for overwritable media. for overwritable media.
* Bug fix: -list_speeds did not work any more with old CD drives.
Regression introduced by release 1.3.4
* New isoburn_igopt_set_relaxed() relaxation isoburn_igopt_joliet_utf16 * New isoburn_igopt_set_relaxed() relaxation isoburn_igopt_joliet_utf16
* New -compliance rule joliet_utf16, new -as mkisofs option -joliet-utf16 * New -compliance rule joliet_utf16, new -as mkisofs option -joliet-utf16
* New -find test -bad_outname, new -find action print_outname * New -find test -bad_outname, new -find action print_outname
* New -boot_image settings hppa_cmdline=, hppa_bootloader=,
hppa_kernel_32=, hppa_kernel_64=, hppa_ramdisk=
* New -as mkisofs options -hppa-cmdline, -hppa-bootloader,
-hppa-kernel-32, -hppa-kernel-64, -hppa-ramdisk
* New API call isoburn_conv_name_chars() * New API call isoburn_conv_name_chars()
* libburn: Adapted Linux SG_IO adapter to scsi/sg.h of git.kernel.org
libisoburn-1.3.4.tar.gz Thu Dec 12 2013 libisoburn-1.3.4.tar.gz Thu Dec 12 2013

View File

@ -15341,7 +15341,7 @@ Bug fix: -list_speeds did not work any more with old CD drives
xorriso/drive_mgt.c xorriso/drive_mgt.c
Improved display of -list_speeds Improved display of -list_speeds
[] 09 Jan 2014 [5220]
ChangeLog ChangeLog
xorriso/changelog.txt xorriso/changelog.txt
Updated change log and web page Updated change log and web page
@ -15350,13 +15350,42 @@ Updated change log and web page
* libburn: Adapted Linux SG_IO adapter to scsi/sg.h of git.kernel.org * libburn: Adapted Linux SG_IO adapter to scsi/sg.h of git.kernel.org
2014.01.14.084808 [5221]
libisoburn/libisoburn.h
Mentioned system area type 4 for HP-PA
2014.01.14.090320 [5222]
xorriso/xorriso_private.h
xorriso/xorrisoburn.h
xorriso/opts_a_c.c
xorriso/opts_d_h.c
xorriso/iso_img.c
xorriso/write_run.c
xorriso/xorriso.texi
xorriso/xorriso.info
xorriso/xorriso.1
New -boot_image settings hppa_cmdline=, hppa_bootloader=, hppa_kernel_32=, hppa_kernel_64=, hppa_ramdisk=
2014.01.14.091348 [5223]
xorriso/emulators.c
xorriso/xorrisofs.texi
xorriso/xorrisofs.info
xorriso/xorrisofs.1
New -as mkisofs options -hppa-cmdline, -hppa-bootloader, -hppa-kernel-32, -hppa-kernel-64, -hppa-ramdisk
[] []
ChangeLog ChangeLog
xorriso/xorriso_eng.html xorriso/xorriso_eng.html
xorriso/changelog.txt xorriso/changelog.txt
Updated change log and web page Updated change log and web page
------------------------------------ cycle - xorriso-1.3.5 - ------------------------------------ cycle - xorriso-1.3.5 - 2014.01.14.091348
* New -boot_image settings hppa_cmdline=, hppa_bootloader=,
hppa_kernel_32=, hppa_kernel_64=, hppa_ramdisk=
* New -as mkisofs options -hppa-cmdline, -hppa-bootloader,
-hppa-kernel-32, -hppa-kernel-64, -hppa-ramdisk
[] []
ChangeLog ChangeLog
@ -15381,9 +15410,6 @@ Important: When adding a public API function then add its name to file
>>> ??? Adjust partition tables after add-on session with >>> ??? Adjust partition tables after add-on session with
-boot_image any keep ? -boot_image any keep ?
>>> compare v/jigit_1.19.orig.tar.gz with jigit source in GNU xorriso
------------- -------------
>>> Have an AAIP pointer from any type of file to a (hidden ?) directory >>> Have an AAIP pointer from any type of file to a (hidden ?) directory

View File

@ -667,6 +667,8 @@ cdrecord and mkisofs.</DT>
<DD>Bug fixes towards xorriso-1.3.4: <DD>Bug fixes towards xorriso-1.3.4:
<UL> <UL>
<LI>Division by zero if HFS+ was combined with TOC emulation for overwritable media.</LI> <LI>Division by zero if HFS+ was combined with TOC emulation for overwritable media.</LI>
<LI>-list_speeds did not work any more with old CD drives.
Regression introduced by release 1.3.4</LI>
<!-- <!--
<LI>- none yet -</LI> <LI>- none yet -</LI>
--> -->
@ -676,6 +678,8 @@ cdrecord and mkisofs.</DT>
<UL> <UL>
<LI>New -compliance rule joliet_utf16, new -as mkisofs option -joliet-utf16</LI> <LI>New -compliance rule joliet_utf16, new -as mkisofs option -joliet-utf16</LI>
<LI>New -find test -bad_outname, new -find action print_outname</LI> <LI>New -find test -bad_outname, new -find action print_outname</LI>
<LI>New -boot_image settings hppa_cmdline=, hppa_bootloader=, hppa_kernel_32=, hppa_kernel_64=, hppa_ramdisk=</LI>
<LI>New -as mkisofs options -hppa-cmdline, -hppa-bootloader, -hppa-kernel-32, -hppa-kernel-64, -hppa-ramdisk</LI>
<!-- <!--
<LI>- none yet -</LI> <LI>- none yet -</LI>
--> -->