]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add a release note about dropping support for non-dotted-quad IPv4 addresses in maste...
authorMichał Kępień <michal@isc.org>
Mon, 5 Mar 2018 13:13:50 +0000 (14:13 +0100)
committerMichał Kępień <michal@isc.org>
Tue, 6 Mar 2018 08:49:27 +0000 (09:49 +0100)
commit2a50fc324bb67cae677f8bfb3705afd1ffac83bf
tree8899aa44616859d165b1a783960d7bbbe68069e9
parentc047405c5d70be08f14baacc328683fb79ec02ce
Add a release note about dropping support for non-dotted-quad IPv4 addresses in master files

Support for non-dotted-quad IPv4 addresses in master files was dropped
when the inet_aton() call inside getquad() got replaced with a call to
inet_pton(), so a release note should have been added back then to
inform users that such syntax will no longer work.
doc/arm/notes.xml
lib/dns/tests/rdata_test.c