summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-09-02 12:50:24 +0200
committerBastien Nocera <hadess@hadess.net>2022-09-05 19:09:39 +0200
commit86a9de48ebb5ff8c48f739bcef97ccdb8c9266b2 (patch)
tree2c23d1b56964560d9e900ab8b3c9eba68a301c3c
parent90ef3e5ff06ef271e874c13ce3449e4e6865677f (diff)
downloadgnome-bluetooth-86a9de48ebb5ff8c48f739bcef97ccdb8c9266b2.tar.gz
42.442.4
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9e6f862d..0d5b0d48 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+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
+transitional states if the version of bluetoothd is too old.
+
+The battery API now exports the battery information for all Bluetooth devices
+listed in UPower, not just the ones re-exported from bluetoothd.
+
ver 42.3:
This version adds a new API for more precise adapter power state, and fixes
a number of small UI problems in bluetooth-sendto.
diff --git a/meson.build b/meson.build
index 3fc26903..02711f63 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-bluetooth', 'c',
- version: '42.3',
+ version: '42.4',
license: 'GPL2+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.58.0',