Update to 1.7.14

This commit is contained in:
Tomas Mlcoch 2015-02-25 16:20:58 +01:00
parent c1db01e377
commit 3bf2290de9
3 changed files with 21 additions and 3 deletions

1
.gitignore vendored
View File

@ -33,3 +33,4 @@
/librepo-a064e9a.tar.xz
/librepo-116b875.tar.xz
/librepo-8f931e8.tar.xz
/librepo-d970c44.tar.xz

View File

@ -1,4 +1,4 @@
%global gitrev 8f931e8
%global gitrev d970c44
# 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.13
Version: 1.7.14
Release: 1%{?dist}
Summary: Repodata downloading library
@ -141,6 +141,23 @@ popd
%endif
%changelog
* Wed Feb 25 2015 Tomas Mlcoch <tmlcoch at redhat.com> - 1.7.14-2
- compat: fix ck_assert_msg() segfault in rhel-7
* Wed Feb 25 2015 Tomas Mlcoch <tmlcoch at redhat.com> - 1.7.14-1
- tests: Use g_assert_cmpuint instead of ck_assert_uint_eq (Pullrequest #43)
- Add LRO_OFFLINE
- Python: Handle: Raise ValueError instead of TypeError when an unknown option is specified
- Python: Result: Use ValueError instead of TypeError when an unknown option value is specified
- Add LR_VERSION constant with version string
- python: Import contants from C librepo module in a loop
- repoconf: Add support for failover and skip_if_unavailable options
- handle: Change of LRO_LOCAL causes invalidation of internal mirrorlist (related to RhBug: 1188600)
- Load local mirrorlists when LRO_LOCAL is on (related to RhBug: 1188600)
- util: Add lr_is_local_path()
- New module repoconf for reading *.repo files
- Add LRO_HTTPHEADER option (RhBug: 1181123)
* Fri Jan 23 2015 Tomas Mlcoch <tmlcoch at redhat.com> - 1.7.13-1
- Fix ABI compatibility (RhBug: 1185180)
- fastestmirror: Add LRO_FASTESTMIRRORTIMEOUT option

View File

@ -1 +1 @@
cd05a2bddce873fc4272e80cdee64ba9 librepo-8f931e8.tar.xz
ce82834811a509f1f57fb57e7105b814 librepo-d970c44.tar.xz