Updated change log and web page
This commit is contained in:
parent
a5cbf0123e
commit
c7c92ab9e9
@ -15,6 +15,8 @@ SVN trunk (to become libisoburn-1.4.4 or higher)
|
|||||||
system area data were given by option -G or alike
|
system area data were given by option -G or alike
|
||||||
* Bug fix: -modesty_on_drive properties timeout_sec, min_usec, max_usec
|
* Bug fix: -modesty_on_drive properties timeout_sec, min_usec, max_usec
|
||||||
read wrong numbers from the parameter text
|
read wrong numbers from the parameter text
|
||||||
|
* Letting -as mkisofs --norock revoke the special effect of -r
|
||||||
|
* Letting -blank on overwritable media invalidate UDF extended descriptors
|
||||||
* 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
|
||||||
|
@ -17368,7 +17368,7 @@ xorriso/xorrecord.1
|
|||||||
libisoburn/libisoburn.ver
|
libisoburn/libisoburn.ver
|
||||||
New command -scsi_dev_family, new -as cdrecord option drive_scsi_dev_family=
|
New command -scsi_dev_family, new -as cdrecord option drive_scsi_dev_family=
|
||||||
|
|
||||||
18 Mar 2016 []
|
18 Mar 2016 [5683]
|
||||||
ChangeLog
|
ChangeLog
|
||||||
xorriso/xorriso_eng.html
|
xorriso/xorriso_eng.html
|
||||||
xorriso/changelog.txt
|
xorriso/changelog.txt
|
||||||
@ -17378,6 +17378,67 @@ Updated change log and web page
|
|||||||
* New command -scsi_dev_family, new -as cdrecord option drive_scsi_dev_family=
|
* New command -scsi_dev_family, new -as cdrecord option drive_scsi_dev_family=
|
||||||
|
|
||||||
|
|
||||||
|
20 Mar 2016 [5684]
|
||||||
|
doc/faq.wiki
|
||||||
|
Updated answer to "Why is simultaneous burning with multiple drives so slow ?"
|
||||||
|
|
||||||
|
2016.03.22.125444 [5685]
|
||||||
|
xorriso/text_io.c
|
||||||
|
Silenced a warning of gcc on Fedora rawhide s390
|
||||||
|
|
||||||
|
8 Apr 2016 [5691]
|
||||||
|
frontend/grub-mkrescue-sed.sh
|
||||||
|
Optional use of gdb in grub-mkrescue-sed.sh
|
||||||
|
|
||||||
|
19 Apr 2016 [5692]
|
||||||
|
acinclude.m4
|
||||||
|
Makefile.am
|
||||||
|
Prevented option --version-script with linker run of xorriso. By Matthias Klose.
|
||||||
|
|
||||||
|
2016.04.25.100906 [5694]
|
||||||
|
xorriso/iso_img.c
|
||||||
|
xorriso/findjob.h
|
||||||
|
xorriso/findjob.c
|
||||||
|
xorriso/iso_tree.h
|
||||||
|
xorriso/iso_tree.c
|
||||||
|
xorriso/iso_manip.c
|
||||||
|
Improved assessment of appended partitions
|
||||||
|
|
||||||
|
2016.04.27.092902 [5695]
|
||||||
|
xorriso/emulators.c
|
||||||
|
xorriso/xorrisofs.texi
|
||||||
|
xorriso/xorrisofs.info
|
||||||
|
xorriso/xorrisofs.1
|
||||||
|
Letting -as mkisofs --norock revoke the special effect of -r
|
||||||
|
|
||||||
|
27 Apr 2016 [5696]
|
||||||
|
configure.ac
|
||||||
|
xorriso/configure_ac.txt
|
||||||
|
Removed option --silent from libtool runs
|
||||||
|
|
||||||
|
2016.05.03.075722 [5698]
|
||||||
|
libisoburn/isofs_wrap.c
|
||||||
|
Letting isoburn_disc_erase() invalidate UDF extended descriptors if present
|
||||||
|
|
||||||
|
[]
|
||||||
|
ChangeLog
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
xorriso/changelog.txt
|
||||||
|
Updated change log and web page
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-1.4.3 - 2016.05.03.075722
|
||||||
|
* Letting -as mkisofs --norock revoke the special effect of -r
|
||||||
|
* Letting -blank on overwritable media invalidate UDF extended descriptors
|
||||||
|
|
||||||
|
|
||||||
|
[]
|
||||||
|
ChangeLog
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
xorriso/changelog.txt
|
||||||
|
Updated change log and web page
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-1.4.3 -
|
||||||
|
|
||||||
[]
|
[]
|
||||||
ChangeLog
|
ChangeLog
|
||||||
xorriso/xorriso_eng.html
|
xorriso/xorriso_eng.html
|
||||||
|
@ -690,6 +690,12 @@ New -as mkisofs options -appended_part_as_apm, -part_like_isohybrid
|
|||||||
<LI>
|
<LI>
|
||||||
New command -scsi_dev_family, new -as cdrecord option drive_scsi_dev_family=
|
New command -scsi_dev_family, new -as cdrecord option drive_scsi_dev_family=
|
||||||
</LI>
|
</LI>
|
||||||
|
<LI>
|
||||||
|
Letting -as mkisofs --norock revoke the special effect of -r
|
||||||
|
</LI>
|
||||||
|
<LI>
|
||||||
|
Letting -blank on overwritable media invalidate UDF extended descriptors
|
||||||
|
</LI>
|
||||||
<!--
|
<!--
|
||||||
<LI>- none yet -</LI>
|
<LI>- none yet -</LI>
|
||||||
-->
|
-->
|
||||||
|
Loading…
Reference in New Issue
Block a user