From a2e81e96c41e321ba695fe07da727fa93efe7e0e Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 24 Feb 2024 11:52:39 +0100 Subject: release 24.2.0 --- CMakeLists.txt | 2 +- ChangeLog | 22 +++++++++++++++++++++- NEWS | 8 ++++++++ debian/changelog | 7 +++++++ 4 files changed, 37 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dce62275..a5ba1dc7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.13) -project (ayatana-indicator-keyboard VERSION "23.10.2" LANGUAGES C CXX) +project (ayatana-indicator-keyboard VERSION "24.2.0" LANGUAGES C CXX) if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) SET(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "..." FORCE) diff --git a/ChangeLog b/ChangeLog index 03c4e06b..2601706e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,26 @@ +2024-02-24 Mike Gabriel + + * release 24.2.0 (HEAD -> main, tag: 24.2.0) + * Merge branch 'tari01-pr/improved-icons' (0abb75dd) + +2024-02-16 Robert Tari + + * contrib/ayatana-indicator-keyboard-icon-generator.py: Update and + improve the script (bbf0a26a) + * Create a set of hicolor icons with improved visibility (2a238439) + +2024-02-24 Mike Gabriel + + * Merge branch 'tari01-pr/policy-message' (a584d9d3) + +2024-02-23 Robert Tari + + * data/org.ayatana.indicator.keyboard.AccountsService.policy: Fix + policy message text (2b8f77e2) + 2023-12-26 Mike Gabriel - * release 23.10.2 (HEAD -> main, tag: 23.10.2) + * release 23.10.2 (f0d04781) (tag: 23.10.2) 2023-12-06 Mike Gabriel diff --git a/NEWS b/NEWS index 401020dc..9a165c5e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Overview of changes in ayatana-indicator-keyboard 24.2.0 + + - data/org.ayatana.indicator.keyboard.AccountsService.policy: Fix + policy message text + - Create a set of hicolor icons with improved visibility + - contrib/ayatana-indicator-keyboard-icon-generator.py: Update and + improve the script + Overview of changes in ayatana-indicator-keyboard 23.10.2 - src/keyboard-x11.c: Also parse /etc/X11/xorg.conf.d/00-keyboard.conf diff --git a/debian/changelog b/debian/changelog index 592e4028..31037a0d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-indicator-keyboard (24.2.0-0) unstable; urgency=medium + + * Upstream-provided Debian package for ayatana-indicator-keyboard. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel Sat, 24 Feb 2024 11:47:56 +0100 + ayatana-indicator-keyboard (23.10.2-0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-indicator-keyboard. -- cgit v1.2.3