ReleaseForge ChangeLog
----------------------

version 0.8.6
 *) fixed a threading issue which may have plagued windows users during the 
    file upload process.  This only affected v0.8.5 users.

version 0.8.5
 *) added ftp.py a subclass of ftplib.FTP which implements a callback function
    for providing ftp put status progress
 *) updated releaseWizard and sfcomm to include progress meter for file uploads
 *) added preferences dialog
 *) updated mainWindow and settings to support preferences

version 0.8.1
 *) Change algorithm for resizing columns in the add files table (release wizard)
 *) Creating a release now properly sets focus on release name field (release wizard)
 *) Fixed tab ordering on several screens (most *BA.py files)
 *) Fixed bug that limited SF news subjects to only 30 chars rather than 60 (SF news dialog)

version 0.8
 *) Added Freshmeat announcement support
 *) Refactored some classes for code reuse (ie. login dialog, etc)

version 0.7.1
 *) bug fix: newlines submitted in project news were escaped
    improperly.
 *) recompiled pyuic generated files with pyuic v3.14 to 
    prevent against QSizePolicy API change between PyQt
    3.12 and 3.14 
    (see: http://lists.kde.org/?l=pykde&m=111277738427210&w=2)


version 0.7

 *) Added feature: Submit Project News
 *) Added menu: Actions

version 0.6.1

 *) fixed bug: unchecking "save password" still saved the password
 *) fixed bug: progress output misstated "created release" 
    instead of "edited release"
 *) bug fix: setModal in loginBA.py problem on older versions of PyQt

version 0.6

 *) Added the ability to edit an existing SourceForge release.
 *) Added an event queue to process the release wizard events.
 *) Modified main window - added edit release button.
 *) Added method to sfcomm for deleting files from SourceForge.
 *) Added method to sfcomm for retrieving files from an existing release.
 *) Added regular expressions to sfregex for retrieving existing files and
    existing release details from SourceForge pages.
 *) Reimplemented Help dialog.
 *) Minor bug fixes.

version 0.5

 *)  Initial public release.
