From 4301580b2191c8bf4f13fa17479ec1c5f43ae23e Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 6 Nov 2023 16:53:40 +0100 Subject: release 23.10.1 --- AUTHORS | 1 + CMakeLists.txt | 2 +- ChangeLog | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- NEWS | 8 ++++++++ debian/changelog | 7 +++++++ 5 files changed, 77 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index e192cb1..ff48801 100644 --- a/AUTHORS +++ b/AUTHORS @@ -60,6 +60,7 @@ Jeremy Bicha J. Lavoie Joan CiberSheep Johntini +Jozef Mlich Juraj Liso Ken VanDine KouKypa diff --git a/CMakeLists.txt b/CMakeLists.txt index 848a1df..aa2431f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.13) -project (ayatana-indicator-session VERSION 23.10.0 LANGUAGES C CXX) +project (ayatana-indicator-session VERSION 23.10.1 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 bd79063..b9d0a19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,65 @@ +2023-11-06 Mike Gabriel + + * release 23.10.1 (HEAD -> main, tag: 23.10.1) + +2023-11-04 Mike Gabriel + + * Merge branch 'tari01-pr/drop-zenity' (34f6b0c8) + +2023-10-07 Robert Tari + + * debian/control: Drop zenity dependency and bump + libayatana-common-dev to 0.9.9 (4a7adb1d) + * src/backend-dbus/actions.c: Switch to + ayatana_common_utils_zenity_question (9b1b97a9) + +2023-11-04 Robert Tari + + * Merge branch + 'sunweaver-pr/remote-technology-name-in-suspend-menu-item' + (75be6c2d) + * src/service.c: Add formatted string to menu (c18b57d2) + +2023-11-02 Mike Gabriel + + * src/service.c: In remote session, show remote technology name in + menu item label. (65b79215) + +2023-11-02 Robert Tari + + * Merge branch 'sunweaver-pr/rda-optional' (4a9824a8) + +2023-11-02 Mike Gabriel + + * src/service.c: Rename onRemoteSuspend -> on_remote_suspend (better + matching with other function names). (eca237d3) + * src/service.c: White-space fix. (8fd1edd3) + * {CMakeLists.txt,src/service.c}: Make building against librda + optional. (ba840e53) + +2023-10-25 Quentin PAGÈS + + * Translated using Weblate (Occitan) (9e19aaef) + +2023-10-24 Moo + + * Translated using Weblate (Lithuanian) (ab37dd86) + +2023-10-20 Jozef Mlich + + * Translated using Weblate (Czech) (0ee44e90) + +2023-10-16 Yaron Shahrabani + + * Translated using Weblate (Hebrew) (88846bad) + +2023-10-14 gallegonovato + + * Translated using Weblate (Spanish) (812876b9) + 2023-10-13 Mike Gabriel - * release 23.10.0 (HEAD -> main, tag: 23.10.0) + * release 23.10.0 (844aef1c) (tag: 23.10.0) * Translated using Weblate (German) (18b2f8d7) 2023-10-12 Serhii Horichenko diff --git a/NEWS b/NEWS index 1775246..e318283 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Overview of changes in ayatana-indicator-session 23.10.1 + + - Make building against librda optional. + - In remote session, show remote technology name in menu item label. + - Use ayatana_common_utils_zenity_question from libayatana-common + instead of directly calling zenity. + - Translation updates. + Overview of changes in ayatana-indicator-session 23.10.0 - tests/backend-dbus/mock-login1-seat.cc: fix build with GCC 13. diff --git a/debian/changelog b/debian/changelog index 4312ab1..940e6d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-indicator-session (23.10.1-0) unstable; urgency=medium + + * Upstream-provided Debian package for ayatana-indicator-session. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel Mon, 06 Nov 2023 16:50:49 +0100 + ayatana-indicator-session (23.10.0-0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-indicator-session. -- cgit v1.2.3