summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-02-06 18:09:33 +0100
committerBastien Nocera <hadess@hadess.net>2019-02-06 18:09:33 +0100
commit3a67c7133169a738bce2b1cd05a56f63e3de72a3 (patch)
treec38ac6b6d2367707d979d652fba1cfc30cdf2fb0
parentd16756daed5bf532ce2389e03e837c04810d0c3b (diff)
downloadgnome-bluetooth-3a67c7133169a738bce2b1cd05a56f63e3de72a3.tar.gz
3.29.1
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2398a9fe..23f592a6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+ver 3.29.1:
+- Accessibility fixes and support for narrow displays in
+ the Settings panel widget
+- Add support for another "Microsoft Sculpt Comfort Mouse"
+- Build improvements
+
ver 3.28.2:
- Use feature of BlueZ 5.51 to avoid Bluetooth adapters being left
Discoverable if the Settings panel exits suddenly
diff --git a/meson.build b/meson.build
index ed6dc268..d53ab271 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-bluetooth', 'c',
- version: '3.28.2',
+ version: '3.29.1',
license: 'GPL2+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.49.0',