From 99a03b2389f9b57084c8f616b8252fbb671275cf Mon Sep 17 00:00:00 2001 From: rl1987 Date: Sun, 23 Aug 2015 16:06:41 +0300 Subject: [PATCH] Adding changes file. --- changes/ticket16831_part1 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/ticket16831_part1 diff --git a/changes/ticket16831_part1 b/changes/ticket16831_part1 new file mode 100644 index 0000000000..3ced089144 --- /dev/null +++ b/changes/ticket16831_part1 @@ -0,0 +1,3 @@ + o Testing: + - Unit test dns_resolve(), dns_clip_ttl() and dns_get_expiry_ttl() + functions in dns.c. Implements a portion of ticket 16831.