summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-03-22 16:35:50 +0100
committerBastien Nocera <hadess@hadess.net>2021-03-22 16:38:46 +0100
commit5751be78276ef6c2c6138b21321c451a23a8a672 (patch)
tree68f346cb8c3bbb4baa007b70d2183394bfdf3b02
parentb652b4588bf0badf6422a13659472d12ba5b53be (diff)
downloadgnome-bluetooth-5751be78276ef6c2c6138b21321c451a23a8a672.tar.gz
3.34.43.34.4
-rw-r--r--NEWS10
-rw-r--r--meson.build2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8edd2013..a138e934 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+ver 3.34.4:
+- Use device alias instead of device name in Settings UI, and
+ don't show devices without a name
+- Avoid new devices jumping around in the Settings list
+- Fix a warning and a hang when opening the Bluetooth Settings
+- Fix a possible hang when switching away from the Bluetooth Settings
+- Make the "Cancel" button work when pairing keyboards
+- Remove joypad quirks in favour of BlueZ autopair ones
+- Remove a number of deprecated calls
+
ver 3.34.3:
- Fix problem with intermittent connection work-around when
using the switch in the device properties
diff --git a/meson.build b/meson.build
index 09ec3cc5..e59e3a35 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-bluetooth', 'c',
- version: '3.34.3',
+ version: '3.34.4',
license: 'GPL2+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.49.0',