Updated change log and web page

This commit is contained in:
Thomas Schmitt 2023-03-19 16:40:06 +01:00
parent fc03217d91
commit d0ff0a381a
4 changed files with 118 additions and 6 deletions

View File

@ -22,6 +22,15 @@ git clone git@dev.lovelyhq.com:libburnia/libisoburn.git
symbolic links or AAIP data were recorded in a directory symbolic links or AAIP data were recorded in a directory
* Bug fix: Data files named /boot.catalog or ./boot.cat could be left out of * Bug fix: Data files named /boot.catalog or ./boot.cat could be left out of
the emerging ISO if the boot catalog was set to be hidden the emerging ISO if the boot catalog was set to be hidden
* Bug fix: -toc reported wrong track LBA with overwritable media with
unrecognized content (pseudo-closed)
* Bug fix: -find test -has_xattr matched "isofs." attributes
in -xattr mode "any"
* New API call isoburn_assess_written_features()
* New API calls isoburn_igopt_set_max_ce_entries(),
isoburn_igopt_get_max_ce_entries()
* New flag bit12 with isoburn_read_iso_head():
Read even if start of multi-session emulation is damaged
* 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.
@ -29,6 +38,7 @@ git clone git@dev.lovelyhq.com:libburnia/libisoburn.git
* New -as cdrecord option --bdr_obs_exempt * New -as cdrecord option --bdr_obs_exempt
* New command -assess_indev_features * New command -assess_indev_features
* New -find test -size * New -find test -size
* New -compliance rules max_ce_entries=, max_ce_drop=
* Allowed lseekable device files with -cut_out. * Allowed lseekable device files with -cut_out.
Proof-of-concept by Ivan Shmakov on bugs.debian.org. (Closes: #1010098) Proof-of-concept by Ivan Shmakov on bugs.debian.org. (Closes: #1010098)

View File

@ -20289,26 +20289,105 @@ xorriso/write_run.c
Bug fix: Data files named /boot.catalog or ./boot.cat could be left out of Bug fix: Data files named /boot.catalog or ./boot.cat could be left out of
the emerging ISO if the boot catalog was set to be hidden the emerging ISO if the boot catalog was set to be hidden
[] 18 Dec 2020 [36daf52]
ChangeLog ChangeLog
xorriso/xorriso_eng.html xorriso/xorriso_eng.html
xorriso/changelog.txt xorriso/changelog.txt
Updated change log and web page Updated change log and web page
------------------------------------ cycle - xorriso-1.5.5 - ------------------------------------ cycle - xorriso-1.5.5 - 2022.12.17.190005
* Bug fix: libisofs could misrepresent Rock Ridge information if many * Bug fix: libisofs could misrepresent Rock Ridge information if many
symbolic links or AAIP data were recorded in a directory symbolic links or AAIP data were recorded in a directory
* Bug fix: Data files named /boot.catalog or ./boot.cat could be left out of * Bug fix: Data files named /boot.catalog or ./boot.cat could be left out of
the emerging ISO if the boot catalog was set to be hidden the emerging ISO if the boot catalog was set to be hidden
2022.12.28.083915 [1a39dc6]
xorriso/iso_img.c
Enabled effect of -rom_toc_scan "off:emul_off" for -mount entity "auto"
[] 2023.01.09.144346 [3afa1d5]
xorriso/drive_mgt.c
Bug fix: -toc reported wrong track LBA with overwritable media with
unrecognized content (pseudo-closed)
2023.01.10.180154 [c310e2a]
xorriso/iso_tree.c
xorriso/xorriso.texi
xorriso/xorriso.info
xorriso/xorriso.1
Bug fix: -find test -has_xattr matched "isofs." attributes in -xattr mode "any"
2023.01.22.151757 [9a578a6]
libisoburn/libisoburn.h
libisoburn/isoburn.h
libisoburn/isoburn.c
libisoburn/libisoburn.ver
New API calls isoburn_igopt_set_max_ce_entries(),
isoburn_igopt_get_max_ce_entries()
2023.01.22.151757 [b4e10ce]
xorriso/xorriso_private.h
xorriso/base_obj.c
xorriso/write_run.c
xorriso/xorriso.texi
xorriso/xorriso.info
xorriso/xorriso.1
New -compliance rules max_ce_entries=, max_ce_drop=
2023.01.22.152059 [1a1d31f]
xorriso/parse_exec.c
Corrected argument count classification of -setfattr_list
2023.01.22.152155 [5600508]
xorriso/opts_p_z.c
Updated copright year in output of -version
2023.02.08.200727 [163129c]
xorriso/opts_d_h.c
Added missing help text for -assess_indev_features
2023.02.24.080036 [6a921c7]
libisoburn/libisoburn.h
libisoburn/burn_wrap.c
New flag bit12 with isoburn_read_iso_head()
2023.02.24.162752 [b837ff3]
xorriso/write_run.c
xorriso/xorriso.texi
xorriso/xorriso.info
xorriso/xorriso.1
Let -truncate "sbsector" "new" work even if LBA-0-superblock is damaged
2023.02.28.135556 [1844014]
xorriso/write_run.c
Fixed error in format of LBA-0-superblock created by prevous commit
2023.02.28.150706 [72ef04a]
xorriso/drive_mgt.c
Enabled -check_media with pseudo-blank overwritable media
2023.03.15.194905 [fc03217]
xorriso/iso_manip.c
xorriso/disk_ops.c
Emitting SORRY event for dangling symbolic links if -follow is set to "link"
2023.03.19.153432 []
ChangeLog ChangeLog
xorriso/xorriso_eng.html xorriso/xorriso_eng.html
xorriso/changelog.txt xorriso/changelog.txt
Updated change log and web page Updated change log and web page
------------------------------------ cycle - xorriso-1.5.5 - ------------------------------------ cycle - xorriso-1.5.5 - 2023.03.19.153432
* Bug fix: -toc reported wrong track LBA with overwritable media with
unrecognized content (pseudo-closed)
* Bug fix: -find test -has_xattr matched "isofs." attributes
in -xattr mode "any"
* New API calls isoburn_igopt_set_max_ce_entries(),
isoburn_igopt_get_max_ce_entries()
* New flag bit12 with isoburn_read_iso_head():
Read even if start of multi-session emulation is damaged
* New -compliance rules max_ce_entries=, max_ce_drop=
[] []
ChangeLog ChangeLog
@ -20471,6 +20550,19 @@ GPT partition flags: 2 0x1000000000000001
GPT start and size : 2 188 8192 GPT start and size : 2 188 8192
GPT partition path : 2 /boot/x86_64/efi GPT partition path : 2 /boot/x86_64/efi
-----
======== /dvdbuffer/focal-live-server-ppc64el.iso
...
libisoburn: WARNING : ISO image size 610150s larger than readable size 610144s
xorriso : NOTE : Loading ISO image tree from LBA 0
libburn : SORRY : Read start address 429530328s larger than number of readable blocks 610144
xorriso : UPDATE : 142 nodes read in 1 seconds
libisofs: NOTE : Ignored non-empty MBR partition outside of medium capacity
...
(There is garbage in bytes 462 to 509.)
----- -----
>>> Hidden El Torito boot images >>> Hidden El Torito boot images

View File

@ -759,6 +759,13 @@ or AAIP data were recorded in a directory
Data files named /boot.catalog or ./boot.cat could be left out of Data files named /boot.catalog or ./boot.cat could be left out of
the emerging ISO if the boot catalog was set to be hidden the emerging ISO if the boot catalog was set to be hidden
</LI> </LI>
<LI>
-toc reported wrong track LBA with overwritable media with
unrecognized content (pseudo-closed)
</LI>
<LI>
-find test -has_xattr matched "isofs." attributes in -xattr mode "any"
</LI>
<!-- <!--
<LI>- none yet -</LI> <LI>- none yet -</LI>
--> -->
@ -787,6 +794,9 @@ New command -assess_indev_features
<LI> <LI>
New -find test -size New -find test -size
</LI> </LI>
<LI>
New -compliance rules max_ce_entries=, max_ce_drop=
</LI>
<!-- <!--
<LI>- none yet -</LI> <LI>- none yet -</LI>
--> -->
@ -813,7 +823,7 @@ installation see README)
</DD> </DD>
<DD> <DD>
<A HREF="xorriso-1.5.5.tar.gz">xorriso-1.5.5.tar.gz</A> <A HREF="xorriso-1.5.5.tar.gz">xorriso-1.5.5.tar.gz</A>
(2720 KiB). (2780 KiB).
</DD> </DD>
<DT>A dynamically linked development version of xorriso can be obtained <DT>A dynamically linked development version of xorriso can be obtained
from repositories of from repositories of

View File

@ -1 +1 @@
#define Xorriso_timestamP "2023.03.15.194905" #define Xorriso_timestamP "2023.03.19.153432"