++970. [bug] fdupont
++ Refactored some code to suppress cppcheck warnings.
++ (Trac #3919, git xxx)
++
+969. [func] tomek
+ KEA_SOCKET_TEST_DIR environment variable can be used to specify
+ the directory for opening Unix sockets during tests. That may
+ be used to avoid path length limitations when running unit-tests
+ in deeply nested directories.
+ (Trac #3918, git 9cfd502e8d4605eaf34f8744f90272dc3e8a3e34)
+
968. [func] fdupont
Changed all occurrences of unlink() to the more portable remove()
to avoid problems on operating systems where the former is not