aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-12-26 12:37:10 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-12-26 12:37:10 +0100
commit0acb2e839c505a4dbd7b9517c0a219a2fe3ac3d1 (patch)
tree814f4fa1c2c6c5eb2ef1e231d34be26311f385d1
parent0539978b85a1bb187a19ab4504e6293478df2f63 (diff)
downloadayatana-indicator-display-0acb2e839c505a4dbd7b9517c0a219a2fe3ac3d1.tar.gz
ayatana-indicator-display-0acb2e839c505a4dbd7b9517c0a219a2fe3ac3d1.tar.bz2
ayatana-indicator-display-0acb2e839c505a4dbd7b9517c0a219a2fe3ac3d1.zip
release 24.1.024.1.0
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog35
-rw-r--r--NEWS8
-rw-r--r--debian/changelog7
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)
diff --git a/ChangeLog b/ChangeLog
index e8456ee..64dfd55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/NEWS b/NEWS
index 02f5553..89d60ae 100644
--- a/NEWS
+++ b/NEWS
@@ -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.