Update to 1.5.0

This commit is contained in:
Tomas Mlcoch 2013-12-17 09:52:31 +01:00
parent 20e39e3042
commit 254ffe86fd
3 changed files with 14 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

@ -1,8 +1,8 @@
%global gitrev 9ea2f0c
%global gitrev a65e3d3
# gitrev is output of: git rev-parse --short HEAD
Name: librepo
Version: 1.4.0
Version: 1.5.0
Release: 1%{?dist}
Summary: Repodata downloading library
@ -118,6 +118,16 @@ popd
%{python3_sitearch}/
%changelog
* Tue Dec 17 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 1.5.0-1
- Extend C example
- Add LRR_YUM_TIMESTAMP (GitHub issue #25)
- Close the correct file when using a metalink.xml file
- Add lr_check_packages()
- Enable checksum caching for already existing local packages
- Library: Call LR_PROGRESSCB with zeroized values, when total_to_download
value is changed
- Skip fastestmirror detection of only one mirror is present
* 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)

View File

@ -1 +1 @@
a23c476df9fc6face76fdba5d6eaf931 librepo-9ea2f0c.tar.xz
c80ecd0436c76077697621cacb9f0d13 librepo-a65e3d3.tar.xz