Updated change log and web page

This commit is contained in:
Thomas Schmitt 2022-12-02 10:57:32 +01:00
parent 008620e19c
commit 017363ee34
4 changed files with 44 additions and 3 deletions

View File

@ -17,12 +17,14 @@ git clone git@dev.lovelyhq.com:libburnia/libisoburn.git
* Bug fix: libisofs did not mark clones of imported files as imported. * Bug fix: libisofs did not mark clones of imported files as imported.
This could cause that original and clone occupy data storage This could cause that original and clone occupy data storage
in the newly written session. Thanks to Ivan Shmakov. in the newly written session. Thanks to Ivan Shmakov.
* Bug fix: Partition offset was preserved from -indev rather than from -outdev
* 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.
* New parameters "obs_pad" and "bdr_obs_exempt" for -dvd_obs * New parameters "obs_pad" and "bdr_obs_exempt" for -dvd_obs
* 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
* 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

@ -20234,16 +20234,49 @@ test/merge_debian_isos.info
test/merge_debian_isos.1 test/merge_debian_isos.1
Corrected the BUGS section of merge_debian_isos.texi Corrected the BUGS section of merge_debian_isos.texi
27 Oct 2022 [] 27 Oct 2022 [0d3d9d7]
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 - 2022.10.27.131722 2022.10.29.084954 [09de0f1]
libisoburn/libisoburn.h
Demanding (belated) libburn and libisofs versions 1.5.5
2022.11.05.133746 [1ff12c2]
xorriso/write_run.h
xorriso/write_run.c
Bug fix: Partition offset was preserved from -indev rather than from -outdev
05 Nov 2022 [a28040d]
xorriso/make_xorriso_standalone.sh
Added test/merge_debian_isos and its docs to GNU xorriso tarball
2022.11.10.095102 [008620e]
xorriso/opts_d_h.c
xorriso/iso_manip.c
xorriso/iso_tree.h
xorriso/iso_tree.c
xorriso/findjob.h
xorriso/findjob.c
xorriso/xorriso.texi
xorriso/xorriso.info
xorriso/xorriso.1
New -find test -size
02 Dec 2022 []
ChangeLog
xorriso/xorriso_eng.html
xorriso/changelog.txt
Updated change log and web page
------------------------------------ cycle - xorriso-1.5.5 - 2022.12.02.095334
* Bug fix: libisofs did not mark clones of imported files as imported. * Bug fix: libisofs did not mark clones of imported files as imported.
This could cause that original and clone occupy data storage This could cause that original and clone occupy data storage
in the newly written session. Thanks to Ivan Shmakov. in the newly written session. Thanks to Ivan Shmakov.
* Bug fix: Partition offset was preserved from -indev rather than from -outdev
* New -find test -size
[] []

View File

@ -748,6 +748,9 @@ libisofs did not mark clones of imported files as imported.
This could cause that original and clone occupy data storage This could cause that original and clone occupy data storage
in the newly written session. Thanks to Ivan Shmakov. in the newly written session. Thanks to Ivan Shmakov.
</LI> </LI>
<LI>
Partition offset was preserved from -indev rather than from -outdev
</LI>
<!-- <!--
<LI>- none yet -</LI> <LI>- none yet -</LI>
--> -->
@ -773,6 +776,9 @@ New -as cdrecord option --bdr_obs_exempt
<LI> <LI>
New command -assess_indev_features New command -assess_indev_features
</LI> </LI>
<LI>
New -find test -size
</LI>
<!-- <!--
<LI>- none yet -</LI> <LI>- none yet -</LI>
--> -->

View File

@ -1 +1 @@
#define Xorriso_timestamP "2022.11.10.095102" #define Xorriso_timestamP "2022.12.02.095334"