aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-10-12 23:33:20 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-10-12 23:33:20 +0200
commit2aace1535ca5dd971b2ac7b796b8eaa03c11bd96 (patch)
treee224d335683ca3022dffa1db12f1b1fffc962b5a /NEWS
parent3e66ea9a4f90c0bd0034d1cf396dade73636acbc (diff)
downloadayatana-indicator-datetime-2aace1535ca5dd971b2ac7b796b8eaa03c11bd96.tar.gz
ayatana-indicator-datetime-2aace1535ca5dd971b2ac7b796b8eaa03c11bd96.tar.bz2
ayatana-indicator-datetime-2aace1535ca5dd971b2ac7b796b8eaa03c11bd96.zip
release 23.10.023.10.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 55f8296..f14eaf5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Overview of changes in ayatana-indicator-datetime 23.10.0
+
+ - tests/run-eds-ics-test: don't eat away test's result.
+ - Remove osd-notify remnants and use native notification timeout.
+ - Fix gschema file translation.
+ - Fix failing tests.
+ - Enable all tests.
+ - CMakeLists.txt: Minor CMake warning fix.
+ - update-pot.sh: Adjust to rename .gschema.xml file.
+ - Update translations.
+
+Overview of changes in ayatana-indicator-datetime 23.6.0
+
+ - engine-eds: fix retrieving custom alarm sound path
+ ECal 2.0 returns the list of attachments as a GSList (a singly linked
+ list). I'm not sure why, but the logic for iterating the list is
+ completely incorrect. Fixing that fixes custom alarm sound.
+ A test is added to catch this case.
+ - Translation updates.
+
Overview of changes in ayatana-indicator-datetime 22.9.1
- engine-eds: fix retrieving custom alarm sound path.