From a1eb49c4950fe6de306a60271b2aadc38511fe30 Mon Sep 17 00:00:00 2001 From: Kai Huuhko Date: Sun, 11 Aug 2013 13:42:32 +0300 Subject: [PATCH] Version 0.5.1 --- MANIFEST | 1 + debian/changelog | 12 ++++++++++++ setup.py | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/MANIFEST b/MANIFEST index d7714ee..4a2ff26 100644 --- a/MANIFEST +++ b/MANIFEST @@ -3,6 +3,7 @@ AUTHORS COPYING MANIFEST README +TODO epour.png setup.py bin/epour diff --git a/debian/changelog b/debian/changelog index 0bffa43..dee1cb1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 11 Aug 2013 12:33:15 +0300 + epour (0.5) precise; urgency=low * Rewrite preferences dialog code. diff --git a/setup.py b/setup.py index 1685d15..90ba17d 100755 --- a/setup.py +++ b/setup.py @@ -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',