gnome-bluetooth 0.12.0
======================

 * Remove gnome-obex-server, as it's replaced by gnome-user-share

gnome-bluetooth 0.11.0
======================

 * Remove gnome-obex-send as it's replaced by bluez-gnome's bluetooth-sendto

gnome-bluetooth 0.10.0
======================

 * Unescape URIs when uploading files, so we don't end up with
 escaping in filenames (eg. file%20with%20space instead of "file with space")

gnome-bluetooth 0.9.1
=====================

 * Fix a typo that meant the obex server was crashing when receiving
 a file

gnome-bluetooth 0.9.0
=====================

 * Send a disconnect when we finish sending a file, fixes reception
 of files on some devices

 * Use new GTK+ features for the tray icon

 * Build fixes

gnome-bluetooth 0.8.0
=====================

 * Fix icons not showing up properly

 * Allow passing URIs as well as local filenames to gnome-obex-send

 * Save to ~/Desktop/Downloads by default, then fallback to ~/Desktop and ~/,
   as Epiphany does, or to the user specified directory

 * Remove direct openobex and bluez-devel dependencies, as well as gnome-vfs

gnome-bluetooth 0.7.0
=====================

 * Fix a bad crasher that was plaguing 0.6.0 users

 * Have the menu icons magically appear again

 * Fix some memory leaks

 * Better message when an error occurs sending a file to a Palm

 * Fix build warnings

 * Fix Python detection for bi-arch systems

 * Update for libbtctl 0.6.0

gnome-bluetooth 0.6.0
=====================

 * gnome-obex-server: Now preserves timestamps of reserved files (Tumoas
   Salo).

 * Save received files to the path specified in the
   /apps/gnome-obex-server/savedir GConf key

 * Remove the nautilus extension, sending files over Bluetooth devices is
   now handled though nautilus-sendto (Bastien Nocera)

 * Make gnome-bluetooth-manager run with newer PyGTK (Olav Vitters,
   Harald Hoyer)

 * Make dialogues comply better with the HIG (Bastien Nocera)

 * Add a test program for the spinner widget (Bastien Nocera)

 * Build fixes (Bastien Nocera)

 * Updated translations:
	cs: Miloslav Trmac 
	de: Hendrik Brandt 
	en_CA: Adam Weinberger 
	en_GB: David Lodge 
	es: Francisco Javier F. Serrador 
	fr: Raphaël Tournoy 
	hu: Gabor Kelemen 
	ja: Takeshi AIHANA 
	nb: Kjartan Maraas 
	nl: Reinout van Schouwen 
	no: Kjartan Maraas 
	pa: Amanpreet Singh Alam 
	pt_BR: Raphael Higino 
	pt: Duarte Loreto 
	ru: Leonid Kanter 
	sq: Laurent Dhima 
	sv: Christian Rose 
	uk: Maxim Dziumanenko 
	zh_CN: Funda Wang 

gnome-bluetooth 0.5.1
=====================

 * gnome-obex-server: Ask user what to do with received files, displaying
   nice little box with file details.  Also displays proper name of a
   connecting device.

 * libgnomebt: Now includes pkg-config file so libgnomebt can be used by other
   packages.

gnome-bluetooth 0.5.0
=====================

This release provides similar functionality to the 0.4 release, but
with many internal rewrites and cleanups.  New features will come in
the next release, so don't worry!  I'm aware that HIG love is needed
in many places, but as the dialog requirements aren't stable yet, too
much refinement is premature.

 * gnome-obex-send and gnome-obex-server are now based on the new
   OBEX code in libbtctl.  This should lead to an increase in reliability.
   gnome-obex-server now lets you decide whether a device is allowed to
   connect or not.  The download directory can be configured from the
   gconf key /apps/gnome-bluetooth/obex-savedir.

 * gnome-bluetooth-admin has been retired in favour of a new program
   called gnome-bluetooth-manager.  This is implemented in Python, but
   is only at an early stage right now.

 * gnome-vfs support has been removed.  Use gnome-bluetooth-manager to
   view all the devices.

 * OBEX sending support is now available on the Nautilus context menus
   for files.

 * Radical changes in underlying code!

   The Bonobo component has been completely removed, in favour of a
   normal GObject, GnomebtController, to be found in libgnomebt.  This
   embodies all of the functionality from the Bonobo object, but without
   getting CORBA/Bonobo involved.  It ships with Python bindings, too.

   To find out how to use it, check out gnomebt-controller-test.c in src/
   for C, and the applications in the python/ directory for Python.

   Porting your code to this new object should make your programs smaller
   and more reliable.

 * New widgets include GnomebtChooser, GnomebtPermissionDialog, 
   GnomebtSpinner.

-- Edd Dumbill,  Thu Jun 10 15:26:09 BST 2004



gnome-bluetooth 0.4.1
=====================

* Added gnome-obex-send program, which sends files via OBEX push to a
  destination server.

* Added gnome-vfs module, go to bluetooth:/// in nautilus to see which
  remote devices have been discovered.

-- Edd Dumbill 2003-06-07

