From c2839ff57526ad652b5bf0dddad889d72ba46212 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Mon, 20 Nov 2023 22:05:06 +0100 Subject: [PATCH] Release 1.4.27 --- configure.ac | 2 +- m17n.appdata.xml | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 74968d1..fcb4cab 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ m4_define([ibus_released], [1]) m4_define([ibus_major_version], [1]) m4_define([ibus_minor_version], [4]) -m4_define([ibus_micro_version], [24]) +m4_define([ibus_micro_version], [27]) m4_define(ibus_maybe_datestamp, m4_esyscmd([if test x]ibus_released[ != x1; then date +.%Y%m%d | tr -d '\n\r'; fi])) diff --git a/m17n.appdata.xml b/m17n.appdata.xml index ec738c8..8f4b545 100644 --- a/m17n.appdata.xml +++ b/m17n.appdata.xml @@ -36,6 +36,25 @@ https://translate.fedoraproject.org/projects/ibus-m17n/ + + https://github.com/ibus/ibus-m17n/releases/tag/1.4.27 + +

This new stable release includes these changes:

+
    +
  • + Prefer commit to "return FALSE;" for space, and other keys + where the msymbol name is exactly one character, add a + sleep for Return. This is to avoid ordering problems in + mutter (Resolves: github-issue#72) +
  • +
+
+ + + github-issue#72 + + +
https://github.com/ibus/ibus-m17n/releases/tag/1.4.24