Skip to content

Commit c48a2f1

Browse files
committed
Version 0.2.11
* configure.ac: - Bump library revision to reflect code changes. * NEWS: === Version 0.2.11 ===
1 parent 3646819 commit c48a2f1

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2018-04-23 Theppitak Karoonboonyanan <[email protected]>
2+
3+
* configure.ac:
4+
- Bump library revision to reflect code changes.
5+
6+
* NEWS:
7+
=== Version 0.2.11 ===
8+
19
2018-04-21 Theppitak Karoonboonyanan <[email protected]>
210

311
Fix reported segfault on full-range alpha map

NEWS

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

3+
0.2.11 (2018-04-23)
4+
======
5+
- Detect iconv() error more correctly in trietool.
6+
(Thanks Daniel Macks for the report on Issue #3)
7+
- Clarify package description that search time is O(m), where m is
8+
key length, not O(1), while still claiming that it's independent
9+
of database size.
10+
(Thanks @flackbash for the report on Issue #4)
11+
- Fix trie_state_get_data() on a prefix key.
12+
(Thanks Filip Pytloun from the pytries project for the initial patch)
13+
- Fix reported segfault on full-range alpha map.
14+
(Thanks Xiao Wang for the report on Issue #6,
15+
and @nevermatch for the analysis.)
16+
317
0.2.10 (2015-10-20)
418
======
519
- Correctly check doxygen version on configure.

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=3
20+
LT_REVISION=4
2121
LT_AGE=3
2222
AC_SUBST(LT_CURRENT)
2323
AC_SUBST(LT_REVISION)

0 commit comments

Comments
 (0)