From: Michał Kępień Date: Fri, 23 Feb 2018 11:02:54 +0000 (+0100) Subject: Add CHANGES entry X-Git-Tag: v9.13.0~145^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4147c2d6a81b98cb4e151f632ca7ad843e97c63;p=thirdparty%2Fbind9.git Add CHANGES entry 4899. [cleanup] Remove all uses of inet_aton(). [GL #13] --- diff --git a/CHANGES b/CHANGES index 35cd89bb116..f7b8e6fca56 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +4900. [cleanup] Remove all uses of inet_aton(). [GL #13] + 4899. [test] Convert most of the remaining system tests to be able to run in parallel, continuing the work from change #4895. To take advantage of this, use "make -jN check",