From 4d95bad3cdd4da47d47124a15bbad2a241fc6b59 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 17 May 2024 18:52:09 +0200 Subject: release 24.4.1 --- AUTHORS | 2 ++ CMakeLists.txt | 2 +- ChangeLog | 36 +++++++++++++++++++++++++++++++++++- NEWS | 9 +++++++++ debian/changelog | 7 +++++++ 5 files changed, 54 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index e498575..f3d30fd 100644 --- a/AUTHORS +++ b/AUTHORS @@ -27,6 +27,7 @@ Heimen Stoffels Heimen Stoffels Henrique Combochi Hosted Weblate +ID J iNetRoos Ivo Xavier Jami Kettunen @@ -89,3 +90,4 @@ Zeeshan Khan Володимир Бриняк Марс Ямбар Мира Странная +复予 diff --git a/CMakeLists.txt b/CMakeLists.txt index c80a7e3..0b306c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.13) -project(ayatana-indicator-display VERSION 24.4.0 LANGUAGES C CXX) +project(ayatana-indicator-display VERSION 24.4.1 LANGUAGES C CXX) if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) SET(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "..." FORCE) diff --git a/ChangeLog b/ChangeLog index 5ead7a1..c626e38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,40 @@ +2024-05-17 Mike Gabriel + + * release 24.4.1 (HEAD -> main, tag: 24.4.1) + +2024-05-17 Robert Tari + + * Merge branch 'sunweaver-pr/cppcheck-2.14' (4b25c3a1) + +2024-05-04 Mike Gabriel + + * cppcheck: Run with --check-level=exhaustive. (bfb74193) + * cppcheck: Replace C-style casts by C++-style static_cast<> casts. + (9b3eb0bc) + * cppcheck: Suppress constParameterCallback. (8c4b2d9c) + * cppcheck: Fix missingOverride complaints. (f1dde7a9) + +2024-05-15 Robert Tari + + * Merge branch + 'sunweaver-pr/xsct-brightness-slider-blackscreen-with-de-locale' + (9a605aa2) + +2024-05-14 Mike Gabriel + + * src/main.cpp: Initialize LC_NUMERIC with 'POSIX'. (89ca869f) + +2024-04-18 复予 + + * Translated using Weblate (Chinese (Simplified)) (cd7ad7e2) + +2024-04-13 ID J + + * Translated using Weblate (Korean) (79894112) + 2024-04-08 Mike Gabriel - * release 24.4.0 (HEAD -> main, tag: 24.4.0) + * release 24.4.0 (fb208451) (tag: 24.4.0) * Merge branch 'tari01-pr/slider-step' (3ec03467) 2024-04-05 Robert Tari diff --git a/NEWS b/NEWS index 23fa834..51a4344 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Overview of changes in ayatana-indicator-display 24.4.1 + + - src/main.cpp: Initialize LC_NUMERIC with 'POSIX'. + - cppcheck: Fix missingOverride complaints. + - cppcheck: Suppress constParameterCallback. + - cppcheck: Replace C-style casts by C++-style static_cast<> casts. + - cppcheck: Run with --check-level=exhaustive. + - Translation updates. + Overview of changes in ayatana-indicator-display 24.4.0 - Fix access of unitialized variables in DisplayIndicator destructor. diff --git a/debian/changelog b/debian/changelog index c485017..81c323c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-indicator-display (24.4.1-0) unstable; urgency=medium + + * Upstream-provided Debian package for ayatana-indicator-display. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel Fri, 17 May 2024 18:51:07 +0200 + ayatana-indicator-display (24.4.0-0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-indicator-display. -- cgit v1.2.3