From 56adf70a44b93a90cf6bc1dc4308ff6239cbab06 Mon Sep 17 00:00:00 2001 From: Kai Huuhko Date: Fri, 26 Jul 2013 18:07:16 +0300 Subject: [PATCH] Version 0.4 --- MANIFEST | 2 ++ README | 8 ++++++++ debian/changelog | 12 ++++++++++++ setup.py | 2 +- 4 files changed, 23 insertions(+), 1 deletion(-) diff --git a/MANIFEST b/MANIFEST index 71470d5..d7714ee 100644 --- a/MANIFEST +++ b/MANIFEST @@ -2,6 +2,7 @@ AUTHORS COPYING MANIFEST +README epour.png setup.py bin/epour @@ -31,3 +32,4 @@ epour/gui/Notify.py epour/gui/Preferences.py epour/gui/TorrentInfo.py epour/gui/__init__.py +epour/gui/intrepr.py diff --git a/README b/README index dd1c429..20bcbe4 100644 --- a/README +++ b/README @@ -39,3 +39,11 @@ INSTALL ======= sudo ./setup.py install + +============ +CONTACT/BUGS +============ + +Launchpad: https://launchpad.net/epour +Email: kai.huuhko@gmail.com +Forums: http://forums.bodhilinux.com/index.php?/topic/7722-epour/ \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index d02946e..dc1b814 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +epour (0.4) precise; urgency=low + + * Clean up fast resume data on torrent removal. + * Open file when activated from the file list. Checks that the file is complete. + * Improve the torrent status string. + * Change the download/upload icons to up/down instead of record/play. + * Add more alert handling. + * Change the fileselector to non-tree mode in Add torrent dialog. + * Better formatting for file sizes. + + -- Kai Huuhko Fri, 26 Jul 2013 17:52:51 +0300 + epour (0.3.3) precise; urgency=low * fix directory initialization for the log file diff --git a/setup.py b/setup.py index e11b9a3..fa00550 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from DistUtilsExtra.auto import setup setup(name='epour', - version='0.3.3', + version='0.4', author='Kai Huuhko', author_email='kai.huuhko@gmail.com', maintainer='Kai Huuhko',