aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-11-21 22:09:40 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-11-21 22:09:40 +0100
commit72490e5c84136662476e1792089b23613c09b7b6 (patch)
treeb292f8b2f2e9f49fa28c2a7ea4d4f358080f9d53
parent4657aab51d3242e383f9aa3b3dca04953f122c63 (diff)
downloadayatana-indicator-display-72490e5c84136662476e1792089b23613c09b7b6.tar.gz
ayatana-indicator-display-72490e5c84136662476e1792089b23613c09b7b6.tar.bz2
ayatana-indicator-display-72490e5c84136662476e1792089b23613c09b7b6.zip
release 23.10.523.10.5
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog12
-rw-r--r--NEWS5
-rw-r--r--debian/changelog7
4 files changed, 24 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c870dcf..7010e20 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.13)
-project(ayatana-indicator-display VERSION 23.10.4 LANGUAGES C CXX)
+project(ayatana-indicator-display VERSION 23.10.5 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 b7ab0e1..e8456ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,16 @@
+2023-11-21 Mike Gabriel
+
+ * release 23.10.5 (HEAD -> main, tag: 23.10.5)
+ * Merge branch 'tari01-pr/metacity-icon-cursor' (4657aab)
+
+2023-11-21 Robert Tari
+
+ * src/service.cpp: Also switch metacity, icon and cursor themes when
+ changing theme (08ede85)
+
2023-11-20 Mike Gabriel
- * release 23.10.4 (HEAD -> main, tag: 23.10.4)
+ * release 23.10.4 (7ef3aaf) (tag: 23.10.4)
* Merge branch 'tari01-pr/greeter-mode' (566c9d8)
2023-11-20 Robert Tari
diff --git a/NEWS b/NEWS
index 311c3f9..02f5553 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in ayatana-indicator-display 23.10.5
+
+ - src/service.cpp: Also switch metacity, icon and cursor themes when
+ changing theme
+
Overview of changes in ayatana-indicator-display 23.10.4
- data/org.ayatana.indicator.display: Add desktop greeter section.
diff --git a/debian/changelog b/debian/changelog
index 2ea50e3..62d7c2a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ayatana-indicator-display (23.10.5-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, 21 Nov 2023 22:09:07 +0100
+
ayatana-indicator-display (23.10.4-0) unstable; urgency=medium
* Upstream-provided Debian package for ayatana-indicator-display.