diff --git a/ChangeLog b/ChangeLog index 5462c065..ff0f10a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ git clone git@dev.lovelyhq.com:libburnia/libisoburn.git (to become libisoburn-1.5.2 or higher) =============================================================================== -- no novelties yet - +* 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. libisoburn-1.5.0.tar.gz Sat Sep 15 2018 =============================================================================== diff --git a/xorriso/changelog.txt b/xorriso/changelog.txt index cf913bee..ce98d5e1 100644 --- a/xorriso/changelog.txt +++ b/xorriso/changelog.txt @@ -18595,7 +18595,7 @@ acinclude.m4 Makefile.am Improved recognizability of copyright and license statements in various files -2019.01.10.194009 [] +2019.01.10.194009 [122e43d] xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page @@ -18607,13 +18607,117 @@ Updated change log and web page "GPT partitions ... overlap". Regression towards 1.4.8 - [] +18 Feb 2019 [caf38e8] +libisoburn/libisoburn.h +libisoburn/isoburn.h +libisoburn/isoburn.c +libisoburn/libisoburn.ver +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() + +18 Feb 2019 [fc71cec] +xorriso/xorriso_private.h +xorriso/xorrisoburn.h +xorriso/base_obj.c +xorriso/opts_a_c.c +xorriso/iso_img.c +xorriso/write_run.c +xorriso/emulators.c +xorriso/text_io.c +xorriso/lib_mgt.c +xorriso/misc_funct.h +xorriso/misc_funct.c +xorriso/xorriso.texi +xorriso/xorriso.info +xorriso/xorriso.1 +xorriso/xorrisofs.texi +xorriso/xorrisofs.info +xorriso/xorrisofs.1 +Enabled GPT type GUIDs with -append_partition, -boot_image any iso_mbr_part_type=, and -as mkisofs -iso_mbr_part_type + +2019.02.18.121941 [7a1cac3] +xorriso/xorriso_timestamp.h +Updated xorriso timestamp + +05 Apr 2019 [0722502] +acinclude.m4 +Made libisoburn ready for building out-of-source. Thanks Ross Burton. + +05 Apr 2019 [720d289] +xorriso/xorriso_makefile_am.txt +Made GNU xorriso ready for building out-of-source. Thanks Ross Burton. + +07 Apr 2019 [1ff0913] +configure.ac +xorriso/configure_ac.txt +Disabled autotools macro AM_MAINTAINER_MODE on advise of Ross Burton + +2019.04.08.115541 [e9a424a] +xorriso/xorrisoburn.h +xorriso/cmp_update.c +xorriso/iso_tree.c +xorriso/disk_ops.h +xorriso/disk_ops.c +Displaying directory tree sizes with -update and -update_r + +2019.04.18.092737 [1f8d9c7] +xorriso/xorriso.h +xorriso/xorriso_private.h +xorriso/xorrisoburn.h +xorriso/base_obj.c +xorriso/parse_exec.c +xorriso/opts_d_h.c +xorriso/opts_i_o.c +xorriso/lib_mgt.c +xorriso/text_io.c +xorriso/xorriso.texi +xorriso/xorriso.info +xorriso/xorriso.1 +xorriso/xorrisofs.texi +xorriso/xorrisofs.info +xorriso/xorrisofs.1 +libisoburn/libisoburn.ver +New command -iso_nowtime to set fixed timestamp for synthetic files + +2019.04.18.092941 [5b62c55] +xorriso/parse_exec.c +Bug fix: Environment variable SOURCE_DATE_EPOCH did not affect synthetic files + +22 Apr 2019 [3a2a3ba] +frontend/grub-mkrescue-sed.sh +New control variable for grub-mkrescue-sed.sh: MKRESCUE_SED_IN_EFI_NO_PT + +2019.04.22.082211 [95c2e7c] +xorriso/text_io.c +Correction of default output of command -status about -iso_nowtime + +22 Apr 2019 [1eb51f4] +frontend/grub-mkrescue-sed.sh +grub-mkrescue-sed.sh: MKRESCUE_SED_IN_EFI_NO_PT="extra" to erase MBR signature + +2019.05.02.175412 [aa50f5c] +xorriso/write_run.c +Re-assessing drive status after automatic formatting by a write run + +2019.05.02.175539 [31450dc] +xorriso/opts_p_z.c +xorriso/emulators.c +Updated year in copyright message texts + +2019.07.06.130540 [] ChangeLog xorriso/xorriso_eng.html xorriso/changelog.txt Updated change log and web page ------------------------------------- cycle - xorriso-1.5.1 - +------------------------------------ cycle - xorriso-1.5.1 - 2019.07.06.130540 +* 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 diff --git a/xorriso/xorriso_eng.html b/xorriso/xorriso_eng.html index 83c6275d..94cdd944 100644 --- a/xorriso/xorriso_eng.html +++ b/xorriso/xorriso_eng.html @@ -654,6 +654,10 @@ Appended GPT partitions were not covered by the protective MBR partition Multi-session emulation spoiled GPT production "GPT partitions ... overlap". Regression towards 1.4.8 +
  • +libburn did not inquire the drive's readiness to do Stream Recording. +Some few drives throw write errors when stream recording begins. +
  • @@ -661,8 +665,16 @@ Regression towards 1.4.8
    Enhancements towards stable version 1.5.0: diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 4631fb64..b6d74c51 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2019.05.02.175539" +#define Xorriso_timestamP "2019.07.06.130540"