From fa53790e58fd2de334c1614e38965bf7b7559564 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 12 May 2004 08:44:11 +0000 Subject: * lib/resolv.rb (Resolv::DNS::Config): make it configurable without external file such as /etc/resolv.conf. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b014c8946..ef132b3a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed May 12 17:41:42 2004 Tanaka Akira + + * lib/resolv.rb (Resolv::DNS::Config): make it configurable without + external file such as /etc/resolv.conf. + Wed May 12 14:37:27 2004 GOTOU Yuuzou * ext/openssl/ossl_x509name.c: attribute value of DC (short name of -- cgit