From 81d79bdadb064b9aa7a04bf9decd3e8bf998b757 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 17 Feb 2022 22:16:47 +0100 Subject: release 22.2.0 --- CMakeLists.txt | 2 +- ChangeLog | 33 ++++++++++++++++++++++++++++++++- NEWS | 5 +++++ debian/changelog | 7 +++++++ 4 files changed, 45 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 239b05c..6022caa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake) # Globals -set(PROJECT_VERSION "21.12.0") +set(PROJECT_VERSION "22.2.0") set(PACKAGE ${CMAKE_PROJECT_NAME}) set(GETTEXT_PACKAGE ${CMAKE_PROJECT_NAME}) diff --git a/ChangeLog b/ChangeLog index 64dbbd9..8a7b1f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,37 @@ +2022-02-17 Mike Gabriel + + * release 22.2.0 (HEAD -> main, tag: 22.2.0) + +2022-02-08 Mike Gabriel + + * Merge branch 'tari01-pr/fix-multicore-compile-error' (623661f) + +2022-02-06 Robert Tari + + * tests/CMakeLists.txt: Fix potential multicore compile error + (aa72ca2) + +2022-02-08 Robert Tari + + * .travis.yml: Run CI builds on Travis CI's Ubuntu focal base system + (6e53e96) + +2022-01-27 Mike Gabriel + + * Merge branch 'tari01-pr/cleanup-compile-flags' (83aa7c3) + +2022-01-12 Robert Tari + + * .build.yml: Drop extra compilation flags and build with -Werror + (a2743f9) + * Clean up compilation flags (552f4c5) + 2021-12-14 Mike Gabriel - * release 21.12.0 (HEAD -> main, tag: 21.12.0) + * .build.yml: Building libayatana-common with + -DENABLE_LOMIRI_FEATURES requires + liblomiri-url-dispatcher(-dev). (69eac3c) + * release 21.12.0 (8ada43e) (tag: 21.12.0) * Merge branch 'tari01-pr/build-libayatana-common-with-enable-lomiri-features' (90a35b7) diff --git a/NEWS b/NEWS index 3b88b55..ad81b84 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Overview of changes in ayatana-indicator-messages 22.2.0 + + - tests/CMakeLists.txt: Fix potential multicore compile error. + - Clean up compilation flags. + Overview of changes in ayatana-indicator-messages 21.12.0 - Upstream version bump to new release versioning scheme: diff --git a/debian/changelog b/debian/changelog index 553e617..92b0132 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-indicator-messages (22.2.0-0) unstable; urgency=medium + + * Upstream-provided Debian package for ayatana-indicator-messages. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel Thu, 17 Feb 2022 22:14:51 +0100 + ayatana-indicator-messages (21.12.0-0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-indicator-messages. -- cgit v1.2.3