diff options
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 51 | ||||
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | debian/changelog | 7 |
5 files changed, 66 insertions, 2 deletions
@@ -9,11 +9,13 @@ CI Train Bot <ci-train-bot@canonical.com> 이정희 <daemul72@gmail.com> Dmitrijs Ledkovs <dmitrijs.ledkovs@canonical.com> Eric <alchemillatruth@purelymail.com> +Gediminas Murauskas <muziejusinfo@gmail.com> Hosted Weblate <hosted@weblate.org> Iain Lane <iain@orangesquash.org.uk> Jeannette L <j.lavoie@net-c.ca> Jeremy Bicha <jbicha@ubuntu.com> J. Lavoie <j.lavoie@net-c.ca> +Kevin Zhou <zzh__2020@163.com> Kristjan Räts <kristjanrats@gmail.com> Kristoffer Grundström <swedishsailfishosuser@tutanota.com> Lars Uebernickel <lars.uebernickel@canonical.com> diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f07ca65..11636418 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 "22.9.0") +set(PROJECT_VERSION "22.9.1") set(PACKAGE ${CMAKE_PROJECT_NAME}) # Options @@ -1,6 +1,55 @@ +2022-12-15 Mike Gabriel + + * release 22.9.1 (HEAD -> main, tag: 22.9.1) + +2022-12-03 Kevin Zhou + + * Translated using Weblate (Chinese (Simplified)) (7f18b9f4) + +2022-11-10 Mike Gabriel + + * Merge branch 'tari01-pr/update-languages' (32f76b32) + +2022-11-08 Robert Tari + + * src/languages.h: Update the layout list + rewrite the code to use a + struct instead of two lists (c16bded3) + +2022-10-17 Gediminas Murauskas + + * Translated using Weblate (Lithuanian) (e9e02ded) + +2022-09-29 이정희 + + * Translated using Weblate (Korean) (6f809923) + +2022-09-25 Oğuz Ersen + + * Translated using Weblate (Turkish) (c25f3287) + +2022-09-22 Yaron Shahrabani + + * Translated using Weblate (Hebrew) (c8d30464) + +2022-09-14 Sergii Horichenko + + * Translated using Weblate (Ukrainian) (1ede2c04) + +2022-09-14 Quentin PAGÈS + + * Translated using Weblate (Occitan) (175c9641) + +2022-09-14 Sergii Horichenko + + * Translated using Weblate (Russian) (42df6165) + +2022-09-14 Wellington Terumi Uemura + + * Translated using Weblate (Portuguese (Brazil)) (62caace0) + 2022-09-14 Mike Gabriel - * release 22.9.0 (HEAD -> main, tag: 22.9.0) + * release 22.9.0 (48c42153) (tag: 22.9.0) * Translated using Weblate (German) (4663447e) 2022-09-14 Milan Korecky @@ -1,3 +1,9 @@ +Overview of changes in ayatana-indicator-keyboard 22.9.1 + + - src/languages.h: Update the layout list + rewrite the code to use a + struct instead of two lists. + - Translation updates. + Overview of changes in ayatana-indicator-keyboard 22.9.0 - Add tooltip support. diff --git a/debian/changelog b/debian/changelog index 1f03cc71..893f28dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-indicator-keyboard (22.9.1-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> Thu, 15 Dec 2022 18:45:13 +0100 + ayatana-indicator-keyboard (22.9.0-0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-indicator-keyboard. |