From d0ff0a381adb32ebc54f2d1ac587069841b683d0 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 19 Mar 2023 16:40:06 +0100 Subject: [PATCH] Updated change log and web page --- ChangeLog | 10 ++++ xorriso/changelog.txt | 100 ++++++++++++++++++++++++++++++++++-- xorriso/xorriso_eng.html | 12 ++++- xorriso/xorriso_timestamp.h | 2 +- 4 files changed, 118 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 001c13fe..46192f17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -22,6 +22,15 @@ git clone git@dev.lovelyhq.com:libburnia/libisoburn.git 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 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 -as mkisofs options --gpt-iso-bootable and --gpt-iso-not-ro * 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 command -assess_indev_features * New -find test -size +* New -compliance rules max_ce_entries=, max_ce_drop= * Allowed lseekable device files with -cut_out. Proof-of-concept by Ivan Shmakov on bugs.debian.org. (Closes: #1010098) diff --git a/xorriso/changelog.txt b/xorriso/changelog.txt index 6f39ac69..4a411582 100644 --- a/xorriso/changelog.txt +++ b/xorriso/changelog.txt @@ -20289,26 +20289,105 @@ xorriso/write_run.c 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 - [] +18 Dec 2020 [36daf52] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt 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 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 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 xorriso/xorriso_eng.html xorriso/changelog.txt 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 @@ -20471,6 +20550,19 @@ GPT partition flags: 2 0x1000000000000001 GPT start and size : 2 188 8192 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 diff --git a/xorriso/xorriso_eng.html b/xorriso/xorriso_eng.html index 88dd1a03..73227537 100644 --- a/xorriso/xorriso_eng.html +++ b/xorriso/xorriso_eng.html @@ -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 the emerging ISO if the boot catalog was set to be hidden +
  • +-toc reported wrong track LBA with overwritable media with +unrecognized content (pseudo-closed) +
  • +
  • +-find test -has_xattr matched "isofs." attributes in -xattr mode "any" +
  • @@ -787,6 +794,9 @@ New command -assess_indev_features
  • New -find test -size
  • +
  • +New -compliance rules max_ce_entries=, max_ce_drop= +
  • @@ -813,7 +823,7 @@ installation see README)
    xorriso-1.5.5.tar.gz -(2720 KiB). +(2780 KiB).
    A dynamically linked development version of xorriso can be obtained from repositories of diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 689d6328..0e44a2e0 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2023.03.15.194905" +#define Xorriso_timestamP "2023.03.19.153432"