From fb208451a0ee301d3a8708f5f516a3f6433e164d Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 8 Apr 2024 13:37:53 +0200 Subject: release 24.4.0 --- AUTHORS | 2 ++ CMakeLists.txt | 2 +- ChangeLog | 28 +++++++++++++++++++++++++++- NEWS | 6 ++++++ debian/changelog | 7 +++++++ 5 files changed, 43 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 052336b..e498575 100644 --- a/AUTHORS +++ b/AUTHORS @@ -22,6 +22,7 @@ Emiliano Gabriele Eric gallegonovato Gediminas Murauskas +Guido Berhoerster Heimen Stoffels Heimen Stoffels Henrique Combochi @@ -69,6 +70,7 @@ Serhii Horichenko Simon Picot spnux ssantos +Steve Syahmin Sukhairi Sylke Vicious Ted Gould diff --git a/CMakeLists.txt b/CMakeLists.txt index 811a72c..c80a7e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.13) -project(ayatana-indicator-display VERSION 24.1.1 LANGUAGES C CXX) +project(ayatana-indicator-display VERSION 24.4.0 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 e6b28e8..5ead7a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,32 @@ +2024-04-08 Mike Gabriel + + * release 24.4.0 (HEAD -> main, tag: 24.4.0) + * Merge branch 'tari01-pr/slider-step' (3ec03467) + +2024-04-05 Robert Tari + + * src/service.cpp: Fix slider step and precision (60760e48) + +2024-03-22 Steve + + * Translated using Weblate (French) (7b200131) + +2024-03-14 이정희 + + * Translated using Weblate (Korean) (e235cda0) + +2024-03-04 Mike Gabriel + + * Merge branch 'gber-personal/gber/fix-uninitialized-mem' (7eae679a) + +2024-03-04 Guido Berhoerster + + * Fix access of unitialized variables in DisplayIndicator destructor + (21967eef) + 2024-02-24 Mike Gabriel - * release 24.1.1 (HEAD -> main, tag: 24.1.1) + * release 24.1.1 (1e797106) (tag: 24.1.1) * Merge branch 'tari01-pr/add-pkla' (2d236192) 2024-02-23 Robert Tari diff --git a/NEWS b/NEWS index 453c5f6..23fa834 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Overview of changes in ayatana-indicator-display 24.4.0 + + - Fix access of unitialized variables in DisplayIndicator destructor. + - src/service.cpp: Fix slider step and precision + - Translation updates. + Overview of changes in ayatana-indicator-display 24.1.1 - Add data/50-org.ayatana.indicator.display.AccountsService.pkla to diff --git a/debian/changelog b/debian/changelog index 52489a0..c485017 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-indicator-display (24.4.0-0) unstable; urgency=medium + + * Upstream-provided Debian package for ayatana-indicator-display. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel Mon, 08 Apr 2024 13:37:04 +0200 + ayatana-indicator-display (24.1.1-0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-indicator-display. -- cgit v1.2.3