summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2020-03-09 11:35:48 +0100
committerBastien Nocera <hadess@hadess.net>2020-03-09 11:35:48 +0100
commitd745a928b3018782b3ccacfda4a08a0a6a2b8594 (patch)
treeb2ee1f40c267e52ac51d44638dfe819f6d84dc3b
parent05e104d398e8e62b0d5117b024415fb3ebd4c107 (diff)
downloadgnome-bluetooth-d745a928b3018782b3ccacfda4a08a0a6a2b8594.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 66a75ea1..92b14c03 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+ver 3.34.1:
+- Prefer “Alias” adapter name to “Name”
+- Fix some memory leaks
+- Updated translations
+
ver 3.34.0:
- Fix possible use-after-free when using some gnome-shell extensions
- Updated translations
diff --git a/meson.build b/meson.build
index 2475b917..02f11fbf 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-bluetooth', 'c',
- version: '3.34.0',
+ version: '3.34.1',
license: 'GPL2+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.49.0',