Update to 1.1.0

This commit is contained in:
Tomas Mlcoch 2013-09-16 10:24:37 +02:00
parent 35ccc4de3f
commit 03bd133db6
3 changed files with 16 additions and 3 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/librepo-57f5f9a.tar.xz
/librepo-024ef3d.tar.xz
/librepo-b28e796.tar.xz
/librepo-29872d4.tar.xz

View File

@ -1,8 +1,8 @@
%global gitrev b28e796
%global gitrev 29872d4
# gitrev is output of: git rev-parse --short HEAD
Name: librepo
Version: 1.0.0
Version: 1.1.0
Release: 1%{?dist}
Summary: Repodata downloading library
@ -80,6 +80,18 @@ make install DESTDIR=$RPM_BUILD_ROOT
%{python_sitearch}/librepo/
%changelog
* Mon Sep 16 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 1.1.0-1
- New librepo.download_url(url, fd, handle=None) function in Python API.
- Low-level downloader interface is now public in C API.
- Small change of API lr_download_packages() and lr_packagetarget_new
functions.
- In python download_packages() changed from method of Handle() to
librepo module function without handle param.
Param handle was moved to the PackageTarget class that takes handle
as a optional param during constrution.
- Implements checking size of downloaded files (expectedsize
param of downloading functions).
* Wed Aug 28 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 1.0.0-1
- Huge API changes
- Library starts to use GLib2

View File

@ -1 +1 @@
679015723c8bfb375e6afc529cde9a3a librepo-b28e796.tar.xz
5ded6785228d7f295bf40a4cb4feccad librepo-29872d4.tar.xz