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