2005-03-03  Miklos Szeredi <miklos@szeredi.hu>

	* Slightly optimize readahead.  Still not clever enough to always
	keep the pipe filled.

	* Add 'sshfs_debug' option

2005-02-17  Miklos Szeredi <miklos@szeredi.hu>

	* Parse 'max_read' mount option and if smaller than 65536 forward
	to FUSE

2005-02-16  Miklos Szeredi <miklos@szeredi.hu>

	* Added simple readahead (big performance gain in case of
	sequential read pattern).  Can be disabled with '-o no_readahead'

2005-02-14  Miklos Szeredi <miklos@szeredi.hu>

	* Added asynchronous writeback (big performance gain) and made
	this the default.  Can be disabled with '-o sshfs_sync'
 
2005-02-09  Miklos Szeredi <miklos@szeredi.hu>

	* Added option to start arbitary command instead of 'ssh'

	* Re-added '-p PORT' as a convenience option, also '-C' works as
	in ssh.

2005-02-08  Miklos Szeredi <miklos@szeredi.hu>

	* Add caching of symlinks
	
	* Add support for many ssh options to be passed to ssh

	* Port number can now actually be specified with "-o port=PORT",
	bug spotted by Nadia Maksymiw

2005-02-07  Miklos Szeredi <miklos@szeredi.hu>

	* Separate attribute caching to a separate layer

	* Add caching of directory contents

2005-02-03  Miklos Szeredi <miklos@szeredi.hu>

	Fix PKG_CONFIG_PATH setting in configure.ac (reported by Alpar
	Juttner)
	
2005-01-09  Miklos Szeredi <miklos@szeredi.hu>

	* Released 1.0

2004-12-04  Miklos Szeredi <miklos@szeredi.hu>

	* Started ChangeLog
