-- v0.9 -
+ Add experimental GNOME 3.0 support. Use 'gmake gtk3' to build using GTK3 and
  GSettings instead of GTK2 and GConf.
* Fix some minor memleaks in mtp.c
* Add in check for album name only when looking for an album when updating
  album info.

-- v0.8.1 - 25 Jan 2011

* Update Italian Translation - thanks to Francesca Ciceri !
* Modify Makefile for separate GConf schema installation.

-- v0.8 -23 Jan 2011

+ Licence change from CDDL to BSD. Updated all source files to include
  licence notice.
+ Added basic playlist support.
+ "make install" no longer installation documentation, use "make install-doc"
  instead. (As requested for inclusion in some Linux distributions).
+ Multilingual support in UI - currently English, French, German, Spanish,
  Italian and Danish Translations.
+ Add in additional columns in main view to show audio file information.
  Columns shown can be selected using the 'View' menu.
+ Updated gconf schema file.
* Restructured directory setup for source code.
* Fixed Makefile build option for some Linux systems that use "--as-needed"
  flag.
* Changed extension of GConf schema file to be inline with GConf documentation.
* Fixed possible buffer overflow in WMA metatag code. (This would be result of
  malformed header object fields).
* Ensured all errors to console are displayed to stderr.
* Fixed track length metadata for all file audio file types.
* Fixed sorting of columns for filename, so that folders are always first/last.


-- v0.7 - 25 Nov 2010

+ Added FLAC metadata support (required FLAC 1.2+)
+ Added OggVorbis metadata support (requires vorbis 1.0.1+)
+ Added WMA metadata support.
* Fixed missing header in mtp.c for some Linux distro's (string.h).
* Made application and file paths all lower case inline with freedesktop
  guidelines.
* Changed *.desktop file inline with freedesktop guidelines.
* Fixed NULL pointer fault with MP3's that have no TRACKNUMBER tag.

-- v0.6 - 23 Jun 2010

+ Added abilty to Drag'n'Drop in Folders and have them upload entire folder
  structure.
* Fixed compliation issue on Linux based systems.
* Updated gconf handling.
* Fixed gconf schema installation. (You need to logout and login on Solaris 10
  for the schema to be made available to the application after installation).

-- v0.5 - 1 Jun 2010

+ Added Tooltips to toolbar buttons.
* Made default window size now 760px to handle JDS default DPI setting of 96.

-- v0.4 - 12 Jan 2010

+ Added right click interace on the main file display area.
+ Added check to see if we are about to overwrite a file on the devices
  filesystem, and prompt user to overwrite file?
+ Added support for Albums and Album Art. (Albums are created automatically,
  while art is uploaded by user).
* Fixed if no lines selected, then display info box to user indicating this
  on file delete, file download and folder delete operation. (Rather than
  asking the user to confirm operation on selection and then not doing
  anything).
* Cleaned up the find_filetype() function.
* Fixed column sorting for file size column.
* Fixed reading MP3 ID3 Tags in relation to the artist. (Now scan all 5 fields
  that the artist can live in, rather than just the one it should be in).

-- v0.3 - 8 Jan 2010

+ gMTP is now relocatable within a filesytem. At startup, it will look at
  the command used to invoke it, and if an absolute path was used, it will
  find it's image data from that otherwise will attempt to find itself in
  the filesystem using the %PATH variable. Just make sure that you copy
  "../share/gMTP/*" to be relative to the binary if moved, otherwise no
  pretty icons. You can override any file paths with --datapath option at
  the CLI. (This was done to allow the SYSV and IPS packages to be
  relocatable). See main.c (last 2 functions) to see how this is done.
  If you know a better way that works everywhere, please let me know.
+ Added check to see if we are about to overwrite a file on the hosts
  filesystem, and prompt user to overwrite file?
+ Added Drag'n'Drop interface (well only drop into gMTP at this time).
* Changed Toolbar button for connect device description.
* Fixed process when uploading mp3 to a device to include file metadata
  as well. eg Artist, Album, Track, etc. (requires libid3tag).

-- v0.2 - 30 Dec 2009

+ Added new menu items to mimic toolbar options, eg file upload, file
  download, etc.
+ Added ability to add and remove folders.
+ Added confirm delete file/folder option when removing files/folder from
  device.
+ Added ability to change device name.
+ Added in icon for application.
+ Added in SYSV pkg creation in Makefile.
+ Added support for multiple device detection and storage device detection,
  and selection of device during connection.
+ Updated schema for gconf for new options (confirm remove of file/folders).
+ Updated About Dialog Box.

-- v0.1 - 16  Dec  2009

+ Initial version for public. Only does basic items such as upload, download
  and remove files.
