From b153ce4da15f9ff3dc7f1bd5bd798a402d444f4b Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 10 Nov 2023 13:32:47 +0100 Subject: release 23.10.2 --- CMakeLists.txt | 2 +- ChangeLog | 19 ++++++++++++++++++- NEWS | 4 ++++ 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) diff --git a/ChangeLog b/ChangeLog index 98509bc..4797936 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/NEWS b/NEWS index b13eedb..15de3c2 100644 --- a/NEWS +++ b/NEWS @@ -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 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. -- cgit v1.2.3