2008-06-27  David Paleino <d.paleino@gmail.com>

	* gnome-rdp-0.2.3:
	  - the start of a new era :)

2008-06-22  David Paleino <d.paleino@gmail.com> 

	* src/Main.cs: removed useless code; correctly handle the "first-time-run"
	  case
	* src/Options.cs: new overloaded method for Get(): a third parameter has
	  been added to throw exceptions (default is "false", i.e. do not throw
	  anything); added documentation comments; now re-using the database.
	* src/Configuration.cs: use Options.{Get,Set}() instead of making its own
	  "version" table
	* src/Sqlite.cs: Gdk.Threads surrounding MessageDialog

2008-06-21  David Paleino <d.paleino@gmail.com> 

	* src/Main.cs:
	  - adapted parameters to xtightvncviewer, present both in Debian and Ubuntu
	  - do not uncomment that piece of code: it SIGSEGVs.
	* src/Options.cs: Finding a more appropriate place...
	* src/Utils.cs: We don't need these at the moment.
	* src/VNC.cs: first skeleton draft for VNC.cs -- abstract class for VNC
	  connections

2008-06-14  David Paleino <d.paleino@gmail.com>
    * gnome-rdp's code is now hosted with Subversion! :)

2008-05-18  James P Michels III <james.p.michels@gmail.com>
	* gnome-rdp-0.2.2.9:
	  - Refactored variable notstarthidden to startVisible.
	  - Fixed bugg with --start-hidden command line option.

2008-03-18  James P Michels III <james.p.michels@gmail.com>
	* gnome-rdp-0.2.2.8:
	  - Refactored Configuration class to use static functions for non-instance functions.
	  - Added support for RDP usernames with spaces.

2008-03-16  James P Michels III <james.p.michels@gmail.com>
	* gnome-rdp-0.2.2.7:
	  - replaced all occurances of string "/.gnome-rdp.db" with a reference to const string Defines.databaseFile.
	  - Added class ApplicationOptions to encapsulate storage and retreival of application wide options. This includes adding a new "appOptions" 			table to the database and a function to auto-update older database versions.
	  - Added Options menu with Use Keyring option.

2008-03-08  James P Michels III <james.p.michels@gmail.com>
	* gnome-rdp-0.2.2.6:
	  - Added KeyringProxy.cs class to provide a proxy interface to the Gnome Keyring.
	  - Modified Configuration.cs to use the KeyringProxy class.
	  - Retargeted Gnome-Proxy to .NET 2.0 compatible mode. (required for Gnome-Keyring-Sharp.dll reference)

2008-02-19  David Paleino <d.paleino@gmail.com>
	* gnome-rdp-0.2.2.5:
	  - Cleaned tarball
	  - Warns the user if a command is not found.
          - Fix the SQL queries if a session name contains the ' character.
          - Fix gnome-rdp.desktop to follow latest standards from
            freedesktop.org

2008-02-12  Félix Genicio <sucotronic@gmail.com>
	* gnome-rdp-0.2.2.4:
	  - Changed options for VNC sessions

2008-02-11  Félix Genicio <sucotronic@gmail.com>
	* gnome-rdp-0.2.2.3:
	  - Support for passwordless vnc sessions
	  - Changed length of fields up to 300 characters
	  - Updated system for the tray icon. Now the icon show its
	    transparency.

2008-02-03  Félix Genicio <sucotronic@gmail.com>
	* gnome-rdp-0.2.2.2:
	  - Added extra path for sqlite library

2008-02-02  Félix Genicio <sucotronic@gmail.com>
	* gnome-rdp-0.2.2.1:
	  - (bugfix) Fixed error with definition of DEBUG
	  - (bugfix) Fixed error with '+' sign

2006-03-21  Balazs Varkonyi  <vbali@linuxforge.hu>
	* gnome-rdp-0.2.2:
	  - Custom screen resolution for RDP sessions
	  - Database converter from ver. 0.2.0 to 0.2.2
	  - (bugfix) Disabled user field in case of VNC session
	  - (bugfix) Sound redirection combo displayed the value of Image quality.
	    It has been fixed to display the correct value.
	  - Double click on session name initiate the connection to remote
	    computer. Double click on category expands/collapses its node.
	  - sessionTreeView expands to modified session after closing the options
	    dialog except if the category of session has been changed.
	  
2006-03-20  Balazs Varkonyi  <vbali@linuxforge.hu>
	* gnome-rdp-0.2.1:
	  - TrayIcon and it's handler added
	  - "--start-hidden" argument handler has been added
	  - About logo has changed
	  - Hungarian translation updated
	  - Minimal man page added
	  
2006-02-10  Balazs Varkonyi  <vbali@linuxforge.hu>
	* gnome-rdp-0.2.1:
	  - Autopackage spec has been added for source tree
	  - Release builder script has been created

2006-01-03  Balazs Varkonyi  <vbali@linuxforge.hu>
	* gnome-rdp-0.2.0:
	  - Code cleanup
	  - GUI redesign
	  - First implementations of group management for sessions
	  - 'CompressionLevel' support for VNC sessions
	  - 'ImageQuality' support for VNC sessions
	  - 'Mono.Posix.Catalog' replaced with 'Mono.Unix.Catalog' to fix compilation
	    warnings
	  - New about dialog added
	  - Gnome# removed from dependencies
	  - Port knocking feature has been removed.
	  
2006-01-28  Balazs Varkonyi  <vbali@linuxforge.hu>
	* gnome-rdp-0.1.3-r1:
	  - gnome-rdp.pot has been added for further translations
	  - License header has been added for source files.
	  - Some small changes in src/Makefile.am
	
2005-10-23  Balazs Varkonyi  <vbali@linuxforge.hu>
	* gnome-rdp-0.1.3: 
	  - Port knocking feature has been added.

2005-10-09  Balazs Varkonyi  <vbali@linuxforge.hu>
	* gnome-rdp-0.1.2:
	  - Application icon has been added.
	  - Title image has been added for main window.
	  - Minimize, maximize buttons visibility has been changed.
	  - Extertnal messages event handler added.
	  - Only one session can be open from the main wnd.

2005-09-16  Balazs Varkonyi  <vbali@linuxforge.hu>
	* gnome-rdp-0.1.1: 
	  - Initial release

