From 9e22eefde01772e67b91c877130c158d5c4912f0 Mon Sep 17 00:00:00 2001 From: Christopher Schramm Date: Fri, 10 May 2024 12:55:06 +0200 Subject: [PATCH] Prepare 2.4.2 --- CHANGELOG.md | 18 ++++++++++++++++++ configure.ac | 2 +- meson.build | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1482e549f..9b390cdd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 2.4.2 + +### New features + +* An option to toggle the manager window with the tray icon (the 2.3 behavior useful when there are no window decorations for closing it) + +### Changes + +* Only a single battery notification +* Renamed recent connections header in applet menu +* Translation updates + +### Bugs fixed + +* Broken audio profile applet menu items +* Missing manager window title +* Teardown of DBus mock server in tests + ## 2.4.1 ### Changes diff --git a/configure.ac b/configure.ac index 2b706c222..d26076084 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.61) -AC_INIT([blueman], [2.4.1], [https://github.com/blueman-project/blueman/issues]) +AC_INIT([blueman], [2.4.2], [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 8717ce636..e9cf306fe 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'blueman', 'c', - version: '2.4.1', + version: '2.4.2', license: 'GPL3', meson_version: '>=0.56.0', default_options: 'b_lundef=false'