From cefd302d0316728275b1e0107254010ee53f7297 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 17 Feb 2022 22:10:24 +0100 Subject: release 22.2.0 --- AUTHORS | 2 ++ CMakeLists.txt | 2 +- NEWS | 19 +++++++++++++++++++ debian/changelog | 7 +++++++ 4 files changed, 29 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 6e6f6be..4e2d906 100644 --- a/AUTHORS +++ b/AUTHORS @@ -24,6 +24,7 @@ Iván Seoane Jeannette L Kristjan Räts Louies +Luca Weiss Marcela Korreshi Marius Gripsgard MarongHappy @@ -37,6 +38,7 @@ MrJang Pavel Borecki Pete Woods Petter Reinholdtsen +phlostically Prachi Joshi Quentin PAGÈS Reza Almanda diff --git a/CMakeLists.txt b/CMakeLists.txt index c073735..f5e236b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ endif(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) ## include(GNUInstallDirs) -set(PROJECT_VERSION "0.9.0") +set(PROJECT_VERSION "22.2.0") set(PACKAGE ${CMAKE_PROJECT_NAME}) set(SERVICE_LIB ${PACKAGE}) set(SERVICE_EXEC "${PACKAGE}-service") diff --git a/NEWS b/NEWS index e37a905..42cc480 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +Overview of changes in ayatana-indicator-display 22.2.0 + + - Upstream version bump to new release versioning scheme: + .., where . will be + bumped in Ayatana Indicators bundle releases and + gets incremented with minor changeset releases. + - Drop pkglibexecdir and use native CMake file configuration. + - CMakeLists.txt: Clean up compilation flags. + - tests/integration/usb-manager-test.cpp: Remove unneded lambda + capture. + - tests/utils/CMakeLists.txt: Fix qt5_use_modules warning. + - Fix wrong Exec= in .desktop file. + - INSTALL.md: Update dependency list. + - CMakeLists.txt: Fix missing check for properties-cpp dependency. + - Do not install systemd service file if not found. + - GSettings: Use org.ayatana.display.gschema.xml for non-Lomiri sessions + and unit tests. + - Translation updates. + Overview of changes in ayatana-indicator-display 0.9.0 - Rename Lomiri-specific properties to x-lomiri. diff --git a/debian/changelog b/debian/changelog index 3347c98..4485ff7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-indicator-display (22.2.0-0) unstable; urgency=medium + + * Upstream-provided Debian package for ayatana-indicator-display. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel Thu, 17 Feb 2022 22:05:36 +0100 + ayatana-indicator-display (0.9.0-0) unstable; urgency=medium * Fork ayatana-indicator-datetime from Ubuntu's indicator-display. -- cgit v1.2.3