Update to 1.4.0

This commit is contained in:
Tomas Mlcoch 2013-11-19 09:15:57 +01:00
parent 2b5a88aa8b
commit 20e39e3042
3 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@
/librepo-4a8f93b.tar.xz
/librepo-bc2c8a5.tar.xz
/librepo-09b3052.tar.xz
/librepo-9ea2f0c.tar.xz

View File

@ -1,8 +1,8 @@
%global gitrev 09b3052
%global gitrev 9ea2f0c
# gitrev is output of: git rev-parse --short HEAD
Name: librepo
Version: 1.3.0
Version: 1.4.0
Release: 1%{?dist}
Summary: Repodata downloading library
@ -118,6 +118,12 @@ popd
%{python3_sitearch}/
%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
- Some CURL error codes should be considered as fatal (RhBug: 1022994)
- fastestmirror: Add support for cache - New options: LRO_FASTESTMIRRORCACHE

View File

@ -1 +1 @@
f6a1ebb89da8af05ec4145cbb536cf3c librepo-09b3052.tar.xz
a23c476df9fc6face76fdba5d6eaf931 librepo-9ea2f0c.tar.xz