Accepting request 415651 from home:adra:branches:multimedia:libs
Update to 1.4.4 OBS-URL: https://build.opensuse.org/request/show/415651 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libisofs?expand=0&rev=6
This commit is contained in:
parent
745651c83b
commit
ebf092cd31
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5e7f3ea613a78924dde979f699427b1c6b85ba4540d275aa67945b4a70fb3ab
|
||||
size 820426
|
3
libisofs-1.4.4.tar.gz
Normal file
3
libisofs-1.4.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2418f0feeea652dc122a39840d58c6931aa1008480385f7403881d82a629bdfd
|
||||
size 824640
|
@ -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
|
||||
|
||||
|
@ -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+
|
||||
|
Loading…
Reference in New Issue
Block a user