From 167b6299a7bb6592105a8a8b14932843fabf6c3f Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 17 Feb 2022 21:47:37 +0100 Subject: release 22.2.0 --- AUTHORS | 2 ++ CMakeLists.txt | 2 +- ChangeLog | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- NEWS | 13 +++++++++++ debian/changelog | 9 ++++++- 5 files changed, 94 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 089829c4..bee34e6a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -15,6 +15,7 @@ J. Lavoie Kristjan Räts Lars Uebernickel Launchpad Translations on behalf of indicator-applet-developers +Luca Weiss Luna Jernberg Mathieu Trudel-Lapierre Matthieu Baerts @@ -26,6 +27,7 @@ Moo Oğuz Ersen Oleg O Andreev Pavel Borecki +phlostically Prachi Joshi Quentin PAGÈS Reza Almanda diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e014333..93671367 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) endif(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake) -set(PROJECT_VERSION "0.9.0") +set(PROJECT_VERSION "22.2.0") set(PACKAGE ${CMAKE_PROJECT_NAME}) # Options diff --git a/ChangeLog b/ChangeLog index f70c1f8d..4a5e29f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,75 @@ +2022-02-17 Mike Gabriel + + * release 22.2.0 (HEAD -> main, tag: 22.2.0) + * Merge branch 'tari01-pr/add-new-layouts' (3c62b070) + +2022-02-16 Robert Tari + + * src/languages.h: Add additional layouts (2d1eefa6) + +2022-02-16 Mike Gabriel + + * Merge branch 'tari01-pr/drop-cmake-install-full-pkglibexecdir' + (d813ce96) + +2022-02-14 Robert Tari + + * Drop pkglibexecdir and use native CMake file configuration + (53da9925) + +2022-02-08 Robert Tari + + * .travis.yml: Run CI builds on Travis CI's Ubuntu focal base system + (c92041d7) + +2022-01-27 Mike Gabriel + + * Merge branch 'tari01-pr/merge-icon-generators' (6d1a75ee) + +2022-01-26 Robert Tari + + * Merge icon generators + add some tweakability (2f4a12a0) + +2022-01-27 Mike Gabriel + + * Merge branch 'tari01-pr/cleanup-compile-flags' (cba5f9cb) + +2022-01-11 Robert Tari + + * .build.yml: Drop extra compilation flags and build with -Werror + (57a14957) + * Clean up compilation flags (a9b2be7a) + +2022-01-27 Mike Gabriel + + * Merge branch 'z3ntu-dlopen-soname' (c4846f09) + +2022-01-09 Luca Weiss + + * Try to dlopen .so.0 instead of .so (191d5aea) + +2022-01-02 ssantos + + * Translated using Weblate (Portuguese) (fb9defb0) + +2021-12-15 Mike Gabriel + + * Merge branch + 'tari01-pr/build-libayatana-common-with-enable-lomiri-features' + (e4f88bd5) + +2021-12-06 Robert Tari + + * .build.yml: Build libayatana-common with ENABLE_LOMIRI_FEATURES + (c62643a7) + +2021-11-18 phlostically + + * Translated using Weblate (Esperanto) (dc72c3c2) + 2021-11-18 Mike Gabriel - * release 0.9.0 (HEAD -> main, tag: 0.9.0) + * release 0.9.0 (9c9a9d80) (tag: 0.9.0) 2021-10-25 Robert Tari diff --git a/NEWS b/NEWS index 70b4c865..affcbbfd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Overview of changes in ayatana-indicator-keyboard 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. + - src/languages.h: Add additional layouts. + - Drop pkglibexecdir and use native CMake file configuration. + - Merge icon generators + add some tweakability. + - Clean up compilation flags. + - Try to dlopen .so.0 instead of .so. + - Translation updates. + Overview of changes in ayatana-indicator-keyboard 0.9.0 - Add settings handler for Lomiri. diff --git a/debian/changelog b/debian/changelog index c801a64a..30218a31 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,11 @@ -ayatana-indicator-keyboard (0.9.0-0) UNRELEASED; urgency=medium +ayatana-indicator-keyboard (22.2.0-0) unstable; urgency=medium + + * Upstream-provided Debian package for ayatana-indicator-keyboard. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel Thu, 17 Feb 2022 21:45:16 +0100 + +ayatana-indicator-keyboard (0.9.0-0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-indicator-keyboard. See upstream ChangeLog for recent changes. -- cgit v1.2.3