File: NEWS

package info (click to toggle)
swath 0.6.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,472 kB
  • sloc: sh: 4,361; cpp: 2,332; makefile: 148
file content (120 lines) | stat: -rw-r--r-- 3,458 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
0.6.1 (2018-08-20)
=====
- Updated word break dictionary.
- Fix a defect in RTF parsing, so RTF gets more complete word break positions.
- Compiler warning fixes.
- Minor code cleanups.
- Useful installation instructions in INSTALL file.
  (Thanks @pepa65 for the pull request.)

0.6.0 (2017-11-28)
=====
- Updated word break dictionary.
- Drop undocumented option '-l'.
- Revamped internal word break engine.
- Updated manpage.

0.5.5 (2016-12-25)
=====
- Updated word break dictionary.

0.5.4 (2016-07-08)
=====
- Updated word break dictionary.
- Fix segfault on extremely long input lines.
- Support longer input lines.
  (Bug report by Santi Romeyen)
- Support non-ASCII word break string.
  https://github.com/tlwg/swath/issues/1
- Some source code clean-ups.
- Add test suite.

0.5.3 (2014-09-01)
=====
- Updated word break dictionary.
- Fix premature output ending on long UTF-8 input line.
  (Bug report by Sorawee Porncharoenwase)
- Fix excessive break positions in plain text mode.
  (Bug report by Sorawee Porncharoenwase)
- Remove dead codes, resulting in a little smaller binary.

0.5.2 (2013-12-23)
=====
- Fix infinite loops in LaTeX filter.
  (Bug report and patch by Neutron Soutmun)
- Fix off-by-one character loss in long HTML tokens.
  (Bug report and analysis by Nicolas Brouard)

0.5.1 (2013-10-30)
=====
- Correct word break code for Lambda.
- Updated word break dictionary.
- Adjust file filters to prevent potential buffer overflow.

0.5.0 (2013-02-11)
=====
- Character encoding conversion is now spontaneous, no more buffering via
  temporary file.
- Rewritten RTF filter. It's now tested to work with real RTF document.
- Process characters as Unicode internally, so that characters not present
  in TIS-620 are not lost in output.
- Fix potential buffer overflow vulnerability in Mule mode.
- Updated word break dictionary.
- Significant source clean-ups.
- Switch to XZ tarball compression.

0.4.3 (2012-06-13)
=====
- Replace word break dictionary with the word lists used to prepare
  hyphenation patterns for the upcoming ThaiLaTeX, for best results.

0.4.2 (2012-02-08)
=====
- Fix wrong word break within punctuation sequences like LaTeX `` and ''.
- Reformat source for readability.
- Significant source clean-ups.

0.4.1 (2011-03-20)
=====
- Fixed bugs which caused wrong word break before PHINTHU, NIKHAHIT, YAMAKKAN
  and LAKKHANGYAO.
- Enhanced custom dictionary options ('-d' on command line and SWATHDICT
  environment [formerly WORDSEGDATA]) to cover any datrie file, not just
  directory, for more convenient use of custom dictionary.
- Various more code clean-ups.
- Long-outdated and unmaintained RPM spec is now removed.

0.4.0 (2009-04-08)
=====
- New dictionary engine with libdatrie 0.2.
- Fix memory leaks.
- Various clean-ups, including Valgrind warnings.

0.3.4 (2008-04-06)
=====
- More secure temporary file usage.

0.3.3 (2008-03-20)
=====
- Fix regression introduced during portability fix in 0.3.2.
  (Bug report by Pisut Tempatarachoke)
- Fix bug that prevent '-u u,u' from working.
  (Bug report by Neutron Soutmun)
- Minor code and doc improvements.

0.3.2 (2008-02-02)
=====
- Fix char signedness portability issues.
- Improved messages and documentation.

0.3.1 (2006-03-28)
=====
Includes all changes in CVS during the last 4 years
- More configure options (debug, thai line catenation control)
- C++ transition
- Misceleneous bug fixes

0.3.0 (2001-12-21)
=====
- First autotoolized version.