diff options
author | Bastien Nocera <hadess@hadess.net> | 2020-03-09 11:35:48 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2020-03-09 11:35:48 +0100 |
commit | d745a928b3018782b3ccacfda4a08a0a6a2b8594 (patch) | |
tree | b2ee1f40c267e52ac51d44638dfe819f6d84dc3b | |
parent | 05e104d398e8e62b0d5117b024415fb3ebd4c107 (diff) | |
download | gnome-bluetooth-d745a928b3018782b3ccacfda4a08a0a6a2b8594.tar.gz |
3.34.1GNOMEBT_V_3_34_1
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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', |