Changeset 3273

Show
Ignore:
Timestamp:
06/23/08 19:37:15 (2 months ago)
Author:
markybob
Message:

up version to 0.5.9.3 and fix plugin reporting

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/setup.py

    r3192 r3273  
    2929NAME = "deluge" 
    3030FULLNAME = "Deluge BitTorrent Client" 
    31 VERSION    = "0.5.9.2
     31VERSION    = "0.5.9.3
    3232AUTHOR = "Zach Tibbitts, Alon Zakai, Marcos Pinto, Andrew Resch, Alex Dedul" 
    3333EMAIL = "zach@collegegeek.org, kripkensteiner@gmail.com, marcospinto@dipconsultants.com, alonzakai@gmail.com, rotmer@gmail.com" 
  • trunk/src/common.py

    r3192 r3273  
    3333 
    3434PROGRAM_NAME = "Deluge" 
    35 PROGRAM_VERSION = "0.5.9.2
     35PROGRAM_VERSION = "0.5.9.3
    3636 
    3737CLIENT_CODE = "DE" 
     
    214214    import threading 
    215215    class Send_Info_Thread(threading.Thread): 
    216        def __init__(self): 
     216       def __init__(self, plugins): 
    217217           threading.Thread.__init__(self) 
    218218       def run(self): 
     
    224224 
    225225           pygtk = '%i.%i.%i' %(gtk.pygtk_version[0],gtk.pygtk_version[1],gtk.pygtk_version[2]) 
    226  
    227226           try: 
    228227               url = "http://deluge-torrent.org/stats_get.php?processor=" + \ 
     
    238237               f.write("") 
    239238               f.close 
    240     Send_Info_Thread().start() 
     239    Send_Info_Thread(plugins).start() 
    241240 
    242241# Encryption States