Fix multipart range handling to work with quotes
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
This commit is contained in:
parent
1ddba674cc
commit
91a89dc75d
@ -1,6 +1,6 @@
|
||||
Name: zchunk
|
||||
Version: 1.1.1
|
||||
Release: 3%{?dist}
|
||||
Version: 1.1.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Compressed file format that allows easy deltas
|
||||
License: BSD and MIT
|
||||
URL: https://github.com/zchunk/zchunk
|
||||
@ -83,6 +83,10 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio
|
||||
%{_includedir}/zck.h
|
||||
|
||||
%changelog
|
||||
* Sun May 19 2019 Jonathan Dieter <jdieter@gmail.com> - 1.1.2-1
|
||||
- Fix multipart range handling to work with quotes, fixes #1706627
|
||||
- Fix file creation permissions so they respect umask
|
||||
|
||||
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 1.1.1-3
|
||||
- Rebuild with Meson fix for #1699099
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user