Skip to content

Commit d5d104e

Browse files
committed
Version 0.2.12
* configure.ac: - Bump library revision to reflect code changes. * NEWS: === Version 0.2.12 ===
1 parent b731aca commit d5d104e

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
2018-06-19 Theppitak Karoonboonyanan <[email protected]>
210

311
Use HTTPS in URL

NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
libdatrie
22

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+
312
0.2.11 (2018-04-23)
413
======
514
- Detect iconv() error more correctly in trietool.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ AM_INIT_AUTOMAKE(dist-xz no-dist-gzip)
1717
# Interfaces added: CURRENT++ REVISION=0 AGE++
1818
# Interfaces changed/removed: CURRENT++ REVISION=0 AGE=0
1919
LT_CURRENT=4
20-
LT_REVISION=4
20+
LT_REVISION=5
2121
LT_AGE=3
2222
AC_SUBST(LT_CURRENT)
2323
AC_SUBST(LT_REVISION)

0 commit comments

Comments
 (0)