Updated change log and web page
This commit is contained in:
parent
b2d9384ec9
commit
0ba13965a7
@ -4,9 +4,12 @@ git clone git@dev.lovelyhq.com:libburnia/libisoburn.git
|
||||
* 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.
|
||||
* Bug fix: -not_leaf and -not_paths were not applied to -extract and alike
|
||||
* 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 cdrecord option --obs_pad. Automatic no_emul_toc with -as cdrecord.
|
||||
* New parameters "obs_pad" and "bdr_obs_exempt" for -dvd_obs
|
||||
* New -as cdrecord option --bdr_obs_exempt
|
||||
|
||||
|
||||
libisoburn-1.5.4.tar.gz Sat Jan 30 2021
|
||||
|
@ -19931,7 +19931,7 @@ xorriso/xorrecord.info
|
||||
xorriso/xorrecord.1
|
||||
New -as cdrecord option --obs_pad. Automatic no_emul_toc with -as cdrecord.
|
||||
|
||||
[]
|
||||
30 Aug 2021 [b35c2e4]
|
||||
ChangeLog
|
||||
xorriso/xorriso_eng.html
|
||||
xorriso/changelog.txt
|
||||
@ -19943,6 +19943,64 @@ Updated change log and web page
|
||||
* New -as cdrecord option --obs_pad. Automatic no_emul_toc with -as cdrecord.
|
||||
|
||||
|
||||
2021.08.30.145223 [d19150a]
|
||||
xorriso/opts_p_z.c
|
||||
Updated copyright year of -version message
|
||||
|
||||
02 Sep 2021 [562247b]
|
||||
configure.ac
|
||||
Removed unneeded configure.ac macro AC_C_BIGENDIAN
|
||||
|
||||
2021.09.04.075955 [8a11dc6]
|
||||
xorriso/opts_p_z.c
|
||||
Reacted on compiler warning of Debian i386 buildd
|
||||
|
||||
04 Sep 2021 [555048a]
|
||||
configure.ac
|
||||
Removed a "(" from a "dnl" comment which confused autoupdate
|
||||
|
||||
2021.09.12.092738 [58e7eb0]
|
||||
xorriso/xorriso_private.h
|
||||
xorriso/base_obj.c
|
||||
xorriso/opts_d_h.c
|
||||
xorriso/write_run.c
|
||||
xorriso/text_io.c
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.info
|
||||
xorriso/xorriso.1
|
||||
New parameters "obs_pad" and "bdr_obs_exempt" for -dvd_obs
|
||||
|
||||
2021.09.12.093333 [3582628]
|
||||
xorriso/emulators.c
|
||||
xorriso/xorrecord.texi
|
||||
xorriso/xorrecord.info
|
||||
xorriso/xorrecord.1
|
||||
New -as cdrecord option --bdr_obs_exempt
|
||||
|
||||
2021.09.13.151219 [b5a33c3]
|
||||
xorriso/parse_exec.c
|
||||
xorriso/read_run.c
|
||||
xorriso/xorriso.texi
|
||||
xorriso/xorriso.info
|
||||
xorriso/xorriso.1
|
||||
Bug fix: -not_leaf and -not_paths were not applied to -extract and alike
|
||||
|
||||
2021.09.13.151337 [b2d9384]
|
||||
xorriso/opts_p_z.c
|
||||
Fixed a message about -paste_bin from and to paths
|
||||
|
||||
13 Sep 2021 []
|
||||
ChangeLog
|
||||
xorriso/xorriso_eng.html
|
||||
xorriso/changelog.txt
|
||||
Updated change log and web page
|
||||
|
||||
------------------------------------ cycle - xorriso-1.5.5 - 2021.09.13.151337
|
||||
* New parameters "obs_pad" and "bdr_obs_exempt" for -dvd_obs
|
||||
* New -as cdrecord option --bdr_obs_exempt
|
||||
* Bug fix: -not_leaf and -not_paths were not applied to -extract and alike
|
||||
|
||||
|
||||
[]
|
||||
ChangeLog
|
||||
xorriso/xorriso_eng.html
|
||||
@ -19950,6 +20008,7 @@ xorriso/changelog.txt
|
||||
Updated change log and web page
|
||||
|
||||
------------------------------------ cycle - xorriso-1.5.5 -
|
||||
|
||||
[]
|
||||
ChangeLog
|
||||
xorriso/xorriso_eng.html
|
||||
|
@ -718,6 +718,9 @@ False -status failure with -boot_image --interval:appended_partition
|
||||
<LI>
|
||||
-no_rc prevented pre-scanning of arguments for stdio output and others.
|
||||
</LI>
|
||||
<LI>
|
||||
-not_leaf and -not_paths were not applied to -extract and alike
|
||||
</LI>
|
||||
<!--
|
||||
<LI>- none yet -</LI>
|
||||
-->
|
||||
@ -734,6 +737,12 @@ New -as mkisofs options --gpt-iso-bootable and --gpt-iso-not-ro
|
||||
<LI>
|
||||
New -as cdrecord option --obs_pad. Automatic no_emul_toc with -as cdrecord.
|
||||
</LI>
|
||||
<LI>
|
||||
New parameters "obs_pad" and "bdr_obs_exempt" for -dvd_obs
|
||||
</LI>
|
||||
<LI>
|
||||
New -as cdrecord option --bdr_obs_exempt
|
||||
</LI>
|
||||
<!--
|
||||
<LI>- none yet -</LI>
|
||||
-->
|
||||
|
Loading…
Reference in New Issue
Block a user