--- 0.99.2 ---

2002-08-06  Bastien Nocera  <hadess@hadess.net>

	* NEWS: added news for 0.99.2
	* configure.in: bump up version number to 0.99.2

2002-08-06  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in (ALL_LINGUAS): Added "no".
	 
2002-08-06  Alexander Larsson  <alexl@redhat.com>

	* Makefile.am (CLEANFILES):
	Don't delete .desktop.in files in make distclean

2002-08-01  Christophe Merlet  <christophe@merlet.net>

	* configure.in: Added "fr" to ALL_LINGUAS.

2002-07-22  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "sv" to ALL_LINGUAS.

2002-07-22  Bastien Nocera  <hadess@hadess.net>

	* .cvsignore: summer CVS cleanup

2002-07-19  Bastien Nocera  <hadess@hadess.net>

	* Makefile.am: fix usage of rio_cflags

2002-07-18  Bastien Nocera  <hadess@hadess.net>

	* configure.in: fixed distcheck'ing

2002-07-18  Bastien Nocera  <hadess@hadess.net>

	* .cvsignore: upd
	* Makefile.am: added smb.desktop.in, and some cleanups
	* configure.in: added i18n stuff
	* gnome-vfs-extras-i18n.h:
	* rio500-method.c: (lookup_uri), (update_virtual_content),
	(update_content), (do_open), (do_get_file_info),
	(do_open_directory), (vfs_module_init): i18n
	* smb-method.c: (get_root_dir_data), (get_workgroup_dir_data),
	(get_server_dir_data), (get_workgroup_data), (get_computer_data),
	(vfs_module_init): i18n
	* smb.desktop.in: added

2002-07-17  Bastien Nocera  <hadess@hadess.net>

	* configure.in: fix for the autoconf parallel install
	* rio500-method.c: (gnome_vfs_uri_get_basename),
	(rio_get_content_from_card), (get_content_from_card), (lookup_uri),
	(add_folder), (update_virtual_content), (update_content),
	(update_tree_content), (destroy_rio), (rio_to_vfs_error),
	(do_open): a lot of cleanups, moving around, and small bug fixes

--- 0.99.1 ---

2002-06-25  Alexander Larsson  <alexl@redhat.com>

	* NEWS:
	Add some stuff about 0.99.1

	* configure.in:
	Update version to 0.99.1.
	Require gnome-vfs 2.0.0

2002-06-25  Alexander Larsson  <alexl@redhat.com>

	Merged changes from gnome-2 branch to HEAD.

2002-06-07  Michael Meeks  <michael@ximian.com>

	* smb-method.c (build_server_helper): do an || compare not a
	binary OR and assignment.
	(smb_virtual_file_new): return the new SmbVirtualFile instead
	of seg faulting.

2002-04-28  Bastien Nocera  <hadess@hadess.net>

	* rio500-method.c: (do_open), (do_close), (do_write):
	better handling of the "out of memory" problem.

2002-04-17  Bastien Nocera  <hadess@hadess.net>

	* configure.in: pump up version number to 0.99.0

2002-03-29  Bastien Nocera  <hadess@hadess.net>

	* configure.in: simplify a lot, enable rio500 method by default
	if the headers are detected
	* rio500-method.c: (do_close): fix warning

2002-03-29  Bastien Nocera  <hadess@hadess.net>

	* rio500-method.c: (rio_get_content_from_card), (do_open),
	(do_close), (do_open_directory), (do_close_directory),
	(do_remove_directory): cleanups, use return values for do_close,
	format card when last directory is removed.

2002-03-28  Bastien Nocera  <hadess@hadess.net>

	* rio500-method.c: (lookup_uri), (update_tree_content),
	(destroy_rio), (do_open), (do_close), (do_read), (do_write),
	(do_create), (do_read_directory), (vfs_module_init),
	(vfs_module_shutdown): made read and write work using a temp file
	(this allows us not to have to dwelve into the rio500 internals),
	cleaned up, there seems to be a crash on window closure... ENOCLUE
	for now

2002-02-20  Bastien Nocera  <hadess@hadess.net>

	* Makefile.am, configure.in: build fixes and cleanups
	* rio500-method.c: (gnome_vfs_uri_get_basename), (do_read),
	(do_open_directory), (do_read_directory): make it build
	and some cleanups

2002-02-19  Bastien Nocera  <hadess@hadess.net>

	* configure.in: forgot to modify the configure.in to
	check for the header in the namespaced rio500

2002-02-19  Bastien Nocera  <hadess@hadess.net>

	* rio500-method.c: use new namespaced rio500 headers
	(require latest rio500 cvs)

2002-02-18  Bastien Nocera  <hadess@hadess.net>

	* smb-method.c: (build_root_tree): use SERVICE_NOT_AVAILABLE
	when we can't contact the smb master browser

2002-02-18  Bastien Nocera  <hadess@hadess.net>

	* Makefile.am: fix problem with _FILE_OFFSET_BITS
	not being defined which would break with recent gnome-vfs
	releases

2002-02-14  Bastien Nocera  <hadess@hadess.net>

	* Makefile.am: update to new 2.0 locations
	* autogen.sh: simplify
	* configure.in: port to 2.0
	* smb-method.c: (open_dir_helper), (do_open_directory):
	remove all references to Filter, see FIXME for some
	troublesome bit it seems

2002-03-27  Alex Larsson  <alexl@redhat.com>

	* smbmethod.c:
	Disable debug spew.
	
2002-03-27  Alex Larsson  <alexl@redhat.com>

	* configure.in:
	Use pkgconfig

2002-03-27  Alex Larsson  <alexl@redhat.com>

	* NEWS:
	Update for release
	
	* configure.in:
	* gnome-vfs-extras.spec:
	Bump version number to 0.2.0
	
2002-02-08  Bastien Nocera  <hadess@hadess.net>

	* Makefile.am: updated for rio500
	* config.h.in: removed
	* configure.in: checks for rio500
	* extra-modules.conf: added rio500 method
	* rio500-method.c: first working version

2002-02-03  Bastien Nocera  <hadess@hadess.net>

	* Makefile.am, config.h.in, samba/include/config.h.in,
	samba/include/version.h, samba/tdb/spinlock.h, smb-method.c:
	Fixes to remove all the "redefinition" warnings
	* configure.in, rio500-method.c: added rio500 method, off by default

2001-11-20  Alex Larsson  <alexl@redhat.com>

	* smb-method.c:
	Handle servers that need user/password to get the shares listing.

2001-10-05  Alex Larsson  <alexl@redhat.com>

	* smb-method.c:
	Add permisssions field to SmbVirtualFile.
	Make the virtual files and directories read-only.

2001-10-01  Alex Larsson  <alexl@redhat.com>

	* smb-method.c:
	Remove TODO
	
2001-10-01  Alex Larsson  <alexl@redhat.com>

	* smb-method.c:
	Initial authentication implementation. Seems to work.

2001-09-28  Alex Larsson  <alexl@redhat.com>

	* smb-method.c:
	Ref-count SmbConnection.
	Cache open connections in the virtual file for
	the share.

2001-09-27  Alex Larsson  <alexl@redhat.com>

	* smb-method.c:
	Restructure the smb method to keep virtual trees
	in memory for the root, workgroup and server parts of
	the tree.

2001-08-28 Bastien Nocera <hadess@hadess.net>
	* Removed icecast-method.c:
	Deprecate icecast method, the http
	method now handles ice/shoutcast fine
	use http://hadess.net/files/patches/icecast-gnome-vfs-1.0.1.patch
	for gnome-vfs-1.0.1 to handle the icecast streams
	
	* Makefile.am, extra-modules.conf:
	Remove icecast from there

	* AUTHORS:
	Updated

2001-08-22  Alex Larsson  <alexl@redhat.com>

	* Released 0.1.3
	
	* NEWS:
	Updated

	* configure.in:
	* gnome-vfs-extras.spec:
	Bumped version number.
	
2001-08-22  Alex Larsson  <alexl@redhat.com>

	* smb-method.c:
	Return is_local for virtual files.
	Ignore .directory file requests.

2001-08-09  Alex Larsson  <alexl@redhat.com>

	* Released 0.1.2

	* NEWS:
	Updated

	* configure.in:
	* gnome-vfs-extras.spec:
	Bumped version number.
	
	* smb-method.c:
	Use desktop files instead of nautilus links.

2001-06-08  Alex Larsson  <alexl@redhat.com>

	* README:
	Correct the --sysconf argument

2001-06-07  Alex Larsson  <alexl@redhat.com>

	* gnome-vfs-extras.spec:
	Build on IA64 again. 
	
2001-06-07  Alex Larsson  <alexl@redhat.com>

	* Released 0.1.1

	* NEWS
	Updated

	* configure.in:
	* gnome-vfs-extras.spec:
	Bumped version number
	
2001-06-07  Alex Larsson  <alexl@redhat.com>

	* samba/configure.in:
	* samba/include/config.h.in:
	* samba/include/includes.h:
	Remove some weird header checks that aren't needed
	and broke compilation with new glibc.
	
	* gnome-vfs-extras.spec:
	Don't build on IA64
	
2001-06-06  Alex Larsson  <alexl@redhat.com>

	* Release 0.1
	
	* NEWS: Updated

	* gnome-vfs-extras.spec: Refined description.
	
2001-06-06  Alex Larsson  <alexl@redhat.com>

	* smb-method.c (do_check_same_fs):
	Fix memory handling bug.

	* Makefile.am:
	* gnome-vfs-extras.spec:
	New RPM spec file.

2001-05-31  Alex Larsson  <alexl@redhat.com>

	* smb-method.c (open_dir_helper):
	Handle the case where the ip_address doesn't resolve
	to a name.

	* README:
	Update docs with some extra help
	
2001-05-31  Alex Larsson  <alexl@redhat.com>

	* smb-method.c (is_workgroup_server_link):
	Cache the result of the last query for performance
	reasons.

2001-05-30  Alex Larsson  <alexl@redhat.com>

	* smb-method.c:
	Handle directory filtering.
	Spew less debug crap.
	Log in as GUEST if no username was given.
	Correct LOCKING on open_directory

2001-05-30  Alex Larsson  <alexl@redhat.com>

	* smb-method.c (open_server_workgroup_dir):
	Pass user/password when listing shares.

2001-05-29  Alex Larsson  <alexl@redhat.com>

	* smb-method.c (DEBUG_SMB):
	Moved all g_print debug spew to a macro that is
	disabled by default.

2001-05-29  Bastien Nocera <hadess@hadess.net>

	* icecast-method.c, Makefile.am, AUTHORS,
	extra-modules.conf:
	Added icecast/shoutcast method

2001-05-29  Alex Larsson  <alexl@redhat.com>

	* smb-method.c:
	Remove some debug spew.
	(smb_server_connection_new_from_uri):
	Fix memory handling bug.
	
2001-05-29  Alex Larsson  <alexl@redhat.com>

	* smb-method.c (vfs_module_init):
	Don't fail if we can't load the config file. We don't
	depend on any information there anyway.

	* extra-modules.conf:
	New file. To be installed in /etc/vfs/modules
	

