Skip to content

Commit

Permalink
Release 1.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-fabian committed Sep 23, 2024
1 parent e6c8e72 commit 19251f6
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
33 changes: 32 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,35 @@
commit cfe9161631cc4904e26abb432bf63b5a08c329f0
commit f6c73a1be4905b573d3930c3e689147d4b5f3ba4
Author: Mike FABIAN <[email protected]>
Date: Mon Sep 23 12:38:47 2024 +0200

Release 1.3.18

commit e6c8e72574b4e5ef1778390aaa21730269faa38e
Author: Mike FABIAN <[email protected]>
Date: Mon Sep 23 12:04:47 2024 +0200

Some fixes for the hu-old-hungarian-rovas table

- usage of repeated postfixes was inconsistent, fix that
- add missing line: `b 𐳂 0 ### U+10CC2 OLD HUNGARIAN SMALL LETTER EB`
- fix typo in _Enc, _ENc, _ENC (lowercase was mistakenly used)
- remove duplicate _ENT

commit b91aee37657996ca4ef40918fdcd598a988a9c9f
Author: Mike FABIAN <[email protected]>
Date: Wed Aug 9 17:06:40 2023 +0200

Use “autoupdate” to modernize configure.ac and some other files

commit 19144ce9db85617982c596ef4929ca63c6685dbb
Author: Mike FABIAN <[email protected]>
Date: Wed Aug 9 16:53:47 2023 +0200

Remove useless m4/Makefile.am

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

commit 2ac1af3744406c2de333fbc5127db7cf3c773c75
Author: Mike FABIAN <[email protected]>
Date: Wed Aug 9 12:20:53 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], [17])
m4_define([ibus_micro_version], [18])
# 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 19251f6

Please sign in to comment.