forked from TimoSavi/tlve
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
75 lines (48 loc) · 2.3 KB
/
ChangeLog
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
2016-06-30 Timo Savinen <[email protected]>
* Version 2.3
* If integer value does not fit to C data type, then value is printed as hex value.
2015-05-14 Timo Savinen <[email protected]>
* Version 2.2
* Fixed case when using several -e options with same element name. Previously only first element was checked.
2014-12-07 Timo Savinen <[email protected]>
* Version 2.1
* Value encoding information from input data can now be mapped to tlve's internal value types. This is
implemented by new keyword "type" in tag-length definition and "typemap" defition in configuration file.
2014-03-26 Timo Savinen <[email protected]>
* Version 2.0
* Zombie processes are now properly reaped using SIG_IGN
* If path in tlv definition starts with *, then only the rest of the path must match with current path.
2012-12-29 Timo Savinen <[email protected]>
* Version 0.1.9
* New value type "hexs"
* New structure option "hex-caps"
2012-03-11 Timo Savinen <[email protected]>
* Version 0.1.8
* Printing directive %c
* value-types "bcds" and "dec" implemented
2011-10-30 Timo Savinen <[email protected]>
* Version 0.1.7
* Input preprosessing implemented
* Printing directives %t and %p fixed
2010-09-01 Timo Savinen <[email protected]>
* Version 0.1.6
* new default for "value-type" is now "escaped", which prints non printable chars as \xnn.
2009-12-11 Timo Savinen <[email protected]>
* Version 0.1.5
* Hold variables implemented. Hold variables can be used to store value of an element for later printing.
2009-11-22 Timo Savinen <[email protected]>
* Version 0.1.4
* Options -l,-L and -n work now together: Names given by option -n are printed only if they appear between start and stop levels.
* New printing parameters block-start, block-end and separator implemented
2009-09-27 Timo Savinen <[email protected]>
* Version 0.1.3
* Fixed option -a,--and. Should now work correctly when constructed item contains
several expression elements with the same name.
2009-06-23 Timo Savinen <[email protected]>
* Version 0.1.2
* options -l and -L implemented
2009-05-17 Timo Savinen <[email protected]>
* Version 0.1.1.
* Mapping of tlv triplets to tlv keyword enhanced for better performance.
2009-03-28 Timo Savinen <[email protected]>
* tlve: initial version.