8-Jul-2007 Richard Jones
  * Update to new python-fuse interface.
  * Release 0.8.0

3-Jul-2007 Russel Harmon
  * Added support for multiple config files with user file overriding system
    config file.
  * Made sure mountpoint is an absolute path to play nicely with encfs. 
10-Mar-2007 Richard Jones
  * Fixed long term bug preventing reads and writes to both occur for the 
    current open file.
  * Fix for character encoding issue supplied by Christian Reitwiessner.
  * Release 0.7.3
	
7-Feb-2006 Richard Jones
  * Released version 0.7.2
  * White space *is* significant.

6-Feb-2006 Richard Jones
  * Released version 0.7.1

6-Feb-2006 Sebastien Delafond
  * Fix for command line parsing problem.

4-Feb-2006 Richard Jones
  * Released version 0.7

28-Dec-2005 Richard Jones
  * Kludge for Unicode '=' problem. 
    (thanks to Thomas Voegtlin (voegtlin AT gmail DOTT com)
  * Fix for situation where regex did not match inode details because
    Of carriage return in middle of inode details, provided by
    Michele Ceriotti (micheleceriotti AT tiscali DOTT it).

28-Dec-2005 Sebastien Delafond
  * Constructor changes.
  * Hide password from logging.
  * Logging improvements.

27-Nov-2005 Richard Jones
  * Released version 0.6 (entirely based on Sebastien's changes)

27-Nov-2005 Sebastien Delafond (Debian gmailfs package maintainer)
  * Added more comments to the default gmailfs.conf, and set it to log
   to ~/gmailfs.log (the previous version's default).
  * Rewrote config file parsing to get rid of "try: ... except: pass"
   constructs that were hiding some exceptions.
  * Changed the Gmailfs constructor so it can be called with
   parameters.
  * The logger system now logs to stdout by default, up to the point
ner   when gmailfs parses its config file, and then the log setting from
   the config file is used.
  * mount.gmailfs now uses the same logger as gmailfs to print various
   messages.
  * Password obfuscation:
   - Added -p option for mount.gmailfs to prompt the user for his Gmail
     password.
   - import gmailfs and use gmailfs.main() from mount.gmailfs, rather
     than forking 'python gmailfs.py ...', hence allowing for total
     password obfuscation.
  * Transparent encryption:
   - Successfully tested gmailfs with encfs.
   - added -e option for mount.gmailfs to automatically setup the
     encryption loop.
   - devised a monitoring mechanism (that runs in a child process) to
     unmount/cleanup everything in case encryption is used.
   - took care of most IPC issues: all processes log problems and then
     die gracefully when something goes wrong, rather than leaving cruft
     behind.

02-Nov-2005 Richard Jones
  * Bumped protocol version to 3 as older versions with older libgmail's are 
    no longer able to access existing filesystems. In other words GmailFS 0.5
    is not backwards compatibile with earlier versions and will not be
    able to access older filesystems. If your old filesystem is still working
    you will need to back it up before updating to version 0.5.
  * Merged in fixes for libgmail and FUSE threading changes from Sebastien 
    Delafond <sdelafond@gmx.net> the Debian package maintainer.
  * Released version 0.5
 
5-May-2005 Richard Jones
  * Merged in fixes for filesystem size reporting and Fuse 2.2 compatibility
    from Sebastien Delafond <sdelafond@gmx.net> the Debian package maintainer
  * Fix for change in encoding in gmail messages (7 Bit to quoted printable).
  * Workaround for new behaviour where messages in trash
    are returned by search for inode messages.
  * Released version 0.4

08-Nov-2004 Richard Jones

  * Released version 0.3
	
07-Nov-2004 Richard Jones
  
  * Added a mutable filesystem root directory (previously the root directory
    attributes were hard coded). Change requested by Klaus Ethgen.
  * Added further fixes to link counting.
  * Fixed bug caused by '-' and '+' symbols in filenames (reported by Daniel Vogelbacher) 
  * Added simple test cases in tests.py
  * Added protocol version to messages to support backwards compatability
    in the future (Suggested by Jason Boles).

30-Oct-2004 Klaus Ethgen <Klaus att Ethgen.de>

  * Fixed several bugs associated with link counting
  * Clear inode cache to avoid getting out of sync when manipulating hard links
  * Added '.' and '..' to directory listings

22-Oct-2004 Scott Worley <sworley att chkno.net>

  * Shortened delimiters and field ids
  * Default to using message snippet to try and
    avoid retrieving full message.

18-Sep-2004 Suren A. Chilingarian <csa att dside.dyndns.org>

  * Fixed problem with non-alphanumeric passwords
  * Support for HTTPS proxy
  * Minor logging improvements
  * Configuration file support:
	+ Log Level
	+ User Accounts
	+ Connection Settings

30-Aug-2004 Richard Jones

  * Fixed bug in mkdir call
  * Released 0.2

28-Aug-2004 Richard Jones

  * Initial release 0.1

