From 10c7e8ba92368b37fc1c0f0826b5d53bb23105a9 Mon Sep 17 00:00:00 2001 From: Christopher Schramm Date: Thu, 25 Jul 2024 13:52:22 +0200 Subject: [PATCH] Prepare 2.4.3 --- CHANGELOG.md | 11 +++++++++++ configure.ac | 2 +- meson.build | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b390cdd4..a7fe1c4fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 2.4.3 + +### Bugs fixed + +* Issues with specific device names +* Deadlock between applet and manager when double-clicking the tray icon + +### Changes + +* Translation updates + ## 2.4.2 ### New features diff --git a/configure.ac b/configure.ac index f329309df..2ef518b15 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.61) -AC_INIT([blueman], [2.4.2], [https://github.com/blueman-project/blueman/issues]) +AC_INIT([blueman], [2.4.3], [https://github.com/blueman-project/blueman/issues]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_MACRO_DIRS([m4]) AM_INIT_AUTOMAKE([1.16.3 foreign dist-xz]) diff --git a/meson.build b/meson.build index e9cf306fe..40275ec55 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'blueman', 'c', - version: '2.4.2', + version: '2.4.3', license: 'GPL3', meson_version: '>=0.56.0', default_options: 'b_lundef=false'