-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathChangeLog
More file actions
95 lines (71 loc) · 2.72 KB
/
ChangeLog
File metadata and controls
95 lines (71 loc) · 2.72 KB
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
2025-09-01 unirec-3.4.0
* unirec++ - Add missing operators to UnirecArray::Iterator for random access support
2024-09-30 unirec-3.3.2
* BUGFIX - unirec++ - fix checkDataTypeCompatibility for non-array values in UnirecRecord
2024-07-29 unirec-3.3.1
* BUGFIX parsing and handling /0 netmask for ip_prefix_search
2024-07-25 unirec-3.3.0
* unirec++ - outputInterface - improvements
* unirec++ - bidirectionalInterface - improvements
2024-02-07 unirec-3.2.0
* unirec++ - fix template reload
* unirec++ - add support for receiving sequential numbers
* unirec++ - add getInputInterfaceStats function
2024-01-23 unirec-3.1.0
* unirec++ - change namespace to Nemea
* unirec++ - refactor IpAddress class
2023-10-22 unirec-3.0.0
* add nemea++ API for C++ to support development of NEMEA modules
2022-12-27 unirec-2.9.7
* rpm: skip installation of .la files
* bugfix: ur_expand_template() bad reallocation
* bugfixes based on coverity and codeQL
2021-09-15 unirec-2.9.6
* unirec: Fixed reallocation of buffer when field is bigger than buffer/2 in unirec2csv file.
2021-09-02 unirec-2.9.5
* unirec: Set parameters of some functions as const
* ur_processor: Support to process .hpp files
* Makefile: Set default standard to gnu11 and gnu++11
2021-03-22 unirec-2.9.4
* timestamps in microseconds precision
* fix build gcc10
* bugfixes
2020-09-20 unirec-2.9.3
* compilation on gcc10
* improved doc of ur_time
2020-07-09 unirec-2.9.2
* unirec: bugfixes when converting to CSV format
2020-04-21 unirec-2.9.1
* bugfixes and maintenance of ip_prefix_search
2020-04-01 unirec-2.9.0
* Added ip_prefix_search feature to search in IP subnets (by @plotenyondra)
2020-01-31 unirec-2.8.0
* unirec:
- added ur_array_append_get_ptr(), which allocates new element
and returns pointer to it
2019-09-02 unirec-2.7.0
* Add array type in UniRec
* Add conversion of array in ur2csv API
2019-05-18 unirec-2.6.0
* Bugfixes for openwrt - timestamps, undefined constants
* csv - improved API to convert any field value to string
2019-04-21 unirec-2.5.1
* UniRec2CSV: bugfixes string termination
2019-04-20 unirec-2.5.0
* Fixed MAC address conversion functions
* Added API for UniRec to CSV conversion
2019-03-21 unirec-2.4.0
* Add nanosecond precision for ur_time_t
* Improved ur_time_from_str() with UTC timezone format support
2018-07-30 unirec-2.3.0
* unirec:
Add lists related to types and sizes of UniRec fields into public API
2017-08-07 unirec-2.2.6
* doc updates
* minor improvements and bugfixes
2016-07-26 unirec-2.2.3
* update spec file dependencies and debug package
* replaced python processor with bash&awk for ur_values
* bugfixes:
- ur_processor used bad type of timestamps
- fixed multiple execution of ur_processor.sh in tests