From e4147c2d6a81b98cb4e151f632ca7ad843e97c63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 23 Feb 2018 12:02:54 +0100 Subject: [PATCH] Add CHANGES entry 4899. [cleanup] Remove all uses of inet_aton(). [GL #13] --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 35cd89bb11..f7b8e6fca5 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",