Skip to content

Commit 2ac1af3

Browse files
committed
Release 1.3.17
1 parent d74c417 commit 2ac1af3

2 files changed

Lines changed: 30 additions & 2 deletions

File tree

ChangeLog

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,32 @@
1-
commit b162f3ff0b98dda87f1db4682e7a3e15fb11de23
1+
commit cfe9161631cc4904e26abb432bf63b5a08c329f0
2+
Author: Mike FABIAN <mfabian@redhat.com>
3+
Date: Wed Aug 9 12:20:53 2023 +0200
4+
5+
Release 1.3.17
6+
7+
commit d74c4179c7e4b274c43b34ab46af001c42067b78
8+
Author: Mike FABIAN <mfabian@redhat.com>
9+
Date: Wed Aug 9 12:23:55 2023 +0200
10+
11+
Make emoticon-src/convert.py work with Python3 as well
12+
13+
commit bfad2781ef8dc0d86d4e243af846ce744b1ea0f6
14+
Author: Mike FABIAN <mfabian@redhat.com>
15+
Date: Wed Aug 9 12:15:22 2023 +0200
16+
17+
Rename emoji-table to emoticon-table
18+
19+
Resolves: https://github.com/moebiuscurve/ibus-table-others/issues/15
20+
21+
commit 220c3113a53804d0a65d12009e21b2ebcfcc1f76
22+
Author: Mike FABIAN <mfabian@redhat.com>
23+
Date: Wed Aug 9 11:52:55 2023 +0200
24+
25+
Remove useless m4/as-version.m4
26+
27+
Resolves: https://github.com/moebiuscurve/ibus-table-others/issues/36
28+
29+
commit 95453dfb5a6960d19c54391b124a09dbd791a1ec
230
Author: Mike FABIAN <mfabian@redhat.com>
331
Date: Tue Jul 4 09:47:10 2023 +0200
432

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ m4_define([package_name], [ibus-table-others])
2323
m4_define([ibus_released], [1])
2424
m4_define([ibus_major_version], [1])
2525
m4_define([ibus_minor_version], [3])
26-
m4_define([ibus_micro_version], [16])
26+
m4_define([ibus_micro_version], [17])
2727
# commented out as datestamp doesn't suit dist date.
2828
m4_define(ibus_maybe_datestamp,
2929
m4_esyscmd([if test x]ibus_released[ != x1; then date +.%Y%m%d | tr -d '\n\r'; fi]))

0 commit comments

Comments
 (0)