Update 'Releases'

Thomas Schmitt 2023-06-20 08:00:21 +00:00
parent 75f58d8d9d
commit fd6eacc4b9

@ -7,72 +7,79 @@ and [pointers to the current development repository](#Repo).
## CURRENT STABLE RELEASES ## CURRENT STABLE RELEASES
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
### [libisofs-1.5.4.tar.gz](http://files.libburnia-project.org/releases/libisofs-1.5.4.tar.gz) Sun Feb 07 2021 [git tag](https://dev.lovelyhq.com/libburnia/libisofs/src/tag/release-1.5.4) | [wiki](Libisofs) | Signature: [libisofs-1.5.4.tar.gz.sig](http://files.libburnia-project.org/releases/libisofs-1.5.4.tar.gz.sig) ### [libisofs-1.5.6.pl01.tar.gz](http://files.libburnia-project.org/releases/libisofs-1.5.6.pl01.tar.gz) Mon Jun 12 2023 [git tag](https://dev.lovelyhq.com/libburnia/libisofs/src/tag/release-1.5.6.pl01) | [wiki](Libisofs) | Signature: [libisofs-1.5.6.pl01.tar.gz.sig](http://files.libburnia-project.org/releases/libisofs-1.5.6.pl01.tar.gz.sig)
libisofs novelties: libisofs novelties:
* Bug fix: Large amounts of AAIP data or many long file names could cause with * Bug fix: iso_write_opts_set_part_like_isohybrid() did not cause a MBR
zisofs an unreadable filesystem after the warning "Calculated and partition table if the partitions are data files in the ISO
written ECMA-119 tree end differ" rather than appended
* Bug fix: Big-Endian MIPS Volume Header boot file size was rounded up to * Bug fix: The lseek methods of IsoFileSource for local filesystem and loaded
full 2048. Thanks René Rebe. ISO returned libisofs error codes as positive off_t numbers
* Bug fix: El Torito production failed if no catalog path is given and the * Bug fix: Freshly cloned data files from imported image were not marked as
first boot image path contains no slash imported. Thanks to Ivan Shmakov. (Closes: #1022851)
* Bug fix: zisofs production was wrong on big-endian machines * Bug fix: Size of further CE area was calculated wrong if its CE entry ended
* Bug fix: Apple Partition Map entries wrote uninitialized data exactly at a block boundary
* Bug fix: Appended APM partitions without HFS+ production had start and size 1 * New iso_write_opts_set_system_area() option bits 16:
* Switched to usage of libjte-2.0.0 GPT "Legacy BIOS bootable" and 17: GPT writable
* Implemented production and reading of zisofs2 for files larger than 4 GiB - 1 * New API calls iso_assess_written_features(), iso_read_image_feature_named(),
* New struct iso_zisofs_ctrl version 2 iso_read_image_features_text()
* New API call iso_stream_get_zisofs_par() * Allowed lseekable device files with iso_tree_add_new_cut_out_node().
* New API call iso_stream_zisofs_discard_bpt() Proof-of-concept by Ivan Shmakov.
* New API call iso_image_zisofs_discard_bpt() * New API call iso_write_opts_set_max_ce_entries()
* New flag bits 8 to 15 in API call iso_node_zf_by_magic()
* New API call iso_zisofs_ctrl_susp_z2()
* New API call iso_read_opts_set_joliet_map(), new default joliet_map=stripped
* New API calls iso_read_image_features_tree_loaded() and
iso_read_image_features_rr_loaded()
------------------------------------- -------------------------------------
### [libburn-1.5.4.tar.gz](http://files.libburnia-project.org/releases/libburn-1.5.4.tar.gz) Sat Jan 30 2021 [git tag](https://dev.lovelyhq.com/libburnia/libburn/src/tag/release-1.5.4) | [wiki](Libburn) | Signature: [libburn-1.5.4.tar.gz.sig](http://files.libburnia-project.org/releases/libburn-1.5.4.tar.gz.sig) ### [libburn-1.5.6.tar.gz](http://files.libburnia-project.org/releases/libburn-1.5.6.tar.gz) Wed Jun 07 2023 [git tag](https://dev.lovelyhq.com/libburnia/libburn/src/tag/release-1.5.6) | [wiki](Libburn) | Signature: [libburn-1.5.6.tar.gz.sig](http://files.libburnia-project.org/releases/libburn-1.5.6.tar.gz.sig)
libburn and cdrskin novelties: libburn and cdrskin novelties:
* Bug fix: Early SCSI commands from sg-linux.c were not logged * Bug fix: Overburning with cdrskin option -force ended by a libburn error
* New API call burn_drive_set_speed_exact() * New API call burn_write_opts_set_bdr_obs_exempt()
* New API call burn_nominal_slowdown() * New cdrskin option --bdr_obs_exempt
* Officially enabled overburning with burn_write_opts_set_force(,1)
------------------------------------- -------------------------------------
### [libisoburn-1.5.4.tar.gz](http://files.libburnia-project.org/releases/libisoburn-1.5.4.tar.gz) Sat Jan 30 2021 [git tag](https://dev.lovelyhq.com/libburnia/libisoburn/src/tag/release-1.5.4) | [wiki](Libisoburn) | Signature: [libisoburn-1.5.4.tar.gz.sig](http://files.libburnia-project.org/releases/libisoburn-1.5.4.tar.gz.sig) ### [libisoburn-1.5.6.tar.gz](http://files.libburnia-project.org/releases/libisoburn-1.5.6.tar.gz) Wed Jun 07 2023 [git tag](https://dev.lovelyhq.com/libburnia/libisoburn/src/tag/release-1.5.6) | [wiki](Libisoburn) | Signature: [libisoburn-1.5.6.tar.gz.sig](http://files.libburnia-project.org/releases/libisoburn-1.5.6.tar.gz.sig)
libisoburn and xorriso novelties: libisoburn and xorriso novelties:
* Bug fix: -report_system_area as_mkisofs misrepresented GPT with appended * New API call isoburn_assess_written_features()
partition and forced boot flag as -part_like_isohybrid * New API calls isoburn_igopt_set_max_ce_entries(),
* Bug fix: Boot catalog could get a wrong name if cat_path= is explicitely isoburn_igopt_get_max_ce_entries()
given but not containing a slash character * New flag bit12 with isoburn_read_iso_head():
* New helper script xorriso-dd-target Read even if start of multi-session emulation is damaged
* New command -truncate_overwritable * Bug fix: False -status failure with -boot_image --interval:appended_partition
* Switched to usage of libjte-2.0.0 * Bug fix: -no_rc prevented pre-scanning of arguments for stdio output and
* New -jigdo parameters "checksum_algorithm", "demand_checksum", others. Introduced by mistake in a62f6af5, 2011.10.18.162119.
"-checksum-list" * Bug fix: -not_leaf and -not_paths were not applied to -extract and alike
* New -as mkisofs options "-jigdo-checksum-algorithm", "-checksum-list", * Bug fix: -report_system_area cmd misperceived -part_like_isohybrid with
"-jigdo-force-checksum" -isohybrid-gpt-basdat
* New -read_speed prefixes "soft_force:" and "soft_corr:" * Bug fix: -report_system_area cmd misperceived combination of isohybrid and
* New -check_media option data_to="-" for standard output appended partition in GPT
* New -zisofs parameters version_2=, block_size_v2=, max_bpt=, max_bpt_f=, * Bug fix: -as mkisofs option -part_like_isohybrid did not cause a MBR
bpt_target=, bpt_free_ratio=, by_magic=v2, susp_z2= partition table if the partitions are data files in the ISO
* New -as mkisofs options --zisofs-version-2, --zisofs2-susp-z2, rather than appended
--zisofs2-susp-zf * Bug fix: Split file directories (-split_size) were created with wrong
* Enabled recognition of zisofs by magic without zlib support permissions
* New -osirrox option sparse= controls extraction into sparse files * Bug fix: Partition offset was preserved from -indev rather than from -outdev
* New libisoburn extension options isoburn_ropt_map_joliet_stripped and * Bug fix: Data files named /boot.catalog or ./boot.cat could be left out of
isoburn_ropt_map_joliet_unmapped the emerging ISO if the boot catalog was set to be hidden
* New command -joliet_map * Bug fix: -toc reported wrong track LBA with overwritable media with
* New command -extract_boot_images unrecognized content (pseudo-closed)
* New API call isoburn_ropt_get_tree_loaded() * Bug fix: -find test -has_xattr matched "isofs." attributes
in -xattr mode "any"
* 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
* New -compliance rules max_ce_entries=, max_ce_drop=
* Allowed lseekable device files with -cut_out.
Proof-of-concept by Ivan Shmakov on bugs.debian.org. (Closes: #1010098)
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
@ -254,3 +261,4 @@ in our intention. One can change this choice in the global template file.)
* [Outdated libisofs](OutdatedLibisofsReleases) since 0.2.3 , Dec 02 2006 * [Outdated libisofs](OutdatedLibisofsReleases) since 0.2.3 , Dec 02 2006
* [Outdated libburn](OutdatedLibburnReleases) since 0.2.2 , Sep 20 2006 * [Outdated libburn](OutdatedLibburnReleases) since 0.2.2 , Sep 20 2006