Changeset 2356
- Timestamp:
- 12/01/07 04:20:47 (13 months ago)
- Files:
-
- 4 modified
-
tags/deluge-0.5.7.1/ChangeLog (modified) (1 diff)
-
trunk/ChangeLog (modified) (1 diff)
-
trunk/setup.py (modified) (1 diff)
-
trunk/src/common.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/deluge-0.5.7.1/ChangeLog
r2301 r2356 1 Deluge 0.5.7 (xx November 2007) 1 Deluge 0.5.7.1 (31 November 2007) 2 * Increase tracker timeout 3 * Fixed crash and corruption of persistent.state while adding a duplicate 4 torrent. Also caused yet another invalid handle error. 5 6 Deluge 0.5.7 (26 November 2007) 2 7 * Scrape support 3 8 * Manual force-recheck -
trunk/ChangeLog
r2301 r2356 1 Deluge 0.5.7 (xx November 2007) 1 Deluge 0.5.7.1 (31 November 2007) 2 * Increase tracker timeout 3 * Fixed crash and corruption of persistent.state while adding a duplicate 4 torrent. Also caused yet another invalid handle error. 5 6 Deluge 0.5.7 (26 November 2007) 2 7 * Scrape support 3 8 * Manual force-recheck -
trunk/setup.py
r2343 r2356 29 29 NAME = "deluge" 30 30 FULLNAME = "Deluge BitTorrent Client" 31 VERSION = "0.5.7. 01"31 VERSION = "0.5.7.1" 32 32 AUTHOR = "Zach Tibbitts, Alon Zakai, Marcos Pinto, Andrew Resch, Alex Dedul" 33 33 EMAIL = "zach@collegegeek.org, kripkensteiner@gmail.com, marcospinto@dipconsultants.com, alonzakai@gmail.com, rotmer@gmail.com" -
trunk/src/common.py
r2343 r2356 33 33 34 34 PROGRAM_NAME = "Deluge" 35 PROGRAM_VERSION = "0.5.7. 01"35 PROGRAM_VERSION = "0.5.7.1" 36 36 37 37 CLIENT_CODE = "DE"
