From 2aace1535ca5dd971b2ac7b796b8eaa03c11bd96 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 12 Oct 2023 23:33:20 +0200 Subject: release 23.10.0 --- AUTHORS | 4 +++ CMakeLists.txt | 2 +- ChangeLog | 96 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- NEWS | 20 ++++++++++++ debian/changelog | 7 +++++ 5 files changed, 127 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 4facebc..dc17748 100644 --- a/AUTHORS +++ b/AUTHORS @@ -37,6 +37,7 @@ Eduardo Addad de Oliveira ElectrifiedSpeed Elizabeth Sherrock EminUZUN +Eryk Michalak Espen Wiborg Eugen Wesseloh Evgeni Golov @@ -142,8 +143,10 @@ Sergey Shnatsel Davidoff Sergii Horichenko Simon Quigley sock-et +spnux ssantos Swann Martinet +Sylke Vicious taoky Ted Gould THANOS SIOURDAKIS @@ -151,6 +154,7 @@ thebylito Tiago Silva Miguel Timo Jyrinki Tobias p +Tomáš Marný Tommy Cheng Uddin Mtm Veselin Georgiev diff --git a/CMakeLists.txt b/CMakeLists.txt index 351810f..bcb0972 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.13) -project (ayatana-indicator-datetime VERSION 23.6.0 LANGUAGES C CXX) +project (ayatana-indicator-datetime VERSION 23.10.0 LANGUAGES C CXX) list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake) diff --git a/ChangeLog b/ChangeLog index cd26b7f..09c0c75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,96 @@ +2023-10-12 Mike Gabriel + + * release 23.10.0 (HEAD -> main, tag: 23.10.0) + * po/: Update translation files. (3e66ea9a) + +2023-10-10 Mike Gabriel + + * update-pot.sh: Adjust to rename .gschema.xml file. (f934dbf4) + +2023-10-09 Tomáš Marný + + * Translated using Weblate (Czech) (dfc4f56a) + +2023-09-09 Mike Gabriel + + * Merge branch 'tari01-pr/fix-tests' (246c706c) + +2023-07-10 Robert Tari + + * CMakeLists.txt: Minor CMake warning fix (7113c51b) + * Enable all tests (069175a5) + * Fix failing tests (bae39a93) + +2023-09-09 Mike Gabriel + + * Merge branch 'tari01-pr/fix-schema-translation' (18e9350d) + +2023-09-07 Robert Tari + + * Fix gschema file translation (1536c23e) + +2023-09-09 Mike Gabriel + + * Merge branch 'tari01-pr/notification-cleanup' (0d2c8f74) + +2023-09-09 Robert Tari + + * Remove osd-notify remnants and use native notification timeout + (0a88a8d7) + +2023-07-30 Eryk Michalak + + * Translated using Weblate (Polish) (36d648b2) + +2023-07-10 Robert Tari + + * Merge branch + 'ubports-personal/peat-psuwit/for-upstream_eds-ics-test-returncode' + (e5be480f) + +2023-07-01 spnux + + * Translated using Weblate (French) (4044d282) + +2023-06-27 Sylke Vicious + + * Translated using Weblate (Italian) (b5d43ad2) + +2023-06-22 Joan CiberSheep + + * Translated using Weblate (Catalan) (765578e9) + +2023-06-22 Wellington Terumi Uemura + + * Translated using Weblate (Portuguese (Brazil)) (6ecb125a) + 2023-06-09 Mike Gabriel - * release 23.6.0 (HEAD -> main, tag: 23.6.0) + * release 23.6.0 (c91b376f) + +2023-06-06 Ratchanan Srirattanamet + + * engine-eds: fix retrieving custom alarm sound path (bfc2e365) + +2023-07-01 spnux + + * Translated using Weblate (French) (3cd3991f) + +2023-06-27 Sylke Vicious + + * Translated using Weblate (Italian) (48f44dcb) + +2023-06-22 Joan CiberSheep + + * Translated using Weblate (Catalan) (6c3898cb) + +2023-06-22 Wellington Terumi Uemura + + * Translated using Weblate (Portuguese (Brazil)) (c13bf380) + +2023-06-09 Mike Gabriel + + * release 23.6.0 (5f8a86ad) (tag: 23.6.0) 2023-06-08 Robert Tari @@ -8,6 +98,10 @@ 'ubports-personal/peat-psuwit/for-upstream_alarm-sound' (ed6a9a21) +2023-06-07 Ratchanan Srirattanamet + + * tests/run-eds-ics-test: don't eat away test's result (3e65062b) + 2023-06-06 Ratchanan Srirattanamet * engine-eds: fix retrieving custom alarm sound path (e089a84b) 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. diff --git a/debian/changelog b/debian/changelog index a974aff..ccd593e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-indicator-datetime (23.10.0-0) unstable; urgency=medium + + * Upstream-provided Debian package for ayatana-indicator-datetime. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel Thu, 12 Oct 2023 23:28:45 +0200 + ayatana-indicator-datetime (23.6.0-0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-indicator-datetime. -- cgit v1.2.3