forked from LanguageMachines/ticcutils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
142 lines (123 loc) · 3.72 KB
/
NEWS
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
16 may 2018 0.20
[Ko van der Sloot]
* PrettyPrint: added printing of pairs
* several small bug fixes
* added more tests to 'make check'
* fixed icu::namespace issues
16 may 2018 0.19
[Ko van der Sloot]
* Bumped library version to 5.0
* Socketbasics:
- invalidate sockets, when something looks not OK
* Unicode:
- added Unicode (UTF8) aware versions of uppercase() and lowercase()
added a UnicodeString splitter, analogue to the 'old' TiCC::split()
functions
- added icu:: namespace (required for ICU61 and up)
- fixed a problem with Transcriptor rules not handled correctly.
* Small edits to fix some compiler warnings.
* fixed potential memory leaks in Trie.h and Tar.cxx
* CommandLine:
- implemented gnu-like extensions in commandline parsing.
(intermixing mass options with normal options)
* added tests for the new features/functions.
[Maarten van Gompel]
* added codemeta.json file
19 feb 2018 0.18
* added more unicode helper classes and functions:
- Unicode Filter class
- diacriticsfilter()
- Unicode Normalizer.
* small fix in Configuration Class
* Bumped library version to 4.0
* more tests added to 'make check'.
* overhauled autoconfigure stuff.
- MacOSX is now better supported.
- libzlib, libbz2 and libtar are no longer optional
07 nov 2017 0.16.1
[Ko vd Sloot]
New release due to mixup in the previous release
06 nov 2017 0.16.1
[Ko vd Sloot]
* bumped the .so version to 3.0
26 oct 2017 0.16
[Ko van der Sloot]
* update autoconfig stuff
* added more and enhanced split() functions, including JAVA like variants
* refactoring and cleanup
* improved assertEqual()
4 april 2017 0.15
[Ko van der Sloot]
- small bug fixes:
- added newline in logging
- check on 0 pointer in SocketBasics
- added more safeguards against abuse of CommandLine and StringOps
- added more tests tot runtest
- code refactoring based on static analysis with CPPCHECK
18 oct 2016 0.14
[Ko van der Sloot]
- fixed dependecy on zlib1g-dev in configure
- fixed pthread checking in configure
- fixed tests.
- added getatt() member to Configuration class, to get in line with setatt()
and clearatt(). lookUp() still supported
- added code to use TCP_KEEPALIVE. Not used and little tested.
26 jul 2016 0.13.1
[Maarten van Gompel]
- Very minor release update to facilitate debian packaging
11 jul 2016 0.13
[Ko vd Sloot]
Bug fix release
- LogSteam: fixed init and LogLevel stuff. Added tests
- Configuration: add ooutput operators
- Serverbase: removed unsupported options. (some Timbl remains)
7 jun 2016 0.12
[Ko vd Sloot]
Bug fix release.
- fixed compiler warnings when libtar-dev is missing
- in Config code:
- trim spaces in entries
- don't add more then 1 configDir option
- Config::dump() is fixed
- added a clearatt() function
- added and updated tests.
- XMLtools:
- added a function to poll ALL Defines namespaces on a node
14 jan 2016 0.11
[Ko vd Sloot]
A lot is done since 0.7
- the repository is moved to GitHub
- added travis support
- overhauled CommandLine stuff
- added basic server stuff
- added more tests
- lots of bug fixes
23 sept 2014 0.7
[Ko vd Sloot]
- release
16 sept 2014 0.6
[Ko vd Sloot]
- small bug fixes in LogStream, FileUtils
- improved UnitTest
- better 'make check' and 'make distcheck'
- reworked CommandLine stuff
- added basename() and dirname()to StringOps
11 june 2014 0.5
- added CommandLine stuff
- added FileUtils
- improved XMLtools
- added Tar and Bzip stuff
3 april 2013 0.4
- added XMLtools
- added Timer
- added Configuration
- added more functions to StringOps
11 okt 2012 0.3
[Ko vd Sloot]
- released verion 0.3
- added Trie en Hash stuff from Timbl
13 august 2012 0.2
[Ko vd Sloot]
- moved testing macro's into own header file. Improved them too.
- released version 0.2
7 august 2012 started work