summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-02-08 12:05:06 +0100
committerBastien Nocera <hadess@hadess.net>2022-02-08 12:28:50 +0100
commit1fe741e71cd6ac6f70f2e40a7a00f4c4a0e85f15 (patch)
tree0ab331848e37faf3ae4ddb5451fdf42394ba5e98
parent261b15fc1c152100aa953d55536bcde12b6fce72 (diff)
downloadgnome-bluetooth-42.beta.tar.gz
42.beta42.beta
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e914e5f1..f728c948 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+ver 42.beta:
+This version of gnome-bluetooth adds a number of APIs to eventually be used
+in Settings and gnome-shell:
+ - Export battery information for Bluetooth devices which support it
+ - Check whether any input devices are connected, so as to be able to show
+ a confirmation dialogue when switching off Bluetooth
+ - Check whether a device can be connected to
+
ver 42.alpha.2:
This version of gnome-bluetooth splits the libraries into UI and non-UI
versions. The UI library is only exposed as a native library for the benefit
diff --git a/meson.build b/meson.build
index a557990f..192c1223 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-bluetooth', 'c',
- version: '42.alpha.2',
+ version: '42.beta',
license: 'GPL2+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.58.0',