Skip to content

Commit

Permalink
Release 1.3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-fabian committed Aug 9, 2023
1 parent d74c417 commit 2ac1af3
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
30 changes: 29 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,32 @@
commit b162f3ff0b98dda87f1db4682e7a3e15fb11de23
commit cfe9161631cc4904e26abb432bf63b5a08c329f0
Author: Mike FABIAN <[email protected]>
Date: Wed Aug 9 12:20:53 2023 +0200

Release 1.3.17

commit d74c4179c7e4b274c43b34ab46af001c42067b78
Author: Mike FABIAN <[email protected]>
Date: Wed Aug 9 12:23:55 2023 +0200

Make emoticon-src/convert.py work with Python3 as well

commit bfad2781ef8dc0d86d4e243af846ce744b1ea0f6
Author: Mike FABIAN <[email protected]>
Date: Wed Aug 9 12:15:22 2023 +0200

Rename emoji-table to emoticon-table

Resolves: https://github.com/moebiuscurve/ibus-table-others/issues/15

commit 220c3113a53804d0a65d12009e21b2ebcfcc1f76
Author: Mike FABIAN <[email protected]>
Date: Wed Aug 9 11:52:55 2023 +0200

Remove useless m4/as-version.m4

Resolves: https://github.com/moebiuscurve/ibus-table-others/issues/36

commit 95453dfb5a6960d19c54391b124a09dbd791a1ec
Author: Mike FABIAN <[email protected]>
Date: Tue Jul 4 09:47:10 2023 +0200

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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], [16])
m4_define([ibus_micro_version], [17])
# 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]))
Expand Down

0 comments on commit 2ac1af3

Please sign in to comment.