- Update to version 1.1.0

+ Fix multipart boundary bug when dealing with lighttpd servers
  + Optimize chunk matching while downloading, significantly reducing CPU usage

OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=19
This commit is contained in:
Neal Gompa 2019-03-31 15:02:46 +00:00 committed by Git OBS Bridge
parent 5d0b5bd225
commit 0142cf7e24
4 changed files with 11 additions and 4 deletions

View File

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

3
zchunk-1.1.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Mar 31 15:01:07 UTC 2019 - Neal Gompa <ngompa13@gmail.com>
- Update to version 1.1.0
+ Fix multipart boundary bug when dealing with lighttpd servers
+ Optimize chunk matching while downloading, significantly reducing CPU usage
-------------------------------------------------------------------
Thu Jan 24 20:54:12 UTC 2019 - Neal Gompa <ngompa13@gmail.com>

View File

@ -22,7 +22,7 @@
%global devname libzck-devel
Name: zchunk
Version: 1.0.3
Version: 1.1.0
Release: 0
Summary: Compressed file format that allows easy deltas
License: BSD-2-Clause AND MIT