Skip to content

Commit e697a66

Browse files
committed
Version 0.2.13
* NEWS: === Version 0.2.13 ===
1 parent ae4922f commit e697a66

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

ChangeLog

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2021-01-29 Theppitak Karoonboonyanan <[email protected]>
2+
3+
* NEWS:
4+
=== Version 0.2.13 ===
5+
16
2021-01-24 Theppitak Karoonboonyanan <[email protected]>
27

38
Update library versioning

NEWS

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
libdatrie
22

3+
0.2.13 (2021-01-29)
4+
======
5+
- Fix wrong key listing in byte trie
6+
(Issue #9, Thanks @legale for the report.)
7+
- Fix cross-compiling issue caused by AC_FUNC_MALLOC
8+
(Issue #11, Thanks Vanessa McHale for the report.)
9+
- Fix isspace() arg problem on NetBSD.
10+
(Personal mail, Thanks Sean for the report;
11+
PR #8, Thanks OBATA Akio for an individual pull request.)
12+
- Fix some documentations.
13+
- Really use TRIE_CHAR_TERM in TrieChar string termination.
14+
Changing TRIE_CHAR_TERM definition now won't break the code.
15+
- Fix Windows build issue by avoiding <unistd.h> include.
16+
(Partially addressing PR #15, Thanks @fanc999 for first raising this.)
17+
- [New APIs] Add serialization of the trie into memory buffer.
18+
(PR #12, Thanks KOLANICH for the contribution.)
19+
320
0.2.12 (2018-06-19)
421
======
522
- More C90 (ANSI C) compliance.

0 commit comments

Comments
 (0)