forked from zonemaster/zonemaster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
248 lines (191 loc) · 10.3 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
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
Release history of Zonemaster
v2018.2.2 2019-03-15 Pre-release and bugfixes
[Status]
- This is a pre-release version not fully tested on all supported
OS's and Perl versions. This version will not be available on
CPAN. See comment in Github release notes for each component
for installation.
[Fixes]
- Corrections in Zonemaster-Engine. See Zonemaster-Engine release
notes on Github.
[Zonemaster product]
- This version of Zonemaster also consists of the following components.
For each component, see its Changes file or Github release notes.
Zonemaster-LDNS v2.0.0 https://github.com/zonemaster/zonemaster-ldns
Zonemaster-Engine v3.0.2 https://github.com/zonemaster/zonemaster-engine
Zonemaster-CLI v2.0.0 https://github.com/zonemaster/zonemaster-cli
Zonemaster-Backend v3.0.0 https://github.com/zonemaster/zonemaster-backend
Zonemaster-GUI v3.0.1 https://github.com/zonemaster/zonemaster-gui
v2018.2.1 2019-01-31 Pre-release and bugfixes
Status
- This is a pre-release version not fully tested on all supported
OS's and Perl versions. This version will not be available on
CPAN.
- Fixes
- Corrected the implementation of test case Nameserver02
in Zonemaster-Engine.
- Corrected installation command in Zonemaster-GUI
This version of Zonemaster also consists of the following components. For each
component, see its Changes file.
Zonemaster-LDNS v2.0.0 https://github.com/zonemaster/zonemaster-ldns
Zonemaster-Engine v3.0.1 https://github.com/zonemaster/zonemaster-engine
Zonemaster-CLI v2.0.0 https://github.com/zonemaster/zonemaster-cli
Zonemaster-Backend v3.0.0 https://github.com/zonemaster/zonemaster-backend
Zonemaster-GUI v3.0.1 https://github.com/zonemaster/zonemaster-gui
v2018.2 2019-01-27 Pre-release
Status
- This is a pre-release version not fully tested on all supported
OS's and Perl versions. This version will not be available on
CPAN.
Changes Zonemaster repository:
- All link references on Github now to zonemaster/zonemaster instead
of old dotse/zonemaster #637
- Updated specification of test case Nameserver01 (#625, #639)
- Updated specification of test case DNSSEC05 #626
- Updated specification of test case Delegation01 (#609, #638)
- Updated specification of test case Delegation02 (#610)
- Added new test case Consisteny06 (#619)
- Updated specification of test case Consistency03 (#618)
- Updated specification of test case Consistency02 (#616)
- Updated specification of test case Consistency01 (#615)
- Added new test case Nameserver10 (#650)
- Added new test case Nameserver11 (#652, #661)
- Added new test case Nameserver12 (#658, #662)
- Added new test case Nameserver13 (#653)
- Added new test case Nameserver14 (#654)
- Updated specification of test case Consistency05 (#620, #663)
- Updated specification of test case Nameserver02 (#655)
- Updated specification of test case Syntax06 (#633)
- Updated specification of test case Delegation03 (#621)
- Replaced separate config and policy with a unified profile
- Various #644
- Updated specification #606
- Added style guide entry regarding case-insensitive regexes #664
- Updated maprequirement #659
- Updated Report.md #660
- Added Consistency06 to test requirements and update of
Consistency README #651
- Update main README.md #667
High lights:
- Unified profile has replaced config and policy in all components.
- Updated test case specifications with stricter description of steps.
- New test cases, especially test cases for EDNS and DNS Flagday
https://dnsflagday.net/
This version of Zonemaster also consists of the following components. For each
component, see its Changes file.
Zonemaster-LDNS v2.0.0 https://github.com/zonemaster/zonemaster-ldns
Zonemaster-Engine v3.0.0 https://github.com/zonemaster/zonemaster-engine
Zonemaster-CLI v2.0.0 https://github.com/zonemaster/zonemaster-cli
Zonemaster-Backend v3.0.0 https://github.com/zonemaster/zonemaster-backend
Zonemaster-GUI v3.0.0 https://github.com/zonemaster/zonemaster-gui
v2018.1 2018-06-25 Public release
Changes Zonemaster reposistory:
- Create StyleGuide.md (#561)
- Editorial updates (#562, #563, #582, #584, #577, #571, #579, #582, #589,
#590, #593, #583, #590, #595, #586, #602, #603, #604,
- Update test messages (#570, #560)
- Fix perl warnings (#578)
- Create TC dnssec12 placeholder (#591)
- Delete GUI folder (#572)
- Clarify record fetching in Syntax05 (#600)
- Update TC basic02 (#608)
- Bring Steps in line with Objective for Consistency03 (#601)
- Clarify more record fetching in TCs Dnssec03-05, Syntax06 and Zone06
(#607)
- Updated testing preparation files for Debian and CentOS (#623)
- Update README.md in prepartion for release (#622)
- Updated Changes as preparation for release (#634)
High lights:
- Zonemaster-LDNS is now built on latest version of LDNS and has been
modulized to make it possible to use available LDNS library.
- Zonemaster-GUI has been rewritten from ground up.
This version of Zonemaster also consists of the following components. For each
component, see its Changes file.
Zonemaster-LDNS v1.1.0 https://github.com/dotse/zonemaster-ldns
Zonemaster-Engine v2.0.7 https://github.com/dotse/zonemaster-engine
Zonemaster-CLI v1.1.3 https://github.com/dotse/zonemaster-cli
Zonemaster-Backend v2.1.0 https://github.com/dotse/zonemaster-backend
Zonemaster-GUI v2.0.0 https://github.com/zonemaster/zonemaster-gui
v2017.4.2 2018-02-23 Security release
Changes:
- Security release of zonemaster-gui
- Update of input validation of domain name in zonemaster-backend
This version of Zonemaster also consists of the following components. For each
component, see its Changes file.
zonemaster-ldns v1.0.2 https://github.com/dotse/zonemaster-ldns
zonemaster-engine v2.0.6 https://github.com/dotse/zonemaster-engine
zonemaster-cli v1.1.2 https://github.com/dotse/zonemaster-cli
zonemaster-backend v2.0.2 https://github.com/dotse/zonemaster-backend
zonemaster-gui v1.0.11 https://github.com/dotse/zonemaster-gui
v2017.4.1 2018-01-26 Security release
Changes:
- Security release of zonemaster-gui
This version of Zonemaster also consists of the following components. For each
component, see its Changes file.
zonemaster-ldns v1.0.2 https://github.com/dotse/zonemaster-ldns
zonemaster-engine v2.0.6 https://github.com/dotse/zonemaster-engine
zonemaster-cli v1.1.2 https://github.com/dotse/zonemaster-cli
zonemaster-backend v2.0.1 https://github.com/dotse/zonemaster-backend
zonemaster-gui v1.0.10 https://github.com/dotse/zonemaster-gui
v2017.4 2018-01-12 Public release
Changes:
- Added specification for undelegated test (#495, #526)
- Removed address04.md and editorial changes (#491, #532)
- Updated OS, DB, issue and "notables bugs" information in README.md (#540, #548, #547)
- Remove perlbrew step from release process (#542)
- Update of ReleaseProcess.md (#543, #545, #549)
- Update the procedure for verifying metadata (#546)
This version of Zonemaster also consists of the following components. For each
component, see its Changes file.
zonemaster-ldns v1.0.2 https://github.com/dotse/zonemaster-ldns
zonemaster-engine v2.0.6 https://github.com/dotse/zonemaster-engine
zonemaster-cli v1.1.2 https://github.com/dotse/zonemaster-cli
zonemaster-backend v2.0.1 https://github.com/dotse/zonemaster-backend
zonemaster-gui v1.0.9 https://github.com/dotse/zonemaster-gui
v2017.3 2017-11-02 Public release
Fixes:
- Update README.md (#519)
- Fix links (#517)
- Update README.md (#516)
- Update the release process for LDNS (#512)
- Updated release plan and version principles solving issue #506 (#510)
- Fix Commonmark rendering on Github.Replace NBSP with SPACE.
- Update README.md. Corrected links that were not working and made a head line
to be a head line. No content change.
- Update MasterTestPlan.md. Corrected a link that was not a link.
- Be more explicit about the system testing procedure (#489)
- Specify how to install tarballs in system testing (#488)
- Update delegation01.md Clarified how name servers should be counted. (#501)
- Corrected issue in Markdown heading
This version of Zonemaster also consists of the following components. For each
component, see its Changes file.
zonemaster-ldns v1.0.1 https://github.com/dotse/zonemaster-ldns
zonemaster-engine v2.0.1 https://github.com/dotse/zonemaster-engine
zonemaster-cli v1.1.1 https://github.com/dotse/zonemaster-cli
zonemaster-backend v2.0.0 https://github.com/dotse/zonemaster-backend
zonemaster-gui v1.0.8 https://github.com/dotse/zonemaster-gui
v2017.2 2017-04-11 (Pre-release)
This version of Zonemaster consists of the parts listed below. Note the pre-releases of
Zonemaster Engine, Zonemaster CLI and Zonemaster Backend, not ready for production.
net-ldns v0.75 https://github.com/dotse/net-ldns
zonemaster-engine v1.1.0 https://github.com/dotse/zonemaster-engine (Pre-Release)
zonemaster-cli v1.1.0 https://github.com/dotse/zonemaster-cli (Pre-Release)
zonemaster-backend v1.2.0 https://github.com/dotse/zonemaster-backend (Pre-Release)
zonemaster-gui v1.0.7 https://github.com/dotse/zonemaster-gui
v2017.1 2017-04-04 (Pre-release)
Updates in this release (pre-release):
Update basic00.md (#479)
This version of Zonemaster also consists of the parts listed below. Note the pre-releases of
Zonemaster Engine and Zonemaster CLI, not ready for production.
net-ldns v0.75 https://github.com/dotse/net-ldns
zonemaster-engine v1.1.0 https://github.com/dotse/zonemaster-engine (Pre-Release)
zonemaster-cli v1.1.0 https://github.com/dotse/zonemaster-cli (Pre-Release)
zonemaster-backend v1.1.0 https://github.com/dotse/zonemaster-backend
zonemaster-gui v1.0.7 https://github.com/dotse/zonemaster-gui
v2016.2 2016-12-12 Public release
This version of Zonemaster consists of
net-ldns v0.75 https://github.com/dotse/net-ldns
zonemaster-engine v1.0.16 https://github.com/dotse/zonemaster-engine
zonemaster-cli v1.0.5 https://github.com/dotse/zonemaster-cli
zonemaster-backend v1.1.0 https://github.com/dotse/zonemaster-backend
zonemaster-gui v1.0.7 https://github.com/dotse/zonemaster-gui