Wednesday September 14 2005 - Scott Grayban <sgrayban@borgnet.us> <2.1.9>
 * Released iPodder 2.1.9
 * Updated add_to_gigadial.py - also fixed the permissions for it
 * Right click in downloads tab now works
 * Changed the user agent in grabbers.py to iPodder-linux for stats counting.
 * Added auto cleanup for podcasts
 * OPML sync management now works
 * Added webbrowser.py to the contrib directory because of a browser bug in the
   current python module which includes my fixes.
   Used a if statement to determine if the file is to be used or not.
 * Moved iPodder.py to ipooder/core.py
 * Moved iPodderWindows.py to gui/iPodderWindows.py
 * Plugin support added
 * Linux version now supports branding(skinning)
 * Fixed typo in README file
 * Moved scheduler.py to gui/ directory
 * Had to import our own webbrowser.py since it doesn't allow forking correctly
   for generic browsers and causing iPodder to hang until you close the browser
    *** NOTE *** Browser only seemed to hang if it had to start a new one
                 Didn't happen if the browser was already running
                 but this really fixed it.
 * Scheduler actually works now for linux users
 * Fixed Scheduler radio buttons so they work right(removed the grouping)
 * Fixed prefences tab for OPML/Feedmanager
 * Scheduler config is now placed in ipodder.cfg
 * Fixed player preference when it would always default to No Player
 * wxpython 2.6 errors have all been fixed
 * Updated Podcast directory
 * Cleanup checking is fixed so that Player Library is NOT checked by default
   Done because XMMS does not really need this nor do most users care.
 * W00T !! Hiding the tray icon now works :)
   All you non-KDE/Gnome users will like this one !
 * PodNova support added
 * New localization merged in from the main HEAD for lanuages
 * Merged in code for "Open in browser" menu choice for feed folders.

Monday July 25 2005 - Scott Grayban <sgrayban@borgnet.us> <2.1.1>
 * 302 and 404 download errors are fixed now
   This should also fix the 0 byte and corrupt downloads
 * Version check now works..... Now have to remember to update the xml file :)

Wednesday July 20 2005 - Scott Grayban <sgrayban@borgnet.us> <2.1>
 * UGGGGGG I forgot to up the version stuff ...... stupid me
 * Fixed the install script.

Monday July 18 2005 - Scott Grayban <sgrayban@borgnet.us> <2.0>
 * Released iPodder 2.0 full release ---- finally :)
 * Created a script that will delete all the *.pyc files and create
   the distribution tarball.
 * Added mandriva spec file for use
 * Fixed wrong script encoding
 * grabbers.py fixed - zlib compression errrors prevented some feeds from working
   which where caused from the webservers and not iPodder.
 * Fixed bad interpreter for iPodderStringsJapanese.py
 * Changed url for reporting bugs to use the forum instead of SF since its
   easier for me to maintain. :)
 * (TODO-not finished) Added tray detection to either use the tray or not for GUI's like wm
   that can't use the tray icon
 * All the text files *.linux are renamed to exclude the .linux extension
   since we now have our own linux tag branch in cvs
 * Updated xrc files to be current with main branch
 * (TODO-not finished) Check for updates for linux versions added
   Added since the main branch will usually be different then linux
 * GUI layout cleanup
 * Removed code for players that was for windows and mac.
 * Major code cleanup removing windows/mac code
 * Applied patch to fix the 302 redirect issue from Mike

Thursday June 23 2005 - Scott Grayban <sgrayban@borgnet.us> <RC4>
 * Applied patch from manny15 to fix the unicode issues.
         See: http://bugs.gentoo.org/attachment.cgi?id=59992&action=view
 * Applied patch from kwa to fix a xmms import error
 * Minor code fixes

Saturday April 16 2005 - Scott Grayban <sgrayban@borgnet.us> <RC3>
 * Applied patch from kwa to fix:
   Disk Space issue
   PriorityQueue compatible with Python versions >= 2.4
 * Applied XMMS player patch from Kevin
 * Tray icon now works with double clicks to hide/unhide the window.
 * Tray right click menu now shows "Hide iPodder"

Monday April 11 2005 - Scott Grayban <sgrayban@borgnet.us> <RC2>
 * re-coded the install script so that it detects if they are root
 * check to determin if the old historic name is still there
 * used a symbolic link instead of cp the binary ipodder
 * text to tell the user they need to read README.linux
 * added ipodder.png for a desktop icon
 * Created LICENSE file
 * Created README.linux
 * Detailed TODO.linux for Garth to help

Sunday April 10 2005 - Scott Grayban <sgrayban@borgnet.us> <RC1>
 * Added install script
 * Created Changelog.linux
 * Created TODO.linux
 * Created INSTALL.linux
 * Added systray support.
 * Added Hide window support.
