Update to 1.7.3

This commit is contained in:
Tomas Mlcoch 2014-05-06 10:24:16 +02:00
parent 63e4893dc4
commit 427831b3d6
3 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@
/librepo-4ed3868.tar.xz
/librepo-d09298c.tar.xz
/librepo-cebcef0.tar.xz
/librepo-5585ff7.tar.xz

View File

@ -1,4 +1,4 @@
%global gitrev cebcef0
%global gitrev 5585ff7
# 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.2
Version: 1.7.3
Release: 1%{?dist}
Summary: Repodata downloading library
@ -139,6 +139,12 @@ popd
%endif
%changelog
* Tue May 6 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 1.7.3-1
- Fix some issues which were found by coverity scan
- Add missing support for Handle Mirror Failure Callback (hmfcb)
while downloading repomd.xml (related to RhBug: 1093014)
- Add LRO_SSLVERIFYPEER and LRO_SSLVERIFYHOST options (RhBug: 1093014)
* Wed Apr 23 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 1.7.2-1
- Fix segfault in headercb if only base_url and no mirrolist is used (RhBug: 1090325)
- Set environmental variable LIBREPO_DEBUG enables librepo debug output to stderr

View File

@ -1 +1 @@
ce9260753e8fee345352e0c4d41d9d6c librepo-cebcef0.tar.xz
7f0ee6dae9954982b594efae3cb48517 librepo-5585ff7.tar.xz