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
|
knot (1.2.0-1) unstable; urgency=low
* Imported Upstream version 1.2.0
+ Final release.
+ Some small memory leaks fixes.
-- Ondřej Surý <ondrej@debian.org> Wed, 03 Apr 2013 09:16:25 +0200
knot (1.2.0~rc4-1) unstable; urgency=low
* Imported Upstream version 1.2.0~rc4
+ knotc 'zonestatus' command
+ Changing logfile ownership before dropping privileges
+ knotc respects 'control' section from configuration
+ RRL: resolved bucket collisions
+ RRL: updated bucket mapping to conform RRL technical memo
-- Ondřej Surý <ondrej@debian.org> Fri, 22 Mar 2013 15:35:50 +0100
knot (1.2.0~rc3-1) unstable; urgency=low
* Imported Upstream version 1.2.0~rc3
+ New functionality: Response Rate Limiting as a response to
reflection DNS DDoS attacks in the wild
+ Add missing RRSIG in ANY queries
-- Ondřej Surý <ondrej@debian.org> Fri, 01 Mar 2013 13:24:28 +0100
knot (1.2~rc2-1) unstable; urgency=low
* Imported Upstream version 1.2~rc2
* Fix git location
* Update patches for 1.2 release
-- Ondřej Surý <ondrej@debian.org> Mon, 18 Feb 2013 12:40:01 +0100
knot (1.1.3-1) unstable; urgency=low
* Imported Upstream version 1.1.3
-- Ondřej Surý <ondrej@debian.org> Thu, 20 Dec 2012 10:50:41 +0100
knot (1.1.3~rc1-1) unstable; urgency=low
* Imported Upstream version 1.1.3~rc1
+ Fixed answering DS queries (RRSIGs not together with DS, AA bit
missing).
+ Fixed setting ARCOUNT in some error responses with EDNS enabled.
+ Fixed crash when compiling zone zone with NSEC3PARAM but no NSEC3
and semantic checks enabled.
-- Ondřej Surý <ondrej@debian.org> Fri, 07 Dec 2012 11:19:35 +0100
knot (1.1.2-1) unstable; urgency=low
* Imported Upstream version 1.1.2
-- Ondřej Surý <ondrej@debian.org> Wed, 21 Nov 2012 14:45:34 +0100
knot (1.1.2~rc1-1) unstable; urgency=low
* Imported Upstream version 1.1.2~rc1
* Update patches for new release
-- Ondřej Surý <ondrej@debian.org> Wed, 14 Nov 2012 14:04:17 +0100
knot (1.1.1-1) unstable; urgency=low
* Imported Upstream version 1.1.1
* Update and remove obsolete patches for new release
-- Ondřej Surý <ondrej@debian.org> Wed, 31 Oct 2012 10:42:09 +0100
knot (1.1.0-5) unstable; urgency=low
* Disable SSE2 instruction set, might solve some strange crashes.
-- Ondřej Surý <ondrej@debian.org> Wed, 10 Oct 2012 13:09:54 +0200
knot (1.1.0-4) unstable; urgency=low
* Disable extra hardening via dpkg-buildflags, which is not needed
by debhelper 9, but breaks builds on squeeze
* Install man5 and knot.info documentation
-- Ondřej Surý <ondrej@debian.org> Mon, 03 Sep 2012 16:43:26 +0200
knot (1.1.0-3) unstable; urgency=low
* Bump dependency on debhelper >= 9
* Bump standards version to 3.9.3
* Fix installation of manpages to correct directories
-- Ondřej Surý <ondrej@debian.org> Mon, 03 Sep 2012 16:02:11 +0200
knot (1.1.0-2) unstable; urgency=low
* Disable AM_MAINTAINER_MODE and re-run autoreconf -fi
* Enable hardening build by default
* Update pidfile patch to 1.1.0
* Cope with default MultiArch in dh_compat==9 and don't install
unittests* binaries
-- Ondřej Surý <ondrej@debian.org> Mon, 03 Sep 2012 15:32:53 +0200
knot (1.1.0-1) unstable; urgency=low
* Imported Upstream version 1.1.0
- User manual now available.
- Optionally disable ANY queries for authoritative answers.
- Dropping identical records in zone and incoming transfers.
- Support for '/' in zone names.
- Generating journal from reloaded zone (EXPERIMENTAL).
- Outgoing-only interfaces in configuration file.
- Following DNAME if the synthetized name is in the same zone.
- IXFR-in optimized.
- Many zones loading optimized.
- Signing SOA with TSIG queries when checking zone version with master.
* Enable maintainer mode to generate version.texi as a workaround.
-- Ondřej Surý <ondrej@debian.org> Fri, 31 Aug 2012 16:27:07 +0200
knot (1.0.6-1) unstable; urgency=low
* Imported Upstream version 1.0.6
- Add NSEC/NSEC3 for all wildcard CNAMEs in the response.
- Fixed potential problems with RCU synchronization.
-- Ondřej Surý <ondrej@debian.org> Wed, 13 Jun 2012 15:31:52 +0200
knot (1.0.5-1) unstable; urgency=low
* Imported Upstream version 1.0.5
- Fixed bug with creating journal files which didn't get merged
by accident
-- Ondřej Surý <ondrej@debian.org> Thu, 17 May 2012 12:25:27 +0200
knot (1.0.4-1) unstable; urgency=low
* Imported Upstream version 1.0.4
- Speed-up loading of many zones due parallelization
- Support for TLSA resource record (Type 52)
- New commands knotc checkzone and knotc refresh (forced update)
- Fixed responses to CNAME queries if the canonical name was also
an alias
- Fixed crash when NS or MX points to an alias
- Fixed crash when bootstraping/compiling a lot of zones
- Significant speed-up and memory usage reduction of IXFR-in
-- Ondřej Surý <ondrej@debian.org> Wed, 16 May 2012 09:33:26 +0200
knot (1.0.3-1) unstable; urgency=low
* Imported Upstream version 1.0.3
- Fixed bug in non-EDNS0 queries over TCP
- Zone compilation time regression fixed
-- Ondřej Surý <ondrej@debian.org> Wed, 18 Apr 2012 09:06:57 +0200
knot (1.0.2-1) unstable; urgency=low
* Imported Upstream version 1.0.2
- Bugfix release
-- Ondřej Surý <ondrej@debian.org> Fri, 13 Apr 2012 16:09:11 +0200
knot (1.0.1-1) unstable; urgency=low
* Imported Upstream version 1.0.1
- Implemented jitter to REFRESH/RETRY timers
- Fixed problem with creating IXFR journal for bootstrapped zone
- Fixed race condition in processing NOTIFY/SOA queries
- Fixed improper assignment of TSIG algorithm type
-- Ondřej Surý <ondrej@debian.org> Fri, 09 Mar 2012 20:18:37 +0100
knot (1.0.0-1) unstable; urgency=low
* Imported Upstream version 1.0.0
* Update pidfile patch
-- Ondřej Surý <ondrej@debian.org> Wed, 29 Feb 2012 18:46:13 +0100
knot (1.0~rc1-1) unstable; urgency=low
* Imported Upstream version 1.0~rc1
* Move knotd.pid to /var/run where it belongs
-- Ondřej Surý <ondrej@debian.org> Wed, 15 Feb 2012 21:12:56 +0100
knot (0.9.1-3) unstable; urgency=low
* Install files into knot package (broken build after added debug
package)
-- Ondřej Surý <ondrej@debian.org> Mon, 23 Jan 2012 15:01:42 +0100
knot (0.9.1-2) unstable; urgency=low
* Build knot-dbg package with debug symbols
-- Ondřej Surý <ondrej@debian.org> Mon, 23 Jan 2012 13:27:20 +0100
knot (0.9.1-1) unstable; urgency=low
* Imported Upstream version 0.9.1
+ RRSet rotation functionality added
+ New pseudo-random number generator (new BSD licensed)
+ Fixed build on BSD
+ Fixes in parsing and dumping of some RR types
* Add correct git-buildpackage configuration
* Update copyright for new PRNG
-- Ondřej Surý <ondrej@debian.org> Sat, 21 Jan 2012 15:47:30 +0100
knot (0.9-1) unstable; urgency=low
* Imported Upstream version 0.9
+ Add TSIG support
+ Several smaller bugfixes
* Add correct git-buildpackage configuration
* Imported Upstream version 0.9.1
* Update copyright for new PRNG
-- Ondřej Surý <ondrej@debian.org> Sat, 21 Jan 2012 15:46:54 +0100
knot (0.8.1-1) unstable; urgency=low
* Imported Upstream version 0.8.1
+ Correctly handle SPF resource records
+ Fix wrong text dumping of unknown records.
-- Ondřej Surý <ondrej@debian.org> Thu, 01 Dec 2011 16:27:44 +0100
knot (0.8-1) unstable; urgency=low
* Initial release (Closes: #647461)
* Add some dependencies in the init.d script
* Add flex and bison to b-d
* Add versioned dependency on liburcu
* Daemonize on the start
* Update copyright file to include all licenses
-- Ondřej Surý <ondrej@debian.org> Wed, 16 Nov 2011 07:14:55 +0100
|