diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-12-04 08:43:42 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-12-04 08:43:42 +0100 |
commit | 0dcd96832459ef992723457d6d404e549f94f10f (patch) | |
tree | 82f13d57dd0f5ee8b082aa100e28001859d45bdb | |
parent | 7a5e31fd1dfdfe2eb33b42c7e84b6293fa3a4895 (diff) | |
download | ayatana-indicator-sound-0dcd96832459ef992723457d6d404e549f94f10f.tar.gz ayatana-indicator-sound-0dcd96832459ef992723457d6d404e549f94f10f.tar.bz2 ayatana-indicator-sound-0dcd96832459ef992723457d6d404e549f94f10f.zip |
release 23.10.323.10.3
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 20 | ||||
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | debian/changelog | 7 |
4 files changed, 32 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b27ed2a..8f5ba76 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.13) -project (ayatana-indicator-sound VERSION 23.10.2 LANGUAGES C CXX) +project (ayatana-indicator-sound 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,24 @@ +2023-12-04 Mike Gabriel + + * release 23.10.3 (HEAD -> main, tag: 23.10.3) + * Merge branch 'tari01-pr/lomiri-notifications' (7a5e31f) + +2023-11-22 Robert Tari + + * Use different code path for Lomiri notifications (a87ed3b) + +2023-11-28 Robert Tari + + * Merge branch 'protected-superclass' (3e8aab9) + +2023-11-29 Ratchanan Srirattanamet + + * src, tests: fix -Wint-to-pointer-cast and a chance of test crash + (41c2b5c) + 2023-11-10 Mike Gabriel - * release 23.10.2 (HEAD -> main, tag: 23.10.2) + * release 23.10.2 (b153ce4) (tag: 23.10.2) * Merge branch 'tari01-pr/fix-accountsservice' (048b945) 2023-11-08 Robert Tari @@ -1,3 +1,8 @@ +Overview of changes in ayatana-indicator-sound 23.10.3 + + - src, tests: fix -Wint-to-pointer-cast and a chance of test crash. + - Use different code path for Lomiri notifications. + Overview of changes in ayatana-indicator-sound 23.10.2 - Fix AccountsService integration. diff --git a/debian/changelog b/debian/changelog index e966f0a..b0f3855 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-indicator-sound (23.10.3-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> Mon, 04 Dec 2023 08:42:38 +0100 + ayatana-indicator-sound (23.10.2-0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-indicator-sound. |