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
|
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
|