diff --git a/ChangeLog b/ChangeLog index a5c03895..3660a3c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -32,6 +32,9 @@ git clone git@dev.lovelyhq.com:libburnia/libisoburn.git Thanks Jonas 'Sortie' Termansen. * Bug fix: The last trailing slash in a symbolic link target was not written. Thanks Jonas 'Sortie' Termansen. +* Bug fix: The .. directory record exposed Rock Ridge properties of its + grand grand parent. Caused by commit 4d0063f7 in 2009 which fixed + the block address pointer of the .. record. * 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 API calls isoburn_toc_disc_get_sectors_v2, @@ -70,6 +73,8 @@ git clone git@dev.lovelyhq.com:libburnia/libisoburn.git * New -as mkisofs option --projid * New -boot_image bootspec appended_gpt_with_gaps= * New -as mkisofs option -appended_gpt_with_gaps +* New -compliance rules rrip_tf_long and rrip_tf_short +* New -as mkisofs options -long-rr-time, -no-long-rr-time, -short-rr-time GNU xorriso-1.5.6.pl02.tar.gz Wed Jun 14 2023 =============================================================================== diff --git a/xorriso/changelog.txt b/xorriso/changelog.txt index 565c9966..269d05a4 100644 --- a/xorriso/changelog.txt +++ b/xorriso/changelog.txt @@ -21592,7 +21592,7 @@ xorriso/misc_funct.c Including sys/select.h where needed. Changed wait3() to waitpid() for better portability. Thanks Jonas 'Sortie' Termansen. -08 Apr 2025 [] +08 Apr 2025 [ef096c5] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt @@ -21608,11 +21608,73 @@ Updated change log and web page Thanks Jonas 'Sortie' Termansen. +2025.04.12.090426 [236b8d3] +xorriso/check_media.h +Added missing include of sys/types.h for ssize_t + +2025.04.16.073939 [972bca8] +xorriso/read_run.c +xorriso/text_io.c +Replaced calls to mknod(2) by mkfifo(3) and iso_local_create_dev() + +24 Apr 2025 [bc0c639] +xorriso/xorriso.texi +xorriso/xorriso.info +xorriso/xorriso.1 +xorriso/xorrisofs.texi +xorriso/xorrisofs.info +xorriso/xorrisofs.1 +xorriso/xorrecord.texi +xorriso/xorrecord.info +xorriso/xorrecord.1 +Updated information about reproducibility and Linux kernel sr lock + +10 Jun 2025 [83ec7bf] +xorriso/xorriso.texi +xorriso/xorriso.info +xorriso/xorriso.1 +xorriso/xorrisofs.texi +xorriso/xorrisofs.info +xorriso/xorrisofs.1 +New paragraph "Reproducibility considerations" moved out of ENVIRONMENT + +2025.06.24.170708 [86a7a58] +libisoburn/libisoburn.h +libisoburn/isoburn.h +libisoburn/isoburn.c +New isoburn_igopt_set_relaxed() relaxation isoburn_igopt_rrip_tf_long + +2025.06.24.170955 [433d4be] +xorriso/write_run.c +xorriso/xorriso.texi +xorriso/xorriso.info +xorriso/xorriso.1 +New -compliance rules rrip_tf_long and rrip_tf_short + +2025.06.24.171249 [b333b18] +xorriso/emulators.c +xorriso/xorrisofs.texi +xorriso/xorrisofs.info +xorriso/xorrisofs.1 +New -as mkisofs options -long-rr-time, -no-long-rr-time, -short-rr-time + +24 Jun 2025 [] +ChangeLog +xorriso/xorriso_eng.html +xorriso/changelog.txt +Updated change log and web page + +------------------------------------ cycle - xorriso-1.5.7 - 2025.06.24.171249 +* New isoburn_igopt_set_relaxed() relaxation isoburn_igopt_rrip_tf_long +* New -compliance rules rrip_tf_long and rrip_tf_short +* New -as mkisofs options -long-rr-time, -no-long-rr-time, -short-rr-time >>> ??? Why do isofs.di attributes get recorded when -disk_dev_ino is off and -for_backup is given ? + >>> Because of -hardlinks on , because of .ino_behavior bit1 not set + ??? but where is isofs.di used for hardlink processing ? >>> ??? Restrict restoring directory-only flags to directories ? "DFPT" diff --git a/xorriso/xorriso_eng.html b/xorriso/xorriso_eng.html index 880cf053..ae942048 100644 --- a/xorriso/xorriso_eng.html +++ b/xorriso/xorriso_eng.html @@ -787,6 +787,10 @@ Thanks Jonas 'Sortie' Termansen. The last trailing slash in a symbolic link target was not written. Thanks Jonas 'Sortie' Termansen. +
  • +The .. directory record exposed Rock Ridge properties of its +grand grand parent. +
  • @@ -845,6 +849,9 @@ New -boot_image bootspec appended_gpt_with_gaps=
  • New -as mkisofs option -appended_gpt_with_gaps
  • +
  • +New -compliance rules rrip_tf_long and rrip_tf_short +