about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-06-16 20:54:43 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-06-19 14:24:24 +0200
commit89f187a40fc0ad4e22838526bfe34d73f758b776 (patch)
treec80d579112fb0477567f5d5216209809bc7a3f7d /ChangeLog
parentea4924ce5bccfccc4e8a492faa96933131abd9ef (diff)
downloadglibc-89f187a40fc0ad4e22838526bfe34d73f758b776.tar.gz
glibc-89f187a40fc0ad4e22838526bfe34d73f758b776.tar.xz
glibc-89f187a40fc0ad4e22838526bfe34d73f758b776.zip
resolv: Use getline for configuration file reading in res_vinit_1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 387f038ea7..70d2ea9518 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-06-16  Florian Weimer  <fweimer@redhat.com>
+
+	* resolv/res_init.c (res_vinit_1): Use getline to read from the
+	configuration file.
+	(__res_vinit): Adjust.
+
 2017-06-19  Florian Weimer  <fweimer@redhat.com>
 
 	* resolv/res_init.c (res_vinit_1): New function.