From 20bf8076e741c08798690023b9beaba621ca0d9c Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 17 Feb 2022 22:32:36 +0100 Subject: release 22.2.0 --- CMakeLists.txt | 2 +- ChangeLog | 27 ++++++++++++++++++++++++++- NEWS | 9 +++++++++ debian/changelog | 7 +++++++ 4 files changed, 43 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 09f6d22..fc494c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ pkg_check_modules(PROJECT_DEPS REQUIRED glib-2.0>=2.58 ayatana-indicator3-0.4>=0 # Set global variables include(GNUInstallDirs) -set(PROJECT_VERSION "0.8.91") +set(PROJECT_VERSION "22.2.0") set(PROJECT_NAME "ayatana-indicator-application") # Make everything diff --git a/ChangeLog b/ChangeLog index a8dfd4d..bd19fe3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,31 @@ +2022-02-17 Mike Gabriel + + * release 22.2.0 (HEAD -> main, tag: 22.2.0) + * Merge branch 'tari01-pr/cleanup-compile-flags' (0ef4fc1) + +2022-02-17 Robert Tari + + * .build.yml: Drop extra compilation flags (ef11732) + * Clean up compilation flags (8f7d4d4) + +2022-02-16 Mike Gabriel + + * Merge branch 'tari01-pr/drop-cmake-install-full-pkglibexecdir' + (3bbc1d0) + +2022-02-15 Robert Tari + + * data/CMakeLists.txt: Drop unused CMAKE_INSTALL_FULL_PKGLIBEXECDIR + (46041c5) + +2022-02-08 Robert Tari + + * .travis.yml: Run CI builds on Travis CI's Ubuntu focal base system + (f011bb9) + 2022-01-27 Mike Gabriel - * release 0.8.91 (HEAD -> main, tag: 0.8.91) + * release 0.8.91 (0240328) (tag: 0.8.91) 2022-01-27 Robert Tari diff --git a/NEWS b/NEWS index c6c1636..6fd47a1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Overview of changes in ayatana-indicator-application 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. + - Clean up compilation flags. + - data/CMakeLists.txt: Drop unused CMAKE_INSTALL_FULL_PKGLIBEXECDIR. + Overview of changes in ayatana-indicator-application 0.8.91 - CMake: Update systemd unit target dir detection. diff --git a/debian/changelog b/debian/changelog index 8dbe53f..bf3b78e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-indicator-application (22.2.0-0) unstable; urgency=medium + + * Upstream-provided Debian package for ayatana-indicator-application. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel Thu, 17 Feb 2022 22:30:55 +0100 + ayatana-indicator-application (0.8.91-0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-indicator-application. -- cgit v1.2.3