summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2020-09-30 17:33:17 +0200
committerBastien Nocera <hadess@hadess.net>2020-09-30 18:00:05 +0200
commite0ec2130063df24a0b11294744d6e197022afd2e (patch)
tree7b27ef8347927c83f2cfd941475ebfd9bd8b32e1
parent6ec75b14f17f8d5d1564e10afceb1a432b5417ae (diff)
downloadgnome-bluetooth-wip/hadess/3.34.3.tar.gz
-rw-r--r--NEWS5
-rw-r--r--meson.build2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 167a60e9..8edd2013 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+ver 3.34.3:
+- Fix problem with intermittent connection work-around when
+ using the switch in the device properties
+- Updated translations
+
ver 3.34.2:
- Work-around intermittent connection problems by disabling
discovery when connecting to devices
diff --git a/meson.build b/meson.build
index 016e8bf2..4165f3fa 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-bluetooth', 'c',
- version: '3.34.2',
+ version: '3.34.3',
license: 'GPL2+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.49.0',