aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2024-05-29 10:32:50 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2024-05-29 10:32:51 +0200
commit900fbae23dfa159c4cdb2f74f8b04e9590295066 (patch)
tree43aea556884ced24824f50f3d9a149e4ac6e439f
parent442c2d52f2bc497a7ce6ad83ded6aeaba20708fe (diff)
downloadayatana-indicator-power-24.5.1.tar.gz
ayatana-indicator-power-24.5.1.tar.bz2
ayatana-indicator-power-24.5.1.zip
release 24.5.124.5.1release-builds
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog15
-rw-r--r--NEWS5
-rw-r--r--debian/changelog7
4 files changed, 27 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7f118a9..8dbee83 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@ endif(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
-set(PROJECT_VERSION "24.5.0")
+set(PROJECT_VERSION "24.5.1")
set(PACKAGE ${CMAKE_PROJECT_NAME})
# Options
diff --git a/ChangeLog b/ChangeLog
index 949c1c3..253fb74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,19 @@
+2024-05-29 Mike Gabriel
+
+ * release 24.5.1 (HEAD -> main, tag: 24.5.1)
+
+2024-05-28 Robert Tari
+
+ * Merge branch 'sunweaver-pr/rda-is-not-remote' (442c2d52)
+
+2024-05-27 Mike Gabriel
+
+ * src/service.c: A session is local, if it is not remote. This avoids
+ detecting e.g. chroots as remote sessions. (f57a1661)
+
2024-05-22 Mike Gabriel
- * release 24.5.0 (HEAD -> main, tag: 24.5.0)
+ * release 24.5.0 (dab59821) (tag: 24.5.0)
2024-05-21 Robert Tari
diff --git a/NEWS b/NEWS
index 98707f3..7db4c46 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in ayatana-indicator-power 24.5.1
+
+ - src/service.c: A session is local, if it is not remote. This avoids
+ detecting e.g. chroots as remote sessions.
+
Overview of changes in ayatana-indicator-power 24.5.0
- data/ayatana-indicator-power.service.in: Become part of
diff --git a/debian/changelog b/debian/changelog
index 3b1b508..8ee4c04 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ayatana-indicator-power (24.5.1-0) unstable; urgency=medium
+
+ * Upstream-provided Debian package for ayatana-indicator-power.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 29 May 2024 10:32:08 +0200
+
ayatana-indicator-power (24.5.0-0) unstable; urgency=medium
* Upstream-provided Debian package for ayatana-indicator-power.