Updated change log and web page
This commit is contained in:
parent
ac7cdfa251
commit
0ef65a7837
@ -5,6 +5,13 @@ git clone git@dev.lovelyhq.com:libburnia/libisoburn.git
|
|||||||
* Bug fix: -no_rc prevented pre-scanning of arguments for stdio output and
|
* Bug fix: -no_rc prevented pre-scanning of arguments for stdio output and
|
||||||
others. Introduced by mistake in a62f6af5, 2011.10.18.162119.
|
others. Introduced by mistake in a62f6af5, 2011.10.18.162119.
|
||||||
* Bug fix: -not_leaf and -not_paths were not applied to -extract and alike
|
* Bug fix: -not_leaf and -not_paths were not applied to -extract and alike
|
||||||
|
* Bug fix: -report_system_area cmd misperceived -part_like_isohybrid with
|
||||||
|
-isohybrid-gpt-basdat
|
||||||
|
* Bug fix: -report_system_area cmd misperceived combination of isohybrid and
|
||||||
|
appended partition in GPT
|
||||||
|
* Bug fix: -as mkisofs option -part_like_isohybrid did not cause a MBR
|
||||||
|
partition table if the partitions are data files in the ISO
|
||||||
|
rather than appended
|
||||||
* New -boot_image settings gpt_iso_bootable= and gpt_iso_not_ro=
|
* New -boot_image settings gpt_iso_bootable= and gpt_iso_not_ro=
|
||||||
* New -as mkisofs options --gpt-iso-bootable and --gpt-iso-not-ro
|
* New -as mkisofs options --gpt-iso-bootable and --gpt-iso-not-ro
|
||||||
* New -as cdrecord option --obs_pad. Automatic no_emul_toc with -as cdrecord.
|
* New -as cdrecord option --obs_pad. Automatic no_emul_toc with -as cdrecord.
|
||||||
|
@ -19989,7 +19989,7 @@ Bug fix: -not_leaf and -not_paths were not applied to -extract and alike
|
|||||||
xorriso/opts_p_z.c
|
xorriso/opts_p_z.c
|
||||||
Fixed a message about -paste_bin from and to paths
|
Fixed a message about -paste_bin from and to paths
|
||||||
|
|
||||||
13 Sep 2021 []
|
13 Sep 2021 [0ba1396]
|
||||||
ChangeLog
|
ChangeLog
|
||||||
xorriso/xorriso_eng.html
|
xorriso/xorriso_eng.html
|
||||||
xorriso/changelog.txt
|
xorriso/changelog.txt
|
||||||
@ -20001,6 +20001,41 @@ Updated change log and web page
|
|||||||
* Bug fix: -not_leaf and -not_paths were not applied to -extract and alike
|
* Bug fix: -not_leaf and -not_paths were not applied to -extract and alike
|
||||||
|
|
||||||
|
|
||||||
|
25 Sep 2021 [6b0bb9e]
|
||||||
|
xorriso/xorriso.texi
|
||||||
|
xorriso/xorriso.info
|
||||||
|
xorriso/xorriso.1
|
||||||
|
Mentioned in man page the classification of BD-R POW as unsuitable medium state
|
||||||
|
|
||||||
|
2021.11.24.115053 [e651cb5]
|
||||||
|
xorriso/xorriso.h
|
||||||
|
xorriso/drive_mgt.c
|
||||||
|
xorriso/text_io.c
|
||||||
|
New -toc output line "Overburnt by :"
|
||||||
|
|
||||||
|
2022.04.22.113132 [7d79692]
|
||||||
|
xorriso/iso_img.c
|
||||||
|
Bug fix: -report_system_area cmd misperceived -part_like_isohybrid with
|
||||||
|
-isohybrid-gpt-basdat
|
||||||
|
|
||||||
|
2022.04.22.113324 [ac7cdfa]
|
||||||
|
xorriso/iso_img.c
|
||||||
|
Bug fix: -report_system_area cmd misperceived combination of isohybrid and
|
||||||
|
appended partition in GPT
|
||||||
|
|
||||||
|
22 Apr 2022 []
|
||||||
|
ChangeLog
|
||||||
|
xorriso/xorriso_eng.html
|
||||||
|
xorriso/changelog.txt
|
||||||
|
Updated change log and web page
|
||||||
|
|
||||||
|
------------------------------------ cycle - xorriso-1.5.5 - 2022.04.22.113324
|
||||||
|
* Bug fix: -report_system_area cmd misperceived -part_like_isohybrid with
|
||||||
|
-isohybrid-gpt-basdat
|
||||||
|
* Bug fix: -report_system_area cmd misperceived combination of isohybrid and
|
||||||
|
appended partition in GPT
|
||||||
|
|
||||||
|
|
||||||
[]
|
[]
|
||||||
ChangeLog
|
ChangeLog
|
||||||
xorriso/xorriso_eng.html
|
xorriso/xorriso_eng.html
|
||||||
@ -20009,6 +20044,7 @@ Updated change log and web page
|
|||||||
|
|
||||||
------------------------------------ cycle - xorriso-1.5.5 -
|
------------------------------------ cycle - xorriso-1.5.5 -
|
||||||
|
|
||||||
|
|
||||||
[]
|
[]
|
||||||
ChangeLog
|
ChangeLog
|
||||||
xorriso/xorriso_eng.html
|
xorriso/xorriso_eng.html
|
||||||
|
@ -721,6 +721,19 @@ False -status failure with -boot_image --interval:appended_partition
|
|||||||
<LI>
|
<LI>
|
||||||
-not_leaf and -not_paths were not applied to -extract and alike
|
-not_leaf and -not_paths were not applied to -extract and alike
|
||||||
</LI>
|
</LI>
|
||||||
|
<LI>
|
||||||
|
-report_system_area cmd misperceived -part_like_isohybrid with
|
||||||
|
-isohybrid-gpt-basdat
|
||||||
|
</LI>
|
||||||
|
<LI>
|
||||||
|
-report_system_area cmd misperceived combination of isohybrid and
|
||||||
|
appended partition in GPT
|
||||||
|
</LI>
|
||||||
|
<LI>
|
||||||
|
-as mkisofs option -part_like_isohybrid did not cause a MBR
|
||||||
|
partition table if the partitions are data files in the ISO
|
||||||
|
rather than appended
|
||||||
|
</LI>
|
||||||
<!--
|
<!--
|
||||||
<LI>- none yet -</LI>
|
<LI>- none yet -</LI>
|
||||||
-->
|
-->
|
||||||
|
Loading…
Reference in New Issue
Block a user