From 3adbf8ce0b15fd4f629dc46cab4f1a5601d62940 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 7 Jan 2020 16:42:59 +0100 Subject: [PATCH] Release 1.3.11 --- ChangeLog | 29 +++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b11f8bb..a9d62a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +commit 18b9cb22744aa7d1e64b35ef186f8ed6802f27c5 +Author: Mike FABIAN +Date: Tue Jan 7 16:42:59 2020 +0100 + + Release 1.3.11 + +commit b6fafd079ee23a769155cd08902bb92bd473d8c7 +Author: Nguyễn Gia Phong +Date: Sun Aug 25 16:07:53 2019 +0700 + + Add Vietnamese input methods Telex and VNI + + Resolves: https://github.com/moebiuscurve/ibus-table-others/pull/17 + Resolves: https://github.com/moebiuscurve/ibus-table-others/issues/13 + +commit bddcb5f2be00330ce0d55316e2cfd2dc5265df10 +Author: Marek Nečada +Date: Sun Nov 6 00:25:21 2016 +0000 + + Extend russian translit for latin slavic layouts. + + Resolves: https://github.com/moebiuscurve/ibus-table-others/pull/14 + +commit 512cef1b671ae4af23e5d58fca63764c8d00fa85 +Author: Mike FABIAN +Date: Tue Jan 7 11:36:25 2020 +0100 + + Release 1.3.10 + commit 049f283ef95894dbc1c7f0e7a2add2d460496a85 Author: Mike FABIAN Date: Tue Jan 7 11:23:47 2020 +0100 diff --git a/configure.ac b/configure.ac index f4c47f1..61d7b4d 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ m4_define([package_name], [ibus-table-others]) m4_define([ibus_released], [1]) m4_define([ibus_major_version], [1]) m4_define([ibus_minor_version], [3]) -m4_define([ibus_micro_version], [10]) +m4_define([ibus_micro_version], [11]) # commented out as datestamp doesn't suit dist date. m4_define(ibus_maybe_datestamp, m4_esyscmd([if test x]ibus_released[ != x1; then date +.%Y%m%d | tr -d '\n\r'; fi]))