summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-12-13 14:12:38 +0100
committerBastien Nocera <hadess@hadess.net>2022-12-13 14:12:38 +0100
commit8ff1cc5f60b4855c9618d3cef75abf9a0b9c66f8 (patch)
tree4e930515b330084bfcf9cadce61302d82cebaa10
parent61aa00ce0f5ae3e4fa4c7bd61cbe7572a389b1f0 (diff)
downloadgnome-bluetooth-8ff1cc5f60b4855c9618d3cef75abf9a0b9c66f8.tar.gz
42.542.5
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0d5b0d48..56e401ac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+ver 42.5:
+This version fixes the pairing dialogue misbehaving for some Bluetooth Classic
+keyboards, with the passkey disappearing after the first digit is typed.
+
ver 42.4:
This version switches the power state API added in version 42.3 to be backed
by the experimental PowerState property in bluetoothd. The API will not show
diff --git a/meson.build b/meson.build
index 02711f63..94e0bf6b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-bluetooth', 'c',
- version: '42.4',
+ version: '42.5',
license: 'GPL2+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.58.0',