Skip to content

Commit c2fc233

Browse files
committed
Release 1.3.6
1 parent fb64b5b commit c2fc233

2 files changed

Lines changed: 27 additions & 2 deletions

File tree

ChangeLog

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
1-
commit 32431ad2736bc5357ef9315ef625966d15a5c8bb
1+
commit 102b1f24c0c268b4b6431c39f3508ed027f0b5c6
2+
Author: Mike FABIAN <mfabian@redhat.com>
3+
Date: Sat Nov 22 08:13:46 2014 +0100
4+
5+
Release 1.3.6
6+
7+
commit fb64b5b35373dc3f00d6386f50fc07f06182a3f3
8+
Author: Mike FABIAN <mfabian@redhat.com>
9+
Date: Sat Nov 22 08:08:47 2014 +0100
10+
11+
Fix typo in compose.txt
12+
13+
Reported by James Wood.
14+
15+
The line
16+
17+
NG ŊF 1
18+
19+
looks indeed like a typo.
20+
21+
From /usr/share/X11/locale/en_US.UTF-8/Compose:
22+
23+
<Multi_key> <N> <G> : "Ŋ" U014A # LATIN CAPITAL LETTER ENG
24+
<Multi_key> <n> <g> : "ŋ" U014B # LATIN SMALL LETTER ENG
25+
26+
commit 5d44f0cbd2365a30078d72495cfece494b19194f
227
Author: Mike FABIAN <mfabian@redhat.com>
328
Date: Tue Sep 30 13:14:42 2014 +0200
429

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], [5])
26+
m4_define([ibus_micro_version], [6])
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)