summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-07-07 09:52:21 +0200
committerBastien Nocera <hadess@hadess.net>2022-07-07 09:52:21 +0200
commit60b4642163b99a510d96992376c439980e9779a8 (patch)
tree7ffc5609ca4afa1652db59c75579e3e8a80f87ae
parent27dd49e7b0a26cb3277e3b12edb3dc94a129bb22 (diff)
downloadgnome-bluetooth-60b4642163b99a510d96992376c439980e9779a8.tar.gz
42.242.2
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3a84d3c3..7abe4ae7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+ver 42.2:
+This version fixes duplicate devices appearing when bluetoothd restarts, as well
+as the discovery not being updated correctly in that same situation.
+
ver 42.1:
This version fixes the display of devices with '&' in their names, and contains
updated translations.
diff --git a/meson.build b/meson.build
index 8946abc7..4833302a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-bluetooth', 'c',
- version: '42.1',
+ version: '42.2',
license: 'GPL2+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.58.0',