diff options
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 35 | ||||
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | debian/changelog | 7 |
4 files changed, 50 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 20d3521..494013a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.13) -project(ayatana-indicator-display VERSION 23.10.5 LANGUAGES C CXX) +project(ayatana-indicator-display VERSION 24.1.0 LANGUAGES C CXX) if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) SET(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "..." FORCE) @@ -1,6 +1,39 @@ +2023-12-26 Mike Gabriel + + * release 24.1.0 (HEAD -> main, tag: 24.1.0) + +2023-12-14 Ratchanan Srirattanamet + + * po: update .pot file (0539978) + * debian/control: remove uneeded dependency (7b5f818) + * Remove ENABLE_LOMIRI_FEATURES CMake flag (b7db65f) + * tests: remove no longer needed parts (fce2bb7) + * Remove USB manager and corresponding tests (32f4db8) + +2023-12-05 Mike Gabriel + + * Merge branch 'tari01-pr/add-accountsservice' (3c0c848) + +2023-12-03 Robert Tari + + * INSTALL.md: Update build dependencies (8fec9b6) + * debian/control: Add libaccountsservice-dev dependency (86d64f3) + * .build.yml: Add accountsservice dependency (405c7fd) + * CMakeLists.txt: Add accountsservice dependency (0638d3d) + * src/service.cpp: Add AccountsService support (92416fe) + +2023-12-04 Robert Tari + + * Whitespace fix (aef2ed6) + +2023-12-03 Robert Tari + + * src/service.cpp: Fix build with ENABLE_COLOR_TEMP off (50448a8) + * data/*: Add AccountsService files (83fad63) + 2023-11-21 Mike Gabriel - * release 23.10.5 (HEAD -> main, tag: 23.10.5) + * release 23.10.5 (72490e5) (tag: 23.10.5) * Merge branch 'tari01-pr/metacity-icon-cursor' (4657aab) 2023-11-21 Robert Tari @@ -1,3 +1,11 @@ +Overview of changes in ayatana-indicator-display 24.1.0 + + - src/service.cpp: Fix build with ENABLE_COLOR_TEMP off. + - Add AccountsService support. + - Remove USB manager and corresponding tests + - Remove ENABLE_LOMIRI_FEATURES CMake flag. + - Update translations. + Overview of changes in ayatana-indicator-display 23.10.5 - src/service.cpp: Also switch metacity, icon and cursor themes when diff --git a/debian/changelog b/debian/changelog index 62d7c2a..0c0029a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-indicator-display (24.1.0-0) unstable; urgency=medium + + * Upstream-provided Debian package for ayatana-indicator-display. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 26 Dec 2023 12:35:25 +0100 + ayatana-indicator-display (23.10.5-0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-indicator-display. |