summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-03-10 12:16:47 +0100
committerBastien Nocera <hadess@hadess.net>2022-03-10 12:16:47 +0100
commitf6125d5a07a392572b04cdfac67c7e874272907f (patch)
tree512aad7247831e8883d3e977de11411c25d74ea4
parentd4692296a904538362768a84e1d43b371ec0546f (diff)
downloadgnome-bluetooth-f6125d5a07a392572b04cdfac67c7e874272907f.tar.gz
42.rc42.rc
-rw-r--r--NEWS5
-rw-r--r--meson.build2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2467cf3f..5bb4459a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+ver 42.rc:
+This version of gnome-bluetooth fixes a problem that could lead to gnome-shell's
+Bluetooth menu not appearing when it should have. This version also makes the
+Connect switch available for Bluetooth LE MIDI devices.
+
ver 42.beta.2:
This version of gnome-bluetooth contains a number of bug fixes related to
the GTK4 port, including spinners not spinning, device removal confirmation
diff --git a/meson.build b/meson.build
index 34d8adf0..2ec11295 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-bluetooth', 'c',
- version: '42.beta.2',
+ version: '42.rc',
license: 'GPL2+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.58.0',