gnome-bluetooth r585 - trunk



Author: hadess
Date: Wed Apr  8 16:58:04 2009
New Revision: 585
URL: http://svn.gnome.org/viewvc/gnome-bluetooth?rev=585&view=rev

Log:
2.27.2


Modified:
   trunk/NEWS
   trunk/configure.ac

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Wed Apr  8 16:58:04 2009
@@ -1,3 +1,41 @@
+ver 2.27.2:
+General:
+	- Use our own "paired" icon, to avoid confusion in some themes
+	- Remove "Trust" from the UI, it's an implementation detail
+	- Group input and audio device-types under the same heading
+	in the chooser
+
+Applet:
+	- Use new "disabled" icons
+	- Add a status label for the killswitch menu item
+	- Add the ability to connect/disconnect from devices
+	directly from the applet's menu
+
+Properties:
+	- Only show the default adapter, and simplify the UI
+	- Show a way to turn off the killswitch when there's
+	no Bluetooth adapters in the machine
+
+Wizard:
+	- Don't show "Enter passkey" when we know the passkey
+	of the device already
+	- Remove special-casing of mice, and PS3 BD remote from
+	the code and into the database
+	- Move passkey options button back into the content area,
+	from the action area
+	- Simplify passkey options dialogue
+	- Connect to input and audio devices when setup finishes
+	- Mark all the newly paired devices as trusted
+	- Fix the wizard not allowing to get past the search page
+	when the device selected didn't have a name at first
+	- Port quirks database to XML
+	- Add quirk for the Bluemax Bluetooth GPS Receiver GPS-009
+	- Add quirk for the Nintendo Wiimote
+	- Add quirk for iBT-GPS, and another GPS
+
+Sendto:
+	- Fix obex-data-server support
+
 ver 2.27.1:
 	- Fix the translations clashing with the old gnome-bluetooth
 

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Wed Apr  8 16:58:04 2009
@@ -2,7 +2,7 @@
 
 m4_define(gnomebt_version_major, 2)
 m4_define(gnomebt_version_minor, 27)
-m4_define(gnomebt_version_micro, 1)
+m4_define(gnomebt_version_micro, 2)
 
 AC_INIT([gnome-bluetooth],
         [gnomebt_version_major.gnomebt_version_minor.gnomebt_version_micro],
@@ -20,7 +20,7 @@
 # - If binary compatibility has been broken (eg removed or changed interfaces)
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
-GNOMEBT_LT_VERSION=2:0:0
+GNOMEBT_LT_VERSION=3:0:1
 AC_SUBST(GNOMEBT_LT_VERSION)
 
 AM_MAINTAINER_MODE



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]