diff options
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 36 | ||||
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | debian/changelog | 7 |
5 files changed, 54 insertions, 2 deletions
@@ -27,6 +27,7 @@ Heimen Stoffels <vistausss@fastmail.com> Heimen Stoffels <vistausss@outlook.com> Henrique Combochi <henrique.combochi@gmail.com> Hosted Weblate <hosted@weblate.org> +ID J <tabby4442@gmail.com> iNetRoos <inetroos@gmail.com> Ivo Xavier <ivofernandes12@gmail.com> Jami Kettunen <jami.kettunen@protonmail.com> @@ -89,3 +90,4 @@ Zeeshan Khan <zkhan1093@gmail.com> Володимир Бриняк <bardvv@gmail.com> Марс Ямбар <mjambarmeta@gmail.com> Мира Странная <miraityan2004@gmail.com> +复予 <clonewith@qq.com> 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) @@ -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 @@ -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 <mike.gabriel@das-netzwerkteam.de> 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. |