Matthijs Mekking
689215a675
Add release note and change entry for #3438
...
Bug worth mentioning.
2022-07-12 11:29:39 +02:00
Ondřej Surý
51b0c3cbb8
Add CHANGES and release note for [GL #3423 ]
2022-07-11 12:26:37 +02:00
Michał Kępień
680d1d29a4
Set up release notes for BIND 9.19.4
2022-07-11 08:49:38 +02:00
Michał Kępień
61f183af3d
Add release note for GL #3415
2022-07-07 14:43:47 +02:00
Michał Kępień
a01550d25f
Add release note for GL #3152
2022-07-07 14:43:47 +02:00
Michał Kępień
d22094810b
Restore release note for GL #3386
2022-07-07 14:43:47 +02:00
Michał Kępień
058a64d69a
Reorder release notes
2022-07-07 14:43:47 +02:00
Michał Kępień
3f040489a6
Tweak and reword release notes
2022-07-07 14:43:47 +02:00
Michał Kępień
95e756518d
Prepare release notes for BIND 9.19.3
2022-07-07 14:43:47 +02:00
Evan Hunt
52bab72e84
CHANGES and release note for [GL #665 ]
2022-07-06 19:46:50 -07:00
Mark Andrews
07d5c23cac
Add release note for [GL #3402 ]
2022-07-05 12:29:56 +10:00
Petr Špaček
d101490250
Add hyperlinks to all unique statement names
...
This shell script added hyperlinks to all unique statement names:
UNIQSTATEMENTS=$(\
sort \
<(git grep '.. namedconf:statement::' '*.rst' | sed -e 's/^.*:: //') \
<(git grep '.. rndcconf:statement::' '*.rst' | sed -e 's/^.*:: //') \
| uniq --unique)
ARMFILES=$(git ls-files 'doc/*.rst' | grep -v 'doc/man')
for STATEMENT in $UNIQSTATEMENTS; \
do sed -i -e "s/\`\`$STATEMENT\`\`/:any:\`$STATEMENT\`/g" $ARMFILES; \
done
This needs manual cleanup (see next commit) to fix syntax errors.
2022-07-04 15:50:50 +02:00
Michał Kępień
f0d2d3c03f
Add CHANGES entry and release note for GL #2147
2022-06-30 15:24:08 +02:00
Petr Špaček
2ee3f4e6c8
Update NSEC3 guidance to match draft-ietf-dnsop-nsec3-guidance-10
...
https://datatracker.ietf.org/doc/html/draft-ietf-dnsop-nsec3-guidance-10
is on it's way to become RFC, so let's update our recommendations in the
docs to be in line with it.
2022-06-15 17:53:33 +02:00
Michał Kępień
529a7c0c1a
BIND 9.19.2
...
-----BEGIN PGP SIGNATURE-----
iQJDBAABCgAtFiEENKwGS3ftSQfs1TU17QVz/8hFYQUFAmKY50MPHG1pY2hhbEBp
c2Mub3JnAAoJEO0Fc//IRWEFWu0QAJ2gYn5ShpLt98L9yknezjUBVzeB/yiz8xLC
gjXKs8OIdqvQV4N2lqdqdvaHUpLmK6tWQVFyiVfcQehKVu0z0PZfM1+iphBRn1ES
laVL1ZyRvncAPxRZPztYngeESZnMDeEObcKw4bGaB+Fs7S8ZqvaEDBs6GShYMnYR
AeBsdqeUVUZTMJC+D5AdCfvutd6LMiS4mB1uE4bWfjxZkeOCaLUJZB11JCMw8uMQ
HUjpvIwq5eDUFVA4flKi0YwCfUeZdrkdgcn+YtGJHNQFY8quWMdE26IrfKM/oUF+
NOuD5SZurh/ShETL68zsSiQoWxlnuIPjsfdjYArmUdMuBoBHtAqq9keHGU1sU02J
joxRcDX2ltEzdD+sGeUgZ1BEXGC9n0wK+XKCRICZ6+axr08NJhvViuVplK+g1U08
wbz9PWHowQ3yd/dDeTz9jda5oFMeTHHd7C8mUhdvf2aQqJ+u1dlJ9Rn7s/mtZGEq
TEIGdIkXncmMFhs38562i2RncueFOHeM5ZY5g8o7mmNcr3RerxkaGQeg6xIY1PUN
xIjTsoa8odvZP4pW1uKMmKhBfSIG+yYnZgBo1y/zJgjbeQ7EHZVqLAeKDTuAIxSB
7tnvXvrHdQ9yo0Kn82e93Y+QYJ1GHL4UdHynH2B3T4JGgDYFqyrfbWSCTh6FpgWS
VhLaoT4d
=rNzV
-----END PGP SIGNATURE-----
Merge tag 'v9_19_2'
BIND 9.19.2
2022-06-15 15:53:59 +02:00
Ondřej Surý
646df5cbbc
Add CHANGES and release note for [GL #3400 ]
2022-06-14 11:33:02 +02:00
Petr Špaček
d029d6374d
Set default number of additional NSEC3 iterations to 0 in dnssec-signzone
...
We forgot to update dnssec-signzone while updating KASP defaults.
Closes : #3395
Related: #2956
2022-06-14 08:30:32 +02:00
Evan Hunt
15f08ca961
CHANGES and release note for [GL #3386 ]
2022-06-13 12:53:51 -07:00
Aram Sargsyan
3191eabbc7
Add CHANGES and release note for [GL #2506 ]
2022-06-09 10:46:35 +00:00
Michał Kępień
a300392fcc
Set up release notes for BIND 9.19.3
2022-06-03 11:01:13 +02:00
Michał Kępień
cd736a334e
Add release note for GL #3327
2022-06-02 18:27:40 +02:00
Michał Kępień
f4cfcd3389
Reorder release notes
2022-06-02 18:27:40 +02:00
Michał Kępień
008dfecbd1
Tweak and reword release notes
2022-06-02 18:27:40 +02:00
Michał Kępień
3913e59508
Prepare release notes for BIND 9.19.2
2022-06-02 18:27:40 +02:00
Aram Sargsyan
b8073cbe72
Add CHANGES and release note for [GL #3380 ]
2022-06-02 09:30:38 +00:00
Matthijs Mekking
92f98002e7
Add CHANGE and release note for #1611
...
Feature change.
2022-05-31 15:45:14 +02:00
Michal Nowak
c9aca34b1e
BIND 9.19.1
...
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEIz+ZTe/bbr1Q+/5RJKPoRjruXlYFAmJ42nYACgkQJKPoRjru
XlYtjA/8Dm/V5GSluMEoOiYXzqJ48qkdZk9sGpj+nlrnKSGY9UISZdB+9cc9JsvG
D8c0a4JVYy4+Rcu6ivTc/iL7jrS7ypg5FFRFxOrWEugmCyOEJQ8tnhjvtQpzWyce
m3PHtPn8s5HBojfmW4DJG5A+1CtbzStzGGdtZY6+uE9LcXynDyIjf0ebrYn7prVH
E3UC+cYOMhq/v9AsOBvphc/3KpEWkTLeYLknPzD4el1MpCX7bTvEgnOPE8RgeVtm
SGkXoEn2+EvfJf0UMJU6i4gqKJ4HFG2gwqk7H5XmEi61U3qerAExqgz81r9/pFzC
PupeB7qjtHB0QO1QN3q++CW9sQJ4Xy0BrbcDWe0dgY7Kt8UgrM+CDV+qm4ueryem
d6gqmT1WKFeS2NevHPnOoqoSJa2IhEWR07/DoZVUXF0ADtFeswANaRVDTv+fGy1j
qKKPwoLndYePJROuQ296xntyK4A7E4lNkwdP76/x1I0vhqdRoMZNP2l2e7s1uznL
O8FP6yBov2EopIoGRfmrSFVUdkGn4gPzx4M5DHYhgsI+S2TXpXVyJq0XcEvEE3S6
bMYCHU3yR8EExvKdFxcshxJMhkezF8OvxRxKp3Vap5ClFagg+sAnI0wv5GsmxKgq
RVzFKyuTtZisfV9a3rC5TxBtjmnMPcWuI9kj09VPlzqKh9xibhU=
=Im1y
-----END PGP SIGNATURE-----
gpgsig -----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEIz+ZTe/bbr1Q+/5RJKPoRjruXlYFAmKGBicACgkQJKPoRjru
XlbjRxAAk+2JaH7/lffXyCgcCj1A75AUlS+KNnP0NwtNTMvcvDXfI5R3HYW0ZfXg
ITlixiIyH1la029vUuyr7pYwLhM8H7ocqkmsMDh7JqhaM8DDVCUSEeBGU+dZJKbs
IBsBgQ0I5vsD4UIiyW/1LuI05GfmFA0Ood8meIZMZ176le0M7NsWQnawZVSsY2f1
u+r6Ca50XIPrF1J5tUk1Dmj0aPPIVSSMmcn3+ZChTyiilUegrBjv1jKKqkf6+Kgi
vMIqZLMTtJluzPkxTUZ2kQDfCtzFM3kijAWPko1Zcybxq2OsKT5hSGFkoFo/afF4
pmk8XzGdSII+DYfiBUU2ddt3NS7htbWgf6vfSa/oXUZXqvv8V0eYUn5A0wIw46w3
gT6ut4BDLZ8Hl32rbuXJ0RgzVnD+0GFpkqpl9okwz9E5nbj18+CXWMRLdCUktxyK
ZjnbiW0luuOmwSEyzA2jfNOcqbgElmCfmeJhUSWbSlt1u9k/bTms9NRjNM4MRy+r
c7VjAEPwAzNugf4B3uZ+ObaGwAsUTBooOxXdwiHtpRAU8hSHhIVNBMRCtNzCz0dZ
Wwd87eF7KqsKnikkm8qajvZUACty7DklDiODV8j+Ir/JXpZgGn0jqTyo5T/dueQq
s6448xoLbVTBRtvtuAWZX95EmWDLdiizqn3HaDaHOxYXzQO5OhY=
=Kjz0
-----END PGP SIGNATURE-----
Merge tag 'v9_19_1'
BIND 9.19.1
2022-05-19 10:55:42 +02:00
Matthijs Mekking
0f89f0b134
Add changes and release notes for #3302
...
Add a comment to make danger happy.
2022-05-13 13:31:17 +02:00
Michal Nowak
f7edd3c103
Set up release notes for BIND 9.19.2
2022-05-11 10:39:17 +02:00
Michal Nowak
d25977e500
Reorder release notes
2022-05-09 10:10:22 +02:00
Michal Nowak
0cb80f7343
Tweak and reword release notes
2022-05-09 10:10:22 +02:00
Michal Nowak
7f1fbcb4e7
Prepare release notes for BIND 9.19.1
2022-05-06 17:00:40 +02:00
Artem Boldariev
6791500e96
Add release note entry for [GL #3216 ]
2022-05-04 19:39:18 +02:00
Aram Sargsyan
bc3dc2eb41
Add release note for catalog zones schema version 2 support
2022-05-03 16:41:55 +00:00
Mark Andrews
ac5023bf66
Add release note entry for [GL #3296 ]
2022-04-28 15:54:44 -07:00
Matthijs Mekking
a320f4ed04
Add CHANGES and release notes for #2267
2022-04-28 09:58:51 +02:00
Mark Andrews
9597d30186
Add release note for [GL #3234 ]
2022-04-19 14:35:35 +10:00
Matthijs Mekking
ebbcf4c34f
Add CHANGE and release note for #2931
...
Release note worthy.
2022-04-13 13:26:59 +02:00
Michał Kępień
058df60ee1
Set up release notes for BIND 9.19.1
2022-04-12 13:41:18 +02:00
Michał Kępień
8ce52b94f4
Prepare release notes for BIND 9.19.0
2022-04-11 10:05:50 +02:00
Michał Kępień
d43ab7059a
Reorder release notes
2022-04-11 10:05:50 +02:00
Michał Kępień
2a3088e18d
Tweak and reword release notes
2022-04-11 10:05:50 +02:00
Michał Kępień
e4f775d1b3
Remove release notes applying to BIND 9.18.x
2022-04-11 10:05:50 +02:00
Michał Kępień
6c0bf20ed8
Remove release notes for BIND 9.17.x
2022-04-11 10:05:50 +02:00
Tony Finch
71ce8b0a51
Ensure that dns_request_createvia() has a retry limit
...
There are a couple of problems with dns_request_createvia(): a UDP
retry count of zero means unlimited retries (it should mean no
retries), and the overall request timeout is not enforced. The
combination of these bugs means that requests can be retried forever.
This change alters calls to dns_request_createvia() to avoid the
infinite retry bug by providing an explicit retry count. Previously,
the calls specified infinite retries and relied on the limit implied
by the overall request timeout and the UDP timeout (which did not work
because the overall timeout is not enforced). The `udpretries`
argument is also changed to be the number of retries; previously, zero
was interpreted as infinity because of an underflow to UINT_MAX, which
appeared to be a mistake. And `mdig` is updated to match the change in
retry accounting.
The bug could be triggered by zone maintenance queries, including
NOTIFY messages, DS parental checks, refresh SOA queries and stub zone
nameserver lookups. It could also occur with `nsupdate -r 0`.
(But `mdig` had its own code to avoid the bug.)
2022-04-06 17:12:48 +01:00
Ondřej Surý
7e71c4d0cc
Rename the configuration option to load balance sockets to reuseport
...
After some back and forth, it was decidede to match the configuration
option with unbound ("so-reuseport"), PowerDNS ("reuseport") and/or
nginx ("reuseport").
2022-04-06 17:03:57 +02:00
Ondřej Surý
855f49cfba
Add CHANGES and release note for [GL #3249 ]
2022-04-04 23:10:04 +02:00
Ondřej Surý
23a4559b34
Add CHANGES and release note for [GL #3190 ]
2022-04-04 21:20:05 +02:00
Artem Boldariev
40db7dfcc1
Mention TLS certs verification in the CHANGES and Release Notes
...
This commit adds points to the CHANGES and the release notes about
supporting remote TLS certificates verification and support for Strict
and Mutual TLS transport connections verification.
2022-03-28 16:22:53 +03:00
Artem Boldariev
63532d6d81
Update the "Known Issues"
...
Mention that some old cryptographic library versions lack the
functionality to implement ignoring the Subject field (and thus the
Common Name) when establishing DoT connections.
2022-03-28 16:22:53 +03:00