Skip to content

Commit 8eb1fc4

Browse files
committed
Version 0.5.4
* configure.ac, NEWS: === Version 0.5.4 ===
1 parent 4da7674 commit 8eb1fc4

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2016-07-08 Theppitak Karoonboonyanan <[email protected]>
2+
3+
* configure.ac, NEWS:
4+
=== Version 0.5.4 ===
5+
16
2016-07-08 Theppitak Karoonboonyanan <[email protected]>
27

38
Clean intermediate file on LaTeX test.

NEWS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
0.5.4 (2016-07-08)
2+
=====
3+
- Updated word break dictionary.
4+
- Fix segfault on extremely long input lines.
5+
- Support longer input lines.
6+
(Bug report by Santi Romeyen)
7+
- Support non-ASCII word break string.
8+
https://github.com/tlwg/swath/issues/1
9+
- Some source code clean-ups.
10+
- Add test suite.
11+
112
0.5.3 (2014-09-01)
213
=====
314
- Updated word break dictionary.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
22

33
AC_PREREQ(2.50)
44

5-
AC_INIT(swath, 0.5.3svn, [email protected])
5+
AC_INIT(swath, 0.5.4, [email protected])
66
AC_CONFIG_SRCDIR([src/wordseg.cpp])
77
AC_CONFIG_MACRO_DIR([m4])
88

0 commit comments

Comments
 (0)