diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-05-29 10:32:50 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-05-29 10:32:51 +0200 |
commit | 900fbae23dfa159c4cdb2f74f8b04e9590295066 (patch) | |
tree | 43aea556884ced24824f50f3d9a149e4ac6e439f | |
parent | 442c2d52f2bc497a7ce6ad83ded6aeaba20708fe (diff) | |
download | ayatana-indicator-power-release-builds.tar.gz ayatana-indicator-power-release-builds.tar.bz2 ayatana-indicator-power-release-builds.zip |
release 24.5.124.5.1release-builds
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | debian/changelog | 7 |
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 @@ -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 @@ -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. |