summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-02-21 11:43:54 +0100
committerBastien Nocera <hadess@hadess.net>2022-02-23 17:19:28 +0100
commitafb4c87ddd8b528612d10499683e468f794db6c8 (patch)
tree877811214b0909dbb4c8bbc9d5e508ff1019127d
parent778d6d3d856fb8a42ee3bbe43eb76c6b142be084 (diff)
downloadgnome-bluetooth-afb4c87ddd8b528612d10499683e468f794db6c8.tar.gz
42.beta.242.beta.2
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f728c948..2467cf3f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+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
+dialog not appearing, pairing dialog not disappearing, and a work-around
+to a UPower reference leak that could lead to a crash in the main libraries,
+as well as fixes for basic functionality in bluetooth-sendto.
+
ver 42.beta:
This version of gnome-bluetooth adds a number of APIs to eventually be used
in Settings and gnome-shell:
diff --git a/meson.build b/meson.build
index b0e237a6..34d8adf0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-bluetooth', 'c',
- version: '42.beta',
+ version: '42.beta.2',
license: 'GPL2+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.58.0',