Version 0.4

This commit is contained in:
Kai Huuhko 2013-07-26 18:07:16 +03:00
parent 323be19ff8
commit 56adf70a44
4 changed files with 23 additions and 1 deletions

View File

@ -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

8
README
View File

@ -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/

12
debian/changelog vendored
View File

@ -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 <kai.huuhko@gmail.com> Fri, 26 Jul 2013 17:52:51 +0300
epour (0.3.3) precise; urgency=low
* fix directory initialization for the log file

View File

@ -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',