From 92c4d5b45adf3ad25b6233a5c44b65f114f32c5e Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 21 Nov 2023 11:50:57 +0100 Subject: [PATCH] Updated change log and web page --- ChangeLog | 2 ++ xorriso/changelog.txt | 27 ++++++++++++++++++++++++++- xorriso/xorriso_eng.html | 6 ++++++ 3 files changed, 34 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fc7d2bd0..07e300eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,8 @@ git clone git@dev.lovelyhq.com:libburnia/libisoburn.git pseudo type_code "revoke" * New bit1 with API call Xorriso_change_is_pending() issues a note if return is 0 and indev and outdev point to different drives +* New -as mkisofs options -cut_out and -hide_iso_path +* Improved handling of hidden boot images in -boot_image cmd/as_mkisofs/replay GNU xorriso-1.5.6.pl02.tar.gz Wed Jun 14 2023 =============================================================================== diff --git a/xorriso/changelog.txt b/xorriso/changelog.txt index 265d4a00..d2b7d47f 100644 --- a/xorriso/changelog.txt +++ b/xorriso/changelog.txt @@ -20591,7 +20591,7 @@ return is 0 and indev and outdev point to different drives xorriso/xorriso_main.c Using Xorriso_change_is_pending() bit1 at end of program -08 Aug 2023 [] +08 Aug 2023 [e383d3a] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt @@ -20607,6 +20607,30 @@ Updated change log and web page return is 0 and indev and outdev point to different drives +2023.11.20.105009 [651f429] +xorriso/emulators.c +xorriso/xorrisofs.texi +xorriso/xorrisofs.1 +xorriso/xorrisofs.info +New -as mkisofs options -cut_out and -hide_iso_path + +2023.11.21.103206 [aace531] +xorriso/lib_mgt.c +xorriso/iso_img.c +xorriso/iso_tree.c +Improved handling of hidden boot images in -boot_image cmd/as_mkisofs/replay + +21 Nov 2023 [] +ChangeLog +xorriso/xorriso_eng.html +xorriso/changelog.txt +Updated change log and web page + +------------------------------------ cycle - xorriso-1.5.7 - 2023.11.21.103206 +* New -as mkisofs options -cut_out and -hide_iso_path +* Improved handling of hidden boot images in -boot_image cmd/as_mkisofs/replay + + [] ChangeLog xorriso/xorriso_eng.html @@ -20615,6 +20639,7 @@ Updated change log and web page ------------------------------------ cycle - xorriso-1.5.7 - + [] ChangeLog xorriso/xorriso_eng.html diff --git a/xorriso/xorriso_eng.html b/xorriso/xorriso_eng.html index 4d328b77..56ca305f 100644 --- a/xorriso/xorriso_eng.html +++ b/xorriso/xorriso_eng.html @@ -746,6 +746,12 @@ Thanks Cameron Seader. New -append_partition pseudo partition_number "all" and pseudo type_code "revoke" +
  • +New -as mkisofs options -cut_out and -hide_iso_path +
  • +
  • +Improved handling of hidden boot images in -boot_image cmd/as_mkisofs/replay +