Update to 1.7.6

This commit is contained in:
Tomas Mlcoch 2014-08-12 12:36:04 +02:00
parent 9ee9bf2daa
commit fb3ed1dee6
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

@ -25,3 +25,4 @@
/librepo-9226730.tar.xz
/librepo-8f10101.tar.xz
/librepo-f9ca1a4.tar.xz
/librepo-22581e4.tar.xz

View File

@ -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

View File

@ -1 +1 @@
f6e490fa938cae1cb1d99a6a48cdbe13 librepo-f9ca1a4.tar.xz
7a35f85f195104f0473b7167f365249d librepo-22581e4.tar.xz