File tree 3 files changed +18
-1
lines changed 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2018-06-19 Theppitak Karoonboonyanan <
[email protected] >
2
+
3
+ * configure.ac:
4
+ - Bump library revision to reflect code changes.
5
+
6
+ * NEWS:
7
+ === Version 0.2.12 ===
8
+
1
9
2018-06-19 Theppitak Karoonboonyanan <
[email protected] >
2
10
3
11
Use HTTPS in URL
Original file line number Diff line number Diff line change 1
1
libdatrie
2
2
3
+ 0.2.12 (2018-06-19)
4
+ ======
5
+ - More C90 (ANSI C) compliance.
6
+ (Thanks Peter Moulder for the patch)
7
+ - Prevent some compiling conflicts with other sources.
8
+ (Thanks Peter Moulder for the patch)
9
+ - Fix miscellaneous compiler warnings.
10
+ - Prevent trimming on extremely long dictionary path names.
11
+
3
12
0.2.11 (2018-04-23)
4
13
======
5
14
- Detect iconv() error more correctly in trietool.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ AM_INIT_AUTOMAKE(dist-xz no-dist-gzip)
17
17
# Interfaces added: CURRENT++ REVISION=0 AGE++
18
18
# Interfaces changed/removed: CURRENT++ REVISION=0 AGE=0
19
19
LT_CURRENT=4
20
- LT_REVISION=4
20
+ LT_REVISION=5
21
21
LT_AGE=3
22
22
AC_SUBST ( LT_CURRENT )
23
23
AC_SUBST ( LT_REVISION )
You can’t perform that action at this time.
0 commit comments