Update to 1.7.6
This commit is contained in:
parent
9ee9bf2daa
commit
fb3ed1dee6
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@
|
||||
/librepo-9226730.tar.xz
|
||||
/librepo-8f10101.tar.xz
|
||||
/librepo-f9ca1a4.tar.xz
|
||||
/librepo-22581e4.tar.xz
|
||||
|
11
librepo.spec
11
librepo.spec
@ -1,4 +1,4 @@
|
||||
%global gitrev f9ca1a4
|
||||
%global gitrev 22581e4
|
||||
# gitrev is output of: git rev-parse --short HEAD
|
||||
|
||||
%if 0%{?rhel} != 0 && 0%{?rhel} <= 7
|
||||
@ -9,7 +9,7 @@
|
||||
%endif
|
||||
|
||||
Name: librepo
|
||||
Version: 1.7.5
|
||||
Version: 1.7.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Repodata downloading library
|
||||
|
||||
@ -139,6 +139,13 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Aug 12 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 1.7.6-1
|
||||
- New option LRO_ADAPTIVEMIRRORSORTING
|
||||
- Increase limits to make librepo more robust (RhBug: 1124349)
|
||||
- New option LRO_ALLOWEDMIRRORFAILURES
|
||||
- Refactoring
|
||||
- Default value of LRO_MAXDOWNLOADSPERMIRROR changed from 2 to 3
|
||||
|
||||
* Tue Jul 8 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 1.7.5-1
|
||||
- accepts unicoded destination as UTF-8 string (Related: RhBug:1108908)
|
||||
- downloader: Do not print debug message about preparing internal mirror list
|
||||
|
Loading…
Reference in New Issue
Block a user