diff --git a/ChangeLog b/ChangeLog index a3c98a1f..ea993a4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. This could cause that original and clone occupy data storage 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 -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 parameters "obs_pad" and "bdr_obs_exempt" for -dvd_obs * New -as cdrecord option --bdr_obs_exempt * New command -assess_indev_features +* New -find test -size * 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 25026f77..fb681ba2 100644 --- a/xorriso/changelog.txt +++ b/xorriso/changelog.txt @@ -20234,16 +20234,49 @@ test/merge_debian_isos.info test/merge_debian_isos.1 Corrected the BUGS section of merge_debian_isos.texi -27 Oct 2022 [] +27 Oct 2022 [0d3d9d7] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt 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. This could cause that original and clone occupy data storage 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 [] diff --git a/xorriso/xorriso_eng.html b/xorriso/xorriso_eng.html index 56ae2880..c167bf0e 100644 --- a/xorriso/xorriso_eng.html +++ b/xorriso/xorriso_eng.html @@ -748,6 +748,9 @@ libisofs did not mark clones of imported files as imported. This could cause that original and clone occupy data storage in the newly written session. Thanks to Ivan Shmakov. +
  • +Partition offset was preserved from -indev rather than from -outdev +
  • @@ -773,6 +776,9 @@ New -as cdrecord option --bdr_obs_exempt
  • New command -assess_indev_features
  • +
  • +New -find test -size +
  • diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index fbcb51b7..b88c9e2a 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2022.11.10.095102" +#define Xorriso_timestamP "2022.12.02.095334"