diff --git a/libisofs-1.4.2.tar.gz b/libisofs-1.4.2.tar.gz deleted file mode 100644 index 7a8abe1..0000000 --- a/libisofs-1.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5e7f3ea613a78924dde979f699427b1c6b85ba4540d275aa67945b4a70fb3ab -size 820426 diff --git a/libisofs-1.4.4.tar.gz b/libisofs-1.4.4.tar.gz new file mode 100644 index 0000000..686ef8e --- /dev/null +++ b/libisofs-1.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2418f0feeea652dc122a39840d58c6931aa1008480385f7403881d82a629bdfd +size 824640 diff --git a/libisofs.changes b/libisofs.changes index 5d9c7c4..e13549a 100644 --- a/libisofs.changes +++ b/libisofs.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Wed Jul 27 21:46:36 UTC 2016 - asterios.dramis@gmail.com + +- Update to 1.4.4: + * Bug fix: HFS+ production could cause MBR partition of type 0xEE + without GPT. + * Bug fix: Protective MBR was not produced if no System Area data + are given. + * Bug fix: Protective MBR was not recognized if partition is + appended. + * Bug fix: The HFS+ filesystem was not marked in GPT of GRUB2 + hybrid layout. + * Bug fix: HFS+ directories could announce more children than + they actually have. + * Bug fix: At image loading time GRUB2 MBR was not recognized if + the partition table is not the protective one as described by + UEFI. + * Bug fix: Oversized text in ISO_SYSAREA_REPORT_DOC_ALPHA. + * New pseudo path for El Torito boot images: + --interval:appened_partition_N:all:: + * New bit15 with options of iso_write_opts_set_system_area() to + enforce MBR bootable/active flag. + * New API calls iso_write_opts_set_appended_as_apm(), + iso_write_opts_set_part_like_isohybrid(). + * Introduced image size tolerance of 300 kB in order to recognize + SUN Disk Label that was generated by genisoimage -B "...". + * Added "extern C" to libisofs.h + * Removed option --silent from libtool runs. + ------------------------------------------------------------------- Sun Jun 26 18:17:10 UTC 2016 - asterios.dramis@gmail.com diff --git a/libisofs.spec b/libisofs.spec index 648d11a..320685c 100644 --- a/libisofs.spec +++ b/libisofs.spec @@ -18,7 +18,7 @@ %define so_ver 6 Name: libisofs -Version: 1.4.2 +Version: 1.4.4 Release: 0 Summary: Library for Creating ISO-9660 Filesystems License: GPL-2.0+ and LGPL-2.0+