diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-11-10 13:32:47 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-11-10 13:32:47 +0100 |
commit | b153ce4da15f9ff3dc7f1bd5bd798a402d444f4b (patch) | |
tree | cd6422caa1faeceafa0a0b027685b18956373a0e | |
parent | 048b9456f46b8b9bad71014e0b3fba307027fbd4 (diff) | |
download | ayatana-indicator-sound-b153ce4da15f9ff3dc7f1bd5bd798a402d444f4b.tar.gz ayatana-indicator-sound-b153ce4da15f9ff3dc7f1bd5bd798a402d444f4b.tar.bz2 ayatana-indicator-sound-b153ce4da15f9ff3dc7f1bd5bd798a402d444f4b.zip |
release 23.10.223.10.2
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 19 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | debian/changelog | 7 |
4 files changed, 30 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e3e158..b27ed2a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.13) -project (ayatana-indicator-sound VERSION 23.10.1 LANGUAGES C CXX) +project (ayatana-indicator-sound VERSION 23.10.2 LANGUAGES C CXX) if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) SET(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "..." FORCE) @@ -1,6 +1,23 @@ +2023-11-10 Mike Gabriel + + * release 23.10.2 (HEAD -> main, tag: 23.10.2) + * Merge branch 'tari01-pr/fix-accountsservice' (048b945) + +2023-11-08 Robert Tari + + * Fix AccountsService integration (bd14f03) + * data/org.ayatana.indicator.sound.AccountsService.xml: Add Volume + and Muted properties (c4825f9) + +2023-11-10 Robert Tari + + * src/accounts-service-sound-settings.vala: Whitespace fix (ef9ca48) + * src/accounts-service-access.vala: Refactor code for easier + debugging (45b41bc) + 2023-11-06 Mike Gabriel - * release 23.10.1 (HEAD -> main, tag: 23.10.1) + * release 23.10.1 (76499b4) (tag: 23.10.1) 2023-11-04 Mike Gabriel @@ -1,3 +1,7 @@ +Overview of changes in ayatana-indicator-sound 23.10.2 + + - Fix AccountsService integration. + Overview of changes in ayatana-indicator-sound 23.10.1 - src/info-notification.vala: Display percentage in the greeter when diff --git a/debian/changelog b/debian/changelog index f5dbdcd..e966f0a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-indicator-sound (23.10.2-0) unstable; urgency=medium + + * Upstream-provided Debian package for ayatana-indicator-sound. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 10 Nov 2023 13:32:00 +0100 + ayatana-indicator-sound (23.10.1-0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-indicator-sound. |