diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-17 22:10:24 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-17 22:10:24 +0100 |
commit | cefd302d0316728275b1e0107254010ee53f7297 (patch) | |
tree | 2ff0b0ee34cee35e77fc110fa70bc832983b9828 | |
parent | 26000403c33875ec4152cff78b958ef9736040dd (diff) | |
download | ayatana-indicator-display-cefd302d0316728275b1e0107254010ee53f7297.tar.gz ayatana-indicator-display-cefd302d0316728275b1e0107254010ee53f7297.tar.bz2 ayatana-indicator-display-cefd302d0316728275b1e0107254010ee53f7297.zip |
release 22.2.022.2.0
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | NEWS | 19 | ||||
-rw-r--r-- | debian/changelog | 7 |
4 files changed, 29 insertions, 1 deletions
@@ -24,6 +24,7 @@ Iván Seoane <ivanrsm1997@gmail.com> Jeannette L <j.lavoie@net-c.ca> Kristjan Räts <kristjanrats@gmail.com> Louies <louies0623@gmail.com> +Luca Weiss <luca@z3ntu.xyz> Marcela Korreshi <celomarcela@gmail.com> Marius Gripsgard <marius@ubports.com> MarongHappy <daemul72@gmail.com> @@ -37,6 +38,7 @@ MrJang <ijin1322@gmail.com> Pavel Borecki <pavel.borecki@gmail.com> Pete Woods <pete.woods@canonical.com> Petter Reinholdtsen <pere-weblate@hungry.com> +phlostically <phlostically@mailinator.com> Prachi Joshi <josprachi@yahoo.com> Quentin PAGÈS <quentinantonin@free.fr> Reza Almanda <rezaalmanda27@gmail.com> 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") @@ -1,3 +1,22 @@ +Overview of changes in ayatana-indicator-display 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. + - 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 <mike.gabriel@das-netzwerkteam.de> 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. |