Updated change log and web page

This commit is contained in:
Thomas Schmitt 2021-08-30 16:13:46 +02:00
parent 3f2b61932b
commit b35c2e410f
3 changed files with 59 additions and 8 deletions

View File

@ -1,9 +1,13 @@
git clone git@dev.lovelyhq.com:libburnia/libisoburn.git
(to become libisoburn-1.5.6 or higher)
===============================================================================
* Bug fix: False -status failure with -boot_image --interval:appended_partition
* Bug fix: -no_rc prevented pre-scanning of arguments for stdio output and
others. Introduced by mistake in a62f6af5, 2011.10.18.162119.
* New -boot_image settings gpt_iso_bootable= and gpt_iso_not_ro=
* New -as mkisofs options --gpt-iso-bootable and --gpt-iso-not-ro
* Bug fix: False -status failure with -boot_image --interval:appended_partition
* New -as cdrecord option --obs_pad. Automatic no_emul_toc with -as cdrecord.
libisoburn-1.5.4.tar.gz Sat Jan 30 2021
===============================================================================

View File

@ -19884,7 +19884,7 @@ New -as mkisofs options --gpt-iso-bootable and --gpt-iso-not-ro
xorriso/iso_img.c
Bug fix: False -status failure with -boot_image --interval:appended_partition
25 May 2021 []
25 May 2021 [60dfe77]
ChangeLog
xorriso/xorriso_eng.html
xorriso/changelog.txt
@ -19896,6 +19896,53 @@ Updated change log and web page
* Bug fix: False -status failure with -boot_image --interval:appended_partition
2021.06.04.155151 [49d40a4]
xorriso/text_io.c
Corrected default expectation of -status in respect to -osirrox and -error_behavior
04 Jun 2021 [5011a5f]
xorriso/xorriso.texi
xorriso/xorriso.1
xorriso/xorriso.info
Mentioned command -status in man page paragraph "Command processing"
2021.08.28.161158 [7dc45e3]
xorriso/xorrisoburn.h
xorriso/opts_p_z.c
xorriso/lib_mgt.c
Warn of volid length for Joliet only if more than 16 characters (was: 16 bytes)
2021.08.28.161305 [e6f6867]
libisoburn/libisoburn.h
Corrected wording in the API description of isoburn_conv_name_chars()
2021.08.30.094939 [e489c87]
xorriso/parse_exec.c
Bug fix: -no_rc prevented pre-scanning of arguments for stdio output and
others. Introduced by mistake in a62f6af5, 2011.10.18.162119.
2021.08.30.103430 [3f2b619]
xorriso/xorriso_private.h
xorriso/base_obj.c
xorriso/emulators.c
xorriso/write_run.c
xorriso/xorrecord.texi
xorriso/xorrecord.info
xorriso/xorrecord.1
New -as cdrecord option --obs_pad. Automatic no_emul_toc with -as cdrecord.
[]
ChangeLog
xorriso/xorriso_eng.html
xorriso/changelog.txt
Updated change log and web page
------------------------------------ cycle - xorriso-1.5.5 - 2021.08.30.103430
* Bug fix: -no_rc prevented pre-scanning of arguments for stdio output and
others. Introduced by mistake in a62f6af5, 2011.10.18.162119.
* New -as cdrecord option --obs_pad. Automatic no_emul_toc with -as cdrecord.
[]
ChangeLog
xorriso/xorriso_eng.html
@ -19903,7 +19950,6 @@ xorriso/changelog.txt
Updated change log and web page
------------------------------------ cycle - xorriso-1.5.5 -
[]
ChangeLog
xorriso/xorriso_eng.html

View File

@ -710,15 +710,13 @@ cdrecord and mkisofs.</DT>
<P>
<DL>
<DT><H3>Development snapshot, version 1.5.5 :</H3></DT>
<DD>Bug fixes towards xorriso-1.5.4:
<DD>Bug fixes towards stable version 1.5.4.pl02:
<UL>
<LI>
Large amounts of AAIP data or many long file names could cause with
zisofs an unreadable filesystem after the warning "Calculated and written
ECMA-119 tree end differ"
False -status failure with -boot_image --interval:appended_partition
</LI>
<LI>
False -status failure with -boot_image --interval:appended_partition
-no_rc prevented pre-scanning of arguments for stdio output and others.
</LI>
<!--
<LI>- none yet -</LI>
@ -733,6 +731,9 @@ New -boot_image settings gpt_iso_bootable= and gpt_iso_not_ro=
<LI>
New -as mkisofs options --gpt-iso-bootable and --gpt-iso-not-ro
</LI>
<LI>
New -as cdrecord option --obs_pad. Automatic no_emul_toc with -as cdrecord.
</LI>
<!--
<LI>- none yet -</LI>
-->