diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-02-24 11:52:39 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-02-24 11:52:39 +0100 |
commit | a2e81e96c41e321ba695fe07da727fa93efe7e0e (patch) | |
tree | cf617ee6fc6ce586f35a41ac1136756ed21bf116 | |
parent | 0abb75dde6bcc3f9494212b7568c21637faa2e93 (diff) | |
download | ayatana-indicator-keyboard-a2e81e96c41e321ba695fe07da727fa93efe7e0e.tar.gz ayatana-indicator-keyboard-a2e81e96c41e321ba695fe07da727fa93efe7e0e.tar.bz2 ayatana-indicator-keyboard-a2e81e96c41e321ba695fe07da727fa93efe7e0e.zip |
release 24.2.024.2.0
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 22 | ||||
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | 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) @@ -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 @@ -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 <mike.gabriel@das-netzwerkteam.de> 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. |