From b35e119f157aabf3a4bbbb24c25266bd81e98a40 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 24 Nov 2019 13:57:49 +0100 Subject: [PATCH] Updated change log and web page --- ChangeLog | 8 +++- xorriso/changelog.txt | 98 +++++++++++++++++++++++++++++++++++++++- xorriso/xorriso_eng.html | 31 ++++++++++--- 3 files changed, 129 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index edae2032..1cd41755 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ git clone git@dev.lovelyhq.com:libburnia/libisoburn.git (to become libisoburn-1.5.4 or higher) =============================================================================== -- no novelties yet - +* Switched to usage of libjte-2.0.0 +* New -jigdo parameters "checksum_algorithm", "demand_checksum", + "-checksum-list" +* New -as mkisofs options-jigdo-checksum-algorithm, "-checksum-list", + "-jigdo-force-checksum" + libisoburn-1.5.2.tar.gz Sat Oct 26 2019 =============================================================================== @@ -10,6 +15,7 @@ libisoburn-1.5.2.tar.gz Sat Oct 26 2019 * Bug fix: -disk_pattern on -add "" -- yielded SIGSEGV * Bug fix: -osirrox "concat_split_on" worked only together with -split_size larger than 0. Thanks William Willems. +* New command -drive_access, new -as cdrecord option --drive_not_exclusive * New API calls isoburn_igopt_set_part_type_guid(), isoburn_igopt_get_part_type_guid(), isoburn_igopt_set_iso_type_guid(), isoburn_igopt_get_iso_type_guid() diff --git a/xorriso/changelog.txt b/xorriso/changelog.txt index 5b097c26..871fbfa0 100644 --- a/xorriso/changelog.txt +++ b/xorriso/changelog.txt @@ -18869,6 +18869,7 @@ Documented changes and release timestamp * New API calls isoburn_igopt_set_part_type_guid(), isoburn_igopt_get_part_type_guid(), isoburn_igopt_set_iso_type_guid(), isoburn_igopt_get_iso_type_guid() +* New command -drive_access, new -as cdrecord option --drive_not_exclusive * Enabled GPT type GUIDs with -append_partition, -boot_image any iso_mbr_part_type=, and -as mkisofs -iso_mbr_part_type * Made libisoburn and GNU xorriso ready for building out-of-source. @@ -18900,7 +18901,7 @@ xorriso/xorriso-tcltk.1 xorriso/xorriso-tcltk.info Made number transition to 1.5.3 -27 Oct 2019 [] +27 Oct 2019 [5903885] ChangeLog xorriso/changelog.txt Updated change log @@ -18908,6 +18909,101 @@ Updated change log ------------------------------------ cycle - xorriso-1.5.3 - 2019.10.27.154326 +2019.10.28.143339 [c8b9c9a] +xorriso/xorriso.h +xorriso/xorrisoburn.h +xorriso/xorriso_private.h +xorriso/xorriso_main.c +xorriso/parse_exec.c +xorriso/opts_d_h.c +xorriso/opts_p_z.c +xorriso/emulators.c +xorriso/text_io.h +xorriso/text_io.c +xorriso/sort_cmp.c +xorriso/iso_manip.c +xorriso/lib_mgt.h +xorriso/lib_mgt.c +xorriso/drive_mgt.c +xorriso/iso_img.c +xorriso/findjob.c +xorriso/cmp_update.c +xorriso/iso_tree.c +xorriso/write_run.c +xorriso/aux_objects.h +xorriso/misc_funct.c +xorriso/misc_funct.h +xorriso/sfile.c +xorriso/xorriso.texi +xorriso/xorriso.1 +xorriso/xorriso.info +xorriso/xorrecord.texi +xorriso/xorrecord.1 +xorriso/xorrecord.info +xorriso/xorrisofs.texi +xorriso/xorrisofs.1 +xorriso/xorrisofs.info +xorriso/xorriso_eng.html +xorriso/README_gnu_xorriso +libisoburn/libisoburn.h +libisoburn/isoburn.c +libisoburn/isoburn.h +libisoburn/burn_wrap.c +releng/jigdo-gen-md5-list.1 +releng/jigdo-gen-md5-list +releng/README +frontend/frontend_pipes_xorriso.c +frontend/xorriso-tcltk +frontend/sh_on_named_pipes.sh +Fixed spelling errors found by fossies.org with codespell + +------------------------------------ cycle - xorriso-1.5.3 - 2019.10.28.143339 +(upload for spelling check by fossies.org) + + +30 Oct 2019 [78a2a37] +xorriso/xorrecord.texi +xorriso/xorrecord.1 +xorriso/xorrecord.info +Fixed another spelling error found by fossies.org with codespell + +2019.11.23.132942 [c4894d8] +xorriso/misc_funct.c +xorriso/opts_d_h.c +xorriso/make_xorriso_1.c +Reacted on compiler warnings of Debian Sid + +2019.11.24.123339 [1557304] +configure.ac +xorriso/xorriso_private.h +xorriso/opts_d_h.c +xorriso/emulators.c +xorriso/lib_mgt.c +xorriso/xorriso.texi +xorriso/xorriso.1 +xorriso/xorriso.info +xorriso/xorrisofs.texi +xorriso/xorrisofs.1 +xorriso/xorrisofs.info +Switched to usage of libjte-2.0.0. +New -jigdo parameters "checksum_algorithm", "demand_checksum", "checksum_path". +New -as mkisofs options-jigdo-checksum-algorithm, "-checksum-list", +"-jigdo-force-checksum". + +24 Nov 2019 [] +ChangeLog +xorriso/xorriso_eng.html +xorriso/changelog.txt +Updated change log and web page + +------------------------------------ cycle - xorriso-1.5.3 - 2019.11.24.123339 +* Switched to usage of libjte-2.0.0 +* New -jigdo parameters "checksum_algorithm", "demand_checksum", + "-checksum-list" +* New -as mkisofs options-jigdo-checksum-algorithm, "-checksum-list", + "-jigdo-force-checksum" + + [] ChangeLog xorriso/xorriso_eng.html diff --git a/xorriso/xorriso_eng.html b/xorriso/xorriso_eng.html index ca1b36ef..dfdd317f 100644 --- a/xorriso/xorriso_eng.html +++ b/xorriso/xorriso_eng.html @@ -609,6 +609,9 @@ SIGSEGV happened if --grub2-boot-info was given without -b Enhancements towards previous stable version xorriso-1.5.0: