Version 0.5.1

This commit is contained in:
Kai Huuhko 2013-08-11 13:42:32 +03:00
parent a4589ead63
commit a1eb49c495
3 changed files with 14 additions and 1 deletions

View File

@ -3,6 +3,7 @@ AUTHORS
COPYING
MANIFEST
README
TODO
epour.png
setup.py
bin/epour

12
debian/changelog vendored
View File

@ -1,3 +1,15 @@
epour (0.5.1) precise; urgency=low
* Fix limit widgets
* Improve the session preferences layout.
* Reorder top box initialization to silence complaints from Evas.
* Fix adding links through dbus.
* Use handle.name() instead of getting it from torrent_info.
* Check that torrent contains metadata before showing preferences.
* A small optimization for the torrent list updates.
-- Kai Huuhko <kai.huuhko@gmail.com> Sun, 11 Aug 2013 12:33:15 +0300
epour (0.5) precise; urgency=low
* Rewrite preferences dialog code.

View File

@ -3,7 +3,7 @@
from DistUtilsExtra.auto import setup
setup(name='epour',
version='0.5',
version='0.5.1',
author='Kai Huuhko',
author_email='kai.huuhko@gmail.com',
maintainer='Kai Huuhko',