diff options
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 94 | ||||
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | debian/changelog | 7 |
5 files changed, 119 insertions, 2 deletions
@@ -34,6 +34,7 @@ Doma Gergő <domag02@gmail.com> Elizabeth Sherrock <lizzyd710@gmail.com> Emiliano Gabriele <emilianog1989@gmail.com> Emmanuella Rumanti <amuritna@gmail.com> +Eric <alchemillatruth@purelymail.com> Evgeni Golov <evgeni@debian.org> Federica Govoni <federica.govoni2310@gmail.com> Gabor Kelemen <kelemeng@gnome.hu> @@ -99,6 +100,7 @@ Nicholas Guriev <guriev-ns@ya.ru> Oğuz Ersen <oguzersen@protonmail.com> Patrick Heijmann <wh33ly@gmail.com> Pavel Borecki <pavel.borecki@gmail.com> +phlostically <phlostically@mailinator.com> Pierre Soubourou <pierre.soubourou@gmail.com> Quentin PAGÈS <quentinantonin@free.fr> raimon ribal <raimon.ribal@gmail.com> diff --git a/CMakeLists.txt b/CMakeLists.txt index 3133c34..b7dd0d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ endif(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake) -set (PROJECT_VERSION "0.9.0") +set (PROJECT_VERSION "22.2.0") set (PACKAGE ${CMAKE_PROJECT_NAME}) set (GETTEXT_PACKAGE "ayatana-indicator-session") @@ -1,6 +1,98 @@ +2022-02-17 Mike Gabriel + + * release 22.2.0 (HEAD -> main, tag: 22.2.0) + +2022-02-16 Mike Gabriel + + * Merge branch 'tari01-pr/drop-cmake-install-full-pkglibexecdir' + (76070b4c) + +2022-02-11 Robert Tari + + * Drop pkglibexecdir and use native CMake file configuration + (7276ec3b) + +2022-02-08 Robert Tari + + * .travis.yml: Run CI builds on Travis CI's Ubuntu focal base system + (3b04d065) + +2022-01-27 Mike Gabriel + + * Merge branch 'tari01-pr/fix-desktop-help-string' (9da96c4b) + +2022-01-27 Robert Tari + + * src/service.c: Fix the Desktop Help string (7ec9d3f0) + +2022-01-27 Mike Gabriel + + * Merge branch 'tari01-pr/add-phone-systemd-section' (aab117f6) + +2022-01-27 Robert Tari + + * data/org.ayatana.indicator.session: Add phone section (f101336d) + +2022-01-27 Mike Gabriel + + * Merge branch 'tari01-pr/fix-systemd-target' (da90e08e) + +2022-01-27 Robert Tari + + * data/ayatana-indicator-session.service.in: Fix sytemd unit target + (3a06cb9b) + +2022-01-27 Mike Gabriel + + * Merge branch 'tari01-pr/fix-gnome-screensaver-accelerator-key-type' + (50f9d850) + +2022-01-20 Robert Tari + + * Read org.gnome.settings-daemon.plugins.media-keys screensaver as a + list (838a9b3b) + +2022-01-27 Mike Gabriel + + * Merge branch 'tari01-pr/cleanup-compile-flags' (f62c629f) + +2021-12-17 Robert Tari + + * .build.yml: Drop extra compilation flags and build with -Werror + (c77322a1) + * Clean up compilation flags (d40de8a8) + * Fix code to build with -Werror (904438ac) + +2022-01-24 Eric + + * Translated using Weblate (Chinese (Simplified)) (1ea9f8bd) + +2021-12-15 Mike Gabriel + + * Merge branch + 'tari01-pr/build-libayatana-common-with-enable-lomiri-features' + (35d48d35) + +2021-12-06 Robert Tari + + * .build.yml: Build libayatana-common with ENABLE_LOMIRI_FEATURES + (8e481a71) + +2021-11-22 phlostically + + * Translated using Weblate (Esperanto) (3bf32659) + +2021-11-20 phlostically + + * Translated using Weblate (Esperanto) (918e5bdd) + +2021-11-18 phlostically + + * Translated using Weblate (Esperanto) (3f129aaa) + 2021-11-17 Mike Gabriel - * release 0.9.0 (HEAD -> main, tag: 0.9.0) + * release 0.9.0 (49265d28) (tag: 0.9.0) 2021-11-09 Joan CiberSheep @@ -1,3 +1,19 @@ +Overview of changes in ayatana-indicator-session 22.2.0 + + - Upstream version bump to new release versioning scheme: + <year>.<month>.<revision>, where <year>.<month> will be + bumped in Ayatana Indicators bundle releases and <revision> + gets incremented with minor changeset releases. + - Drop pkglibexecdir and use native CMake file configuration. + - src/service.c: Fix the Desktop Help string. + - data/org.ayatana.indicator.session: Add phone section. + - data/ayatana-indicator-session.service.in: Fix sytemd unit target. + - Read org.gnome.settings-daemon.plugins.media-keys screensaver as a + list. + - Clean up compilation flags. + - Fix code to build with -Werror. + - Translation updates. + Overview of changes in ayatana-indicator-session 0.9.0 - tests: Use Ayatana as mock user diff --git a/debian/changelog b/debian/changelog index dbc4437..21766e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-indicator-session (22.2.0-0) unstable; urgency=medium + + * Upstream-provided Debian package for ayatana-indicator-session. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 17 Feb 2022 21:49:50 +0100 + ayatana-indicator-session (0.9.0-0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-indicator-session. |