From 070fe966217064d7e7268dde7b862c085dfe1e6a Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 31 Jan 2024 19:16:30 +0100 Subject: release 24.1.0 --- AUTHORS | 2 ++ CMakeLists.txt | 2 +- ChangeLog | 29 ++++++++++++++++++++++++++++- NEWS | 7 +++++++ 4 files changed, 38 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index a4e294e..1043c11 100644 --- a/AUTHORS +++ b/AUTHORS @@ -83,6 +83,7 @@ larsu leela <52065244+leela52452@users.noreply.github.com> leela <53352@protonmail.com> Lejo +Luigi311 Lukáš Tinkl Łukasz 'sil2100' Zemczak Luke Yelavich @@ -118,6 +119,7 @@ Oğuz Ersen Oğuz Ersen Olivier Macchioni Olivier Tilloy +OPNA2608 OrionJK - Pavel Borecki Phil Clifford diff --git a/CMakeLists.txt b/CMakeLists.txt index 8404692..45a66d4 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.1.0 LANGUAGES C CXX) list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake) diff --git a/ChangeLog b/ChangeLog index 9422213..cbdcc40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,29 @@ +2024-01-31 Mike Gabriel + + * release 24.1.0 (HEAD -> main, tag: 24.1.0) + * 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 +41,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) diff --git a/NEWS b/NEWS index 00a897a..05b2020 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Overview of changes in ayatana-indicator-datetime 24.1.0 + + - Bring back Lomiri-specific notification hints. + - src, tests: enable notification code path without Lomiri deps. + - tests/test-menus: Fix build. + - Tests: Fix show_alarms tests. + Overview of changes in ayatana-indicator-datetime 23.10.1 - Also apply show-events to Phone profile. -- cgit v1.2.3