aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
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.