[gnome-bluetooth] 3.32.1



commit 419537252c5c56a537acf0cd32b81567f7246eeb
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Mar 26 16:51:17 2019 +0100

    3.32.1

 NEWS        | 8 ++++++++
 meson.build | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index f1c604ca..4349de8d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+ver 3.32.1:
+- Fix setup of devices that don't need pairing
+- Always try to pair pointer devices
+- Delegate audio devices quirks to bluez, which means that more
+  PIN codes can be tried without user intervention
+- Disable discovery when switching settings
+- Fix possible warnings when switching settings
+
 ver 3.32.0:
 - Add quirk for Evoluent VerticalMouse 4
 
diff --git a/meson.build b/meson.build
index f50f1b46..adc94d16 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'gnome-bluetooth', 'c',
-  version: '3.32.0',
+  version: '3.32.1',
   license: 'GPL2+',
   default_options: 'buildtype=debugoptimized',
   meson_version: '>= 0.49.0',
@@ -37,7 +37,7 @@ enable_gir = get_option('introspection')
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
 current = 13
-revision = 1
+revision = 2
 age = 0
 
 libversion = '@0@.@1@.@2@'.format(current, age, revision)


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