Updated change log and web page

This commit is contained in:
2025-06-24 19:24:22 +02:00
parent b333b18337
commit bb0b7f62e5
3 changed files with 75 additions and 1 deletions

View File

@@ -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
===============================================================================

View File

@@ -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"

View File

@@ -787,6 +787,10 @@ Thanks Jonas 'Sortie' Termansen.
The last trailing slash in a symbolic link target was not written.
Thanks Jonas 'Sortie' Termansen.
</LI>
<LI>
The .. directory record exposed Rock Ridge properties of its
grand grand parent.
</LI>
<!--
<LI>- none yet -</LI>
-->
@@ -845,6 +849,9 @@ New -boot_image bootspec appended_gpt_with_gaps=
<LI>
New -as mkisofs option -appended_gpt_with_gaps
</LI>
<LI>
New -compliance rules rrip_tf_long and rrip_tf_short
</LI>
<!--
<LI>- none yet -</LI>
-->