summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@src.gnome.org>2009-04-08 16:58:04 +0000
committerBastien Nocera <hadess@src.gnome.org>2009-04-08 16:58:04 +0000
commitcd8e3d5c948b19812ace4d509aef229fe8d40575 (patch)
treec3e5f35b882bd71b0139576c8722b7b1961a4121
parent9f0f16dc4f3e4433671d8cf7bf376ad21212fb4e (diff)
downloadgnome-bluetooth-cd8e3d5c948b19812ace4d509aef229fe8d40575.tar.gz
svn path=/trunk/; revision=585
-rw-r--r--NEWS38
-rw-r--r--configure.ac4
2 files changed, 40 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 32f6205a..05ff3fbd 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/configure.ac b/configure.ac
index 438f033d..db913fa8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.52)
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 @@ AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip check-news])
# - 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