Accepting request 308646 from home:adra:branches:multimedia:libs

Update to 1.4.0

OBS-URL: https://build.opensuse.org/request/show/308646
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libisofs?expand=0&rev=3
This commit is contained in:
OBS User mrdocs 2015-05-26 05:30:25 +00:00 committed by Git OBS Bridge
parent 885011564c
commit ca0d2b2552
4 changed files with 45 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:acd7bf42d5d1d5c277f4aad46e5b96229045a38a0fb7d43cfd7841ee3268fda5
size 802154

3
libisofs-1.4.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e62824d879ffe85c0e4363677fd10f177a4c85af049d0861c70bf442b901fce
size 817349

View File

@ -1,3 +1,44 @@
-------------------------------------------------------------------
Mon May 25 17:38:40 UTC 2015 - asterios.dramis@gmail.com
- Update to 1.4.0:
* Bug fix: iso_image_report_system_area() caused SIGSEGV by NULL
if no valid ISO 9660 image was loeaded.
* Bug fix: A SIGSEGV could happen when loading a faulty ISO
filesystem. Debian bug deb#774152.
* Bug fix: Rock Ridge Continuation Area could be produced
crossing a block boundary. This is heavily disliked by the
Linux kernel and spoils the representation of directories which
contain many symbolic links.
* Bug fix: If iso_write_opts_set_hardlinks() enabled automatic
inode numbers, then they did not get into effect with nodes
were zisofs decoder filters got attached during the image load
process.
* Bug fix: The header indicator of the last El Torito catalog
section header was set to 0x90 rather than 0x91 if more than
one boot image is in that section.
* Bug fix: Only 128 bytes of an emerging GPT header block were
zeroized.
* Bug fix: iso_image_report_system_area() did not show GPT
partitions of size 0.
* Bug fix: A zero sized GPT partition was marked after the last
appended GPT partition.
* Bug fix: GPT production did not yield proper results with
appended sessions resp. with TOC emulation enabled.
* Increased default weight of El Torito boot catalog to 1
billion.
* Improved handling of cylinder alignment if the resulting image
size is not divisible by 2048. Old behavior was to not align.
New is to pad up by a few blocks of 512 bytes.
* New API call iso_write_opts_set_appended_as_gpt() and marking
of appended partitions in GPT if GPT emerges for other reasons.
* New system area type 6 = DEC Alpha SRM boot sector. New API
calls iso_image_set_alpha_boot(), iso_image_get_alpha_boot().
* New API object iso_interval_reader. Enabling flag bits for
older API calls iso_write_opts_set_prep_img(),
iso_write_opts_set_efi_bootp(), and
iso_write_opts_set_partition_img().
-------------------------------------------------------------------
Sun Mar 8 13:48:21 UTC 2015 - mpluskal@suse.com

View File

@ -18,7 +18,7 @@
%define so_ver 6
Name: libisofs
Version: 1.3.8
Version: 1.4.0
Release: 0
Summary: Library for Creating ISO-9660 Filesystems
License: GPL-2.0+ and LGPL-2.0+