diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-17 22:32:36 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-17 22:32:36 +0100 |
commit | 20bf8076e741c08798690023b9beaba621ca0d9c (patch) | |
tree | edefa39b35269e9086c3f514c8d225b7be19501d | |
parent | 0ef4fc107ac7a9bc0ea6418076be8510eb862ecc (diff) | |
download | ayatana-indicator-application-20bf8076e741c08798690023b9beaba621ca0d9c.tar.gz ayatana-indicator-application-20bf8076e741c08798690023b9beaba621ca0d9c.tar.bz2 ayatana-indicator-application-20bf8076e741c08798690023b9beaba621ca0d9c.zip |
release 22.2.0HEAD22.2.0release-buildmain
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 27 | ||||
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | 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 @@ -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 @@ -1,3 +1,12 @@ +Overview of changes in ayatana-indicator-application 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. + - 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 <mike.gabriel@das-netzwerkteam.de> 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. |