Update to 1.4.0
This commit is contained in:
parent
2b5a88aa8b
commit
20e39e3042
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
|||||||
/librepo-4a8f93b.tar.xz
|
/librepo-4a8f93b.tar.xz
|
||||||
/librepo-bc2c8a5.tar.xz
|
/librepo-bc2c8a5.tar.xz
|
||||||
/librepo-09b3052.tar.xz
|
/librepo-09b3052.tar.xz
|
||||||
|
/librepo-9ea2f0c.tar.xz
|
||||||
|
10
librepo.spec
10
librepo.spec
@ -1,8 +1,8 @@
|
|||||||
%global gitrev 09b3052
|
%global gitrev 9ea2f0c
|
||||||
# gitrev is output of: git rev-parse --short HEAD
|
# gitrev is output of: git rev-parse --short HEAD
|
||||||
|
|
||||||
Name: librepo
|
Name: librepo
|
||||||
Version: 1.3.0
|
Version: 1.4.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Repodata downloading library
|
Summary: Repodata downloading library
|
||||||
|
|
||||||
@ -118,6 +118,12 @@ popd
|
|||||||
%{python3_sitearch}/
|
%{python3_sitearch}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 19 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 1.4.0-1
|
||||||
|
- Add LRO_FASTESTMIRRORCB
|
||||||
|
- Add LRO_LOWSPEEDTIME and LRO_LOWSPEEDLIMIT options. (RhBug: 1028444)
|
||||||
|
- Default connection timeout changed to 30sec instead of 300sec.
|
||||||
|
- unittests: Fix expired key (RhBug: 1031825)
|
||||||
|
|
||||||
* Thu Oct 31 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 1.3.0-1
|
* Thu Oct 31 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 1.3.0-1
|
||||||
- Some CURL error codes should be considered as fatal (RhBug: 1022994)
|
- Some CURL error codes should be considered as fatal (RhBug: 1022994)
|
||||||
- fastestmirror: Add support for cache - New options: LRO_FASTESTMIRRORCACHE
|
- fastestmirror: Add support for cache - New options: LRO_FASTESTMIRRORCACHE
|
||||||
|
Loading…
Reference in New Issue
Block a user