diff --git a/ChangeLog b/ChangeLog index ff0f10a4..3add86fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ -git clone git@dev.lovelyhq.com:libburnia/libisoburn.git -(to become libisoburn-1.5.2 or higher) +libisoburn-1.5.2.tar.gz Sat Oct 26 2019 =============================================================================== +* Bug fix: -disk_pattern on -add ./ -- mistook "./" for the root directory + Thanks JBThiel. +* 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 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 ce98d5e1..90204c75 100644 --- a/xorriso/changelog.txt +++ b/xorriso/changelog.txt @@ -18703,7 +18703,7 @@ xorriso/opts_p_z.c xorriso/emulators.c Updated year in copyright message texts -2019.07.06.130540 [] +2019.07.06.130540 [c0ad17b] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt @@ -18719,13 +18719,169 @@ Updated change log and web page Thanks Ross Burton. +2019.07.13.153027 [3b0abc1] +xorriso/drive_mgt.c +Improved -toc summary of sessions with multiple tracks or non-data sessions + +2019.07.22.181418 [397551f] +xorriso/iso_img.c +With report_system_area of iso_mbr_part_type: give MBR precedence over GPT + +2019.07.24.073750 [321a047] +xorriso/opts_p_z.c +xorriso/text_io.h +xorriso/text_io.c +Bug fix: Very large ACL texts led to SIGSEGV with -setfacl* commands. +Thanks Eliska Svobodova. + +2019.07.24.141555 [e3ff5a9] +xorriso/iso_manip.c +Enabled verbous error reporting of iso_node_set_acl_text() + +2019.08.12.152719 [fb61be0] +xorriso/cmp_update.c +test/compare_file.c +Fixed a comparation report text problem with files of 4 GiB or larger. +Thanks Eliska Svobodova. + +2019.08.12.190808 [56a5962] +xorriso/cmp_update.c +xorriso/disk_ops.c +xorriso/drive_mgt.c +xorriso/emulators.c +xorriso/iso_manip.c +xorriso/opts_p_z.c +xorriso/read_run.c +Changed all occurences of (1<<31) to (1u<<31). Thanks Eliska Svobodova. + +2019.08.13.160439 [e17db6a] +xorriso/opts_d_h.c +xorriso/parse_exec.c +Avoided potential dereference of NULL. Thanks Eliska Svobodova. + +2019.08.13.161913 [b356291] +xorriso/iso_manip.c +Added a missing pointer initialization. Thanks Eliska Svobodova. + +2019.08.14.094038 [3eba8cc] +xorriso/opts_p_z.c +xorriso/emulators.c +xorriso/text_io.c +Closed potential memory leaks. Thanks Eliska Svobodova. + +2019.08.14.141748 [06346c1] +xorriso/opts_a_c.c +Prevented potential string overruns. Thanks Eliska Svobodova. + +2019.08.14.144754 [fe5fd8e] +libisoburn/isofs_wrap.c +Changed strncpy() to memcpy() in order to please static analyzers + +2019.09.01.071701 [4db0aab] +xorriso/match.c +Bug fix: -disk_pattern on -add ./ -- mistook "./" for the root directory + +2019.09.01.071948 [7066fd4] +xorriso/iso_manip.c +Improved rejection message in case case of local root directory as input file + +2019.09.01.072438 [8828d6f] +xorriso/parse_exec.c +Bug fix: -disk_pattern on -add "" -- yielded SIGSEGV + +2019.09.08.102946 [9019399] +xorriso/xorriso.h +xorriso/xorriso_private.h +xorriso/parse_exec.c +xorriso/opts_d_h.c +xorriso/base_obj.c +xorriso/text_io.c +xorriso/emulators.c +xorriso/drive_mgt.c +xorriso/xorriso.texi +xorriso/xorriso.info +xorriso/xorriso.1 +xorriso/xorrecord.texi +xorriso/xorrecord.info +xorriso/xorrecord.1 +New command -drive_access, new -as cdrecord option --drive_not_exclusive + +2019.09.29.205332 [a6328e8] +xorriso/iso_img.c +Prevented -report_system_area as_mkisofs from combining -efi-boot-part with -e --interval:appended_partition + +2019.09.29.205504 [cb597ec] +xorriso/text_io.c +Clarified the message for file paths which are much too long + +2019.10.11.104334 [e2c71a3] +xorriso/opts_a_c.c +xorriso/iso_tree.c +xorriso/read_run.c +xorriso/xorriso.texi +xorriso/xorriso.info +xorriso/xorriso.1 +Bug fix: -osirrox "concat_split_on" worked only together with -split_size +larger than 0. Thanks William Willems. + +2019.10.26.180001 [3c8f270] +configure.ac +README +libisoburn/libisoburn.h +xorriso/README_gnu_xorriso +xorriso/xorriso.h +xorriso/xorrisoburn.h +xorriso/xorriso_main.c +xorriso/xorriso_eng.html +xorriso/make_xorriso_standalone.sh +xorriso/configure_ac.txt +frontend/xorriso-tcltk +xorriso/xorriso_timestamp.h +xorriso/xorriso.texi +xorriso/xorriso.1 +xorriso/xorriso.info +xorriso/xorrisofs.texi +xorriso/xorrisofs.1 +xorriso/xorrisofs.info +xorriso/xorrecord.texi +xorriso/xorrecord.1 +xorriso/xorrecord.info +xorriso/xorriso-tcltk.texi +xorriso/xorriso-tcltk.1 +xorriso/xorriso-tcltk.info +Version leap to libisoburn-1.5.2 + +26 Oct 2019 [] +ChangeLog +xorriso/changelog.txt +Documented changes and release timestamp + + +----------------------------------- release - xorriso-1.5.2 - 2019.10.26.180001 +* Bug fix in libisofs: Appended GPT partitions were not covered by the + protective MBR partition +* Bug fix in libisofs: Multi-session emulation spoiled GPT production + "GPT partitions ... overlap". Regression towards 1.4.8 +* Bug fix: -disk_pattern on -add ./ -- mistook "./" for the root directory +* 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 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() +* 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. + Thanks Ross Burton. + + [] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------- cycle - xorriso-1.5.1 - +------------------------------------ cycle - xorriso-1.5.3 - **********************************************************************