From 0dcd96832459ef992723457d6d404e549f94f10f Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 4 Dec 2023 08:43:42 +0100 Subject: release 23.10.3 --- CMakeLists.txt | 2 +- ChangeLog | 20 +++++++++++++++++++- NEWS | 5 +++++ 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) diff --git a/ChangeLog b/ChangeLog index 4797936..68d4a57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/NEWS b/NEWS index 15de3c2..fe9a0aa 100644 --- a/NEWS +++ b/NEWS @@ -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 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. -- cgit v1.2.3