diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-02-12 17:53:12 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-02-12 17:53:13 +0100 |
commit | 029dad798c8b07bd2613ba2e8c2988cee22f8389 (patch) | |
tree | 46c7bbd9af6fdf65c9f0454959c0d9213d187908 | |
parent | e06f6b10c00ead20c59b6c41c673a4456bc20370 (diff) | |
download | ayatana-indicator-datetime-24.2.0.tar.gz ayatana-indicator-datetime-24.2.0.tar.bz2 ayatana-indicator-datetime-24.2.0.zip |
release 24.2.024.2.0
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 62 | ||||
-rw-r--r-- | NEWS | 27 | ||||
-rw-r--r-- | debian/changelog | 7 |
5 files changed, 98 insertions, 2 deletions
@@ -83,6 +83,7 @@ larsu <Unknown> leela <52065244+leela52452@users.noreply.github.com> leela <53352@protonmail.com> Lejo <Lejo_1@web.de> +Luigi311 <git@luigi311.com> Lukáš Tinkl <lukas.tinkl@canonical.com> Łukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com> Luke Yelavich <luke.yelavich@canonical.com> @@ -118,6 +119,7 @@ Oğuz Ersen <oguz@ersen.moe> Oğuz Ersen <oguzersen@protonmail.com> Olivier Macchioni <olivier.macchioni@gmail.com> Olivier Tilloy <olivier.tilloy@canonical.com> +OPNA2608 <christoph.neidahl@gmail.com> OrionJK - <idorionjk@gmail.com> Pavel Borecki <pavel.borecki@gmail.com> Phil Clifford <philip.clifford@gmail.com> diff --git a/CMakeLists.txt b/CMakeLists.txt index 8404692..23066ac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.13) -project (ayatana-indicator-datetime VERSION 23.10.1 LANGUAGES C CXX) +project (ayatana-indicator-datetime VERSION 24.2.0 LANGUAGES C CXX) list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake) @@ -1,6 +1,62 @@ +2024-02-12 Mike Gabriel + + * release 24.2.0 (HEAD -> main, tag: 24.2.0) + +2024-02-12 Robert Tari + + * Merge branch 'sunweaver-pr/fix-soundtest' (e06f6b10) + * src/CMakeLists.txt: suppress Wenum-constexpr-conversion in + engine-eds.cpp (ee1824a0) + +2024-02-12 Mike Gabriel + + * tests/: Fix test-sound. Drop parameterized test run for now. Needs + more investigation. (deb2a444) + +2024-02-01 Mike Gabriel + + * Merge branch 'tari01-pr/notification-test-lomiri' (a26eeb15) + +2024-02-01 Robert Tari + + * tests/CMakeLists.txt: Run test-notification only when building with + Lomiri features (d304a6d1) + +2024-02-01 Mike Gabriel + + * Merge branch 'tari01-pr/fix-colour-tests' (6d67f7b4) + +2024-02-01 Robert Tari + + * Fix tests relying on the default EDS appointment colour (d77ad890) + +2024-01-31 Mike Gabriel + + * Revert "release 24.1.0" (0692cc58) + * release 24.1.0 (070fe966) + * Merge branch 'luigi311-fix-tests' (ddabb4a6) + +2024-01-19 Luigi311 + + * Tests: Fix show_alarms tests (54802146) + +2023-12-31 OPNA2608 + + * tests/test-menus: Fix build (dcfaedfd) + +2024-01-31 Mike Gabriel + + * Merge branch 'personal/peat-psuwit/bring-back-lomiri-hints' + (2a2db70b) + +2023-12-21 Ratchanan Srirattanamet + + * src, tests: enable notification code path without Lomiri deps + (30b2de45) + 2023-12-26 Mike Gabriel - * release 23.10.1 (HEAD -> main, tag: 23.10.1) + * release 23.10.1 (d8debd70) (tag: 23.10.1) 2023-12-19 Mike Gabriel @@ -18,6 +74,10 @@ * Also apply show-events to Phone profile (4d984d26) +2023-12-07 Ratchanan Srirattanamet + + * Bring back Lomiri-specific notification hints (6f1c3f7f) + 2023-10-12 Mike Gabriel * release 23.10.0 (2aace153) (tag: 23.10.0) @@ -1,3 +1,30 @@ +Overview of changes in ayatana-indicator-datetime 24.2.0 + + - src, tests: enable notification code path without Lomiri deps. + - tests/test-menus: Fix build. + - Tests: Fix show_alarms tests. + - Fix tests relying on the default EDS appointment colour. + - tests/CMakeLists.txt: Run test-notification only when building with + Lomiri features. + - tests/: Fix test-sound. Drop parameterized test run for now. Needs + more investigation. + - src/CMakeLists.txt: suppress Wenum-constexpr-conversion in + engine-eds.cpp. + +Overview of changes in ayatana-indicator-datetime 24.2.0 + + - src, tests: enable notification code path without Lomiri deps. + - tests/test-menus: Fix build. + - Tests: Fix show_alarms tests. + - Fix tests relying on the default EDS appointment colour. + - tests/CMakeLists.txt: Run test-notification only when building with + Lomiri features. + - tests/: Fix test-sound. Drop parameterized test run for now. Needs + more investigation. + - src/CMakeLists.txt: suppress Wenum-constexpr-conversion in + engine-eds.cpp + - Translation updates. + Overview of changes in ayatana-indicator-datetime 23.10.1 - Also apply show-events to Phone profile. diff --git a/debian/changelog b/debian/changelog index 9930829..9ecfb34 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-indicator-datetime (24.2.0-0) unstable; urgency=medium + + * Upstream-provided Debian package for ayatana-indicator-datetime. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 12 Feb 2024 17:45:46 +0100 + ayatana-indicator-datetime (23.10.1-0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-indicator-datetime. |