-
Notifications
You must be signed in to change notification settings - Fork 17
/
Changes
85 lines (43 loc) · 1.06 KB
/
Changes
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
v2.0.0
* Encoding of multiple DNS records now supported
* Lua now returns integer error instead of string (API change for Lua)
v1.0.19
* Fix compilation errors when using Lua 5.1
v1.0.18
* Update code to compile with Lua 5.4
v1.0.17
* Bug fix---Increase packet buffer size in Lua code.
v1.0.16
* Bug fix---Forgot to set class field when using OPT RR
v1.0.15
* Bug fix---invalid write to memory
v1.0.14
* Bug fix---unused bit goes into the z field
v1.0.13
* Bug fix---compiling/linking issues
v1.0.12
* Update code to compile with Lua 5.2 and 5.3
v1.0.11
* Bug fix---fix typo
v1.0.10
* Bug fix---remove undefined behavior from previous bug fix
v1.0.9
* Bug fix---concatenated TXT records need space between strings
v1.0.8
* Bug fix---timed out condition didn't return timed out error
v1.0.7
* Rockspec update
v1.0.6
* Rockspec update
v1.0.5
* Support for Lua rocks
v1.0.4
* Fixed __attribute__()
v1.0.3
* Bug fix-return unknown values
v1.0.2
* C++ compilation errors fixed
v1.0.1
* Added some asserts
v1.0.0
* Initial version.