diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-12-26 13:19:57 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-12-26 13:19:57 +0100 |
commit | aefb2cdfdab7ac9cbbff62b6cb60a7aa976299eb (patch) | |
tree | 5b63bb7c9b6b464564418a630d9951c9c812f778 | |
parent | f855f715f2d4eed3ea51fdc6920668b82b9b5643 (diff) | |
download | ayatana-indicator-session-aefb2cdfdab7ac9cbbff62b6cb60a7aa976299eb.tar.gz ayatana-indicator-session-aefb2cdfdab7ac9cbbff62b6cb60a7aa976299eb.tar.bz2 ayatana-indicator-session-aefb2cdfdab7ac9cbbff62b6cb60a7aa976299eb.zip |
release 23.10.323.10.3
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 14 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | debian/changelog | 7 |
4 files changed, 25 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0899fd0..d19f189 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.13) -project (ayatana-indicator-session VERSION 23.10.2 LANGUAGES C CXX) +project (ayatana-indicator-session VERSION 23.10.3 LANGUAGES C CXX) if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) SET(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "..." FORCE) @@ -1,6 +1,18 @@ +2023-12-26 Mike Gabriel + + * release 23.10.3 (HEAD -> main, tag: 23.10.3) + +2023-11-29 bittin1ddc447d824349b2 + + * Translated using Weblate (Swedish) (f855f715) + +2023-11-18 Quentin PAGÈS + + * Translated using Weblate (Occitan) (9b5f130c) + 2023-11-19 Mike Gabriel - * release 23.10.2 (HEAD -> main, tag: 23.10.2) + * release 23.10.2 (46b45685) (tag: 23.10.2) 2023-11-19 Robert Tari @@ -1,3 +1,7 @@ +Overview of changes in ayatana-indicator-session 23.10.3 + + - Translation updates. + Overview of changes in ayatana-indicator-session 23.10.2 - src/service.c: Initialize bLocal as true if building without RDA diff --git a/debian/changelog b/debian/changelog index fa81103..8f2c740 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-indicator-session (23.10.3-0) unstable; urgency=medium + + * Upstream-provided Debian package for ayatana-indicator-session. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 26 Dec 2023 13:19:08 +0100 + ayatana-indicator-session (23.10.2-0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-indicator-session. |