Skip to content

Commit

Permalink
Version 0.2.12
Browse files Browse the repository at this point in the history
* configure.ac:
  - Bump library revision to reflect code changes.

* NEWS:
=== Version 0.2.12 ===
  • Loading branch information
thep committed Jun 19, 2018
1 parent b731aca commit d5d104e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2018-06-19 Theppitak Karoonboonyanan <[email protected]>

* configure.ac:
- Bump library revision to reflect code changes.

* NEWS:
=== Version 0.2.12 ===

2018-06-19 Theppitak Karoonboonyanan <[email protected]>

Use HTTPS in URL
Expand Down
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
libdatrie

0.2.12 (2018-06-19)
======
- More C90 (ANSI C) compliance.
(Thanks Peter Moulder for the patch)
- Prevent some compiling conflicts with other sources.
(Thanks Peter Moulder for the patch)
- Fix miscellaneous compiler warnings.
- Prevent trimming on extremely long dictionary path names.

0.2.11 (2018-04-23)
======
- Detect iconv() error more correctly in trietool.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ AM_INIT_AUTOMAKE(dist-xz no-dist-gzip)
# Interfaces added: CURRENT++ REVISION=0 AGE++
# Interfaces changed/removed: CURRENT++ REVISION=0 AGE=0
LT_CURRENT=4
LT_REVISION=4
LT_REVISION=5
LT_AGE=3
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
Expand Down

0 comments on commit d5d104e

Please sign in to comment.