Updated change log and web page
This commit is contained in:
parent
6d73573d8f
commit
925b05f66f
@ -18,7 +18,7 @@ SVN trunk (to become libisoburn-1.4.4 or higher)
|
|||||||
* New -pathspecs mode "as_mkisofs"
|
* New -pathspecs mode "as_mkisofs"
|
||||||
* New -boot_image bootspec appended_part_as=apm, part_like_isohybrid=on
|
* New -boot_image bootspec appended_part_as=apm, part_like_isohybrid=on
|
||||||
* New -as mkisofs options -appended_part_as_apm, -part_like_isohybrid
|
* New -as mkisofs options -appended_part_as_apm, -part_like_isohybrid
|
||||||
|
* New command -scsi_dev_family, new -as cdrecord option drive_scsi_dev_family=
|
||||||
|
|
||||||
libisoburn-1.4.2.tar.gz Sat Nov 28 2015
|
libisoburn-1.4.2.tar.gz Sat Nov 28 2015
|
||||||
===============================================================================
|
===============================================================================
|
||||||
|
@ -17304,7 +17304,7 @@ Image size tolerance of 300 kB when recognizing genisoimage -B "..."
|
|||||||
xorriso/opts_i_o.c
|
xorriso/opts_i_o.c
|
||||||
Bug fix: -modesty_on_drive properties timeout_sec, min_usec, max_usec read wrong numbers from the parameter text
|
Bug fix: -modesty_on_drive properties timeout_sec, min_usec, max_usec read wrong numbers from the parameter text
|
||||||
|
|
||||||
[]
|
01 Mar 2016 [5670]
|
||||||
ChangeLog
|
ChangeLog
|
||||||
xorriso/xorriso_eng.html
|
xorriso/xorriso_eng.html
|
||||||
xorriso/changelog.txt
|
xorriso/changelog.txt
|
||||||
@ -17317,6 +17317,67 @@ Updated change log and web page
|
|||||||
read wrong numbers from the parameter text
|
read wrong numbers from the parameter text
|
||||||
|
|
||||||
|
|
||||||
|
05 Mar 2016 [5671]
|
||||||
|
doc/faq.wiki
|
||||||
|
Added answer to "Why is simultaneous burning with multiple drives so slow ?"
|
||||||
|
|
||||||
|
2016.03.08.075457 [5673]
|
||||||
|
xorriso/drive_mgt.c
|
||||||
|
Improved handling of TAO CD tracks by -check_media
|
||||||
|
|
||||||
|
2016.03.09.205708 [5674]
|
||||||
|
xorriso/sfile.c
|
||||||
|
Removed an unused function
|
||||||
|
|
||||||
|
2016.03.10.200551 [5676]
|
||||||
|
xorriso/parse_exec.c
|
||||||
|
xorriso/sfile.c
|
||||||
|
xorriso/text_io.c
|
||||||
|
Replaced unused timezone parameter of gettimeofday() by NULL
|
||||||
|
|
||||||
|
2016.03.15.203403 [5677]
|
||||||
|
libisoburn/libisoburn.h
|
||||||
|
Added to libisoburn.h "extern C" for C++, and protection against double include
|
||||||
|
|
||||||
|
2016.03.15.203626 [5678]
|
||||||
|
xorriso/xorriso.h
|
||||||
|
Added "extern C" to xorriso.h
|
||||||
|
|
||||||
|
15 Mar 2016 [5679]
|
||||||
|
doc/qemu_xorriso.wiki
|
||||||
|
Updated QemuXorriso wiki article for qemu-2.1.2
|
||||||
|
|
||||||
|
2016.03.18.135548 [5681]
|
||||||
|
xorriso/xorriso.h
|
||||||
|
xorriso/xorriso_private.h
|
||||||
|
xorriso/xorrisoburn.h
|
||||||
|
xorriso/base_obj.c
|
||||||
|
xorriso/parse_exec.c
|
||||||
|
xorriso/opts_d_h.c
|
||||||
|
xorriso/opts_p_z.c
|
||||||
|
xorriso/drive_mgt.c
|
||||||
|
xorriso/iso_img.c
|
||||||
|
xorriso/text_io.c
|
||||||
|
xorriso/emulators.c
|
||||||
|
xorriso/xorriso.texi
|
||||||
|
xorriso/xorriso.info
|
||||||
|
xorriso/xorriso.1
|
||||||
|
xorriso/xorrecord.texi
|
||||||
|
xorriso/xorrecord.info
|
||||||
|
xorriso/xorrecord.1
|
||||||
|
libisoburn/libisoburn.ver
|
||||||
|
New command -scsi_dev_family, new -as cdrecord option drive_scsi_dev_family=
|
||||||
|
|
||||||
|
18 Mar 2016 []
|
||||||
|
ChangeLog
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
xorriso/changelog.txt
|
||||||
|
Updated change log and web page
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-1.4.3 - 2016.03.18.135548
|
||||||
|
* New command -scsi_dev_family, new -as cdrecord option drive_scsi_dev_family=
|
||||||
|
|
||||||
|
|
||||||
[]
|
[]
|
||||||
ChangeLog
|
ChangeLog
|
||||||
xorriso/xorriso_eng.html
|
xorriso/xorriso_eng.html
|
||||||
|
@ -687,6 +687,9 @@ New -boot_image bootspec appended_part_as=apm, part_like_isohybrid=on
|
|||||||
<LI>
|
<LI>
|
||||||
New -as mkisofs options -appended_part_as_apm, -part_like_isohybrid
|
New -as mkisofs options -appended_part_as_apm, -part_like_isohybrid
|
||||||
</LI>
|
</LI>
|
||||||
|
<LI>
|
||||||
|
New command -scsi_dev_family, new -as cdrecord option drive_scsi_dev_family=
|
||||||
|
</LI>
|
||||||
<!--
|
<!--
|
||||||
<LI>- none yet -</LI>
|
<LI>- none yet -</LI>
|
||||||
-->
|
-->
|
||||||
|
Loading…
Reference in New Issue
Block a user