Accepting request 404876 from home:adra:branches:multimedia:libs
Update to 1.4.2 OBS-URL: https://build.opensuse.org/request/show/404876 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libisofs?expand=0&rev=4
This commit is contained in:
parent
ca0d2b2552
commit
4750632dc2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e62824d879ffe85c0e4363677fd10f177a4c85af049d0861c70bf442b901fce
|
||||
size 817349
|
3
libisofs-1.4.2.tar.gz
Normal file
3
libisofs-1.4.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5e7f3ea613a78924dde979f699427b1c6b85ba4540d275aa67945b4a70fb3ab
|
||||
size 820426
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 26 18:17:10 UTC 2016 - asterios.dramis@gmail.com
|
||||
|
||||
- Update to 1.4.2:
|
||||
* Bug fix: zisofs compression caused SIGSEGV (by reading) with
|
||||
files larger than 524160 KiB.
|
||||
* Bug fix: iso_node_get_name() of root node returned NULL pointer
|
||||
rather than an empty string
|
||||
* Bug fix: Names read from Joliet tree where stripped of trailing
|
||||
";1"
|
||||
* Now sorting the data file content extents by ECMA-119 tree,
|
||||
rather than by the red-black tree which shall consolidate files
|
||||
with identical source object.
|
||||
* New API call iso_read_opts_set_ecma119_map().
|
||||
* New AAIP variable isofs.nt records name truncation parameters.
|
||||
* Rectified handling of oversized filenames by new API calls:
|
||||
iso_image_set_truncate_mode, iso_image_get_truncate_mode,
|
||||
iso_truncate_leaf_name, iso_image_set_node_name,
|
||||
iso_image_tree_clone, iso_image_add_new_dir,
|
||||
iso_image_add_new_file, iso_image_add_new_special,
|
||||
iso_image_add_new_symlink, iso_image_dir_get_node,
|
||||
iso_image_path_to_node
|
||||
* Result of a Coverity audit: 50+ code changes, but no
|
||||
easy-to-trigger bugs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 25 17:38:40 UTC 2015 - asterios.dramis@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libisofs
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define so_ver 6
|
||||
Name: libisofs
|
||||
Version: 1.4.0
|
||||
Version: 1.4.2
|
||||
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