diff options
-rw-r--r-- | AUTHORS | 3 | ||||
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 57 | ||||
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | debian/changelog | 7 |
5 files changed, 73 insertions, 2 deletions
@@ -13,6 +13,7 @@ Anders Jonsson <anders.jonsson@norsjovallen.se> Andrea Azzarone andrea.azzarone@canonical.com <Unknown> antuketot76 <antuketot76@protonmail.com> Barbul Gergő <barbul.gergo@stud.u-szeged.hu> +bittin1ddc447d824349b2 <bittin@reimu.nl> Boyuan Yang <073plan@gmail.com> Charles Kerr <charles.kerr@canonical.com> chrismeurer <christianmeurer@outlook.com> @@ -55,6 +56,7 @@ Iain Lane <iain.lane@canonical.com> Iain Lane <iain@orangesquash.org.uk> Ido Dana <idodana01@gmail.com> iNetRoos <inetroos@gmail.com> +Ivo Xavier <ivofernandes12@gmail.com> Jeannette L <j.lavoie@net-c.ca> Jeremy Bicha <jbicha@ubuntu.com> J. Lavoie <j.lavoie@net-c.ca> @@ -69,6 +71,7 @@ Kyle Nitzsche <kyle.nitzsche@canonical.com> Lars Uebernickel <lars.uebernickel@canonical.com> leela <52065244+leela52452@users.noreply.github.com> leela <53352@protonmail.com> +Lionel Duboeuf <lduboeuf@ouvaton.org> liushuyu <liushuyu011@gmail.com> Louies <louies0623@gmail.com> Lukáš Tinkl <lukas.tinkl@canonical.com> diff --git a/CMakeLists.txt b/CMakeLists.txt index aa2431f..0899fd0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.13) -project (ayatana-indicator-session VERSION 23.10.1 LANGUAGES C CXX) +project (ayatana-indicator-session 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,61 @@ +2023-11-19 Mike Gabriel + + * release 23.10.2 (HEAD -> main, tag: 23.10.2) + +2023-11-19 Robert Tari + + * Merge branch + 'sunweaver-pr/assume-local-session-if-built-without-RDA' + (00746188) + +2023-11-08 bittin1ddc447d824349b2 + + * Translated using Weblate (Swedish) (4192cf6a) + +2023-11-08 Ivo Xavier + + * Translated using Weblate (Portuguese) (f117dc0d) + +2023-11-08 Lionel Duboeuf + + * Translated using Weblate (French) (b5e18734) + +2023-11-08 Jozef Mlich + + * Translated using Weblate (Czech) (15df175a) + +2023-11-05 Oğuz Ersen + + * Translated using Weblate (Turkish) (49857b34) + +2023-11-18 Mike Gabriel + + * src/service.c: Initialize bLocal as true if building without RDA + support. (25ba8ee9) + +2023-11-08 bittin1ddc447d824349b2 + + * Translated using Weblate (Swedish) (dee3c1c3) + +2023-11-08 Ivo Xavier + + * Translated using Weblate (Portuguese) (61e7c213) + +2023-11-08 Lionel Duboeuf + + * Translated using Weblate (French) (a33e0a8a) + +2023-11-08 Jozef Mlich + + * Translated using Weblate (Czech) (46297cc0) + +2023-11-05 Oğuz Ersen + + * Translated using Weblate (Turkish) (cfef340e) + 2023-11-06 Mike Gabriel - * release 23.10.1 (HEAD -> main, tag: 23.10.1) + * release 23.10.1 (4301580b) (tag: 23.10.1) 2023-11-04 Mike Gabriel @@ -1,3 +1,9 @@ +Overview of changes in ayatana-indicator-session 23.10.2 + + - src/service.c: Initialize bLocal as true if building without RDA + support. + - Translation updates. + Overview of changes in ayatana-indicator-session 23.10.1 - Make building against librda optional. diff --git a/debian/changelog b/debian/changelog index 940e6d4..fa81103 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-indicator-session (23.10.2-0) unstable; urgency=medium + + * Upstream-provided Debian package for ayatana-indicator-session. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel <sunweaver@debian.org> Sun, 19 Nov 2023 10:30:41 +0100 + ayatana-indicator-session (23.10.1-0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-indicator-session. |