about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2007-07-12 02:33:19 +0000
committerClint Adams <clint@users.sourceforge.net>2007-07-12 02:33:19 +0000
commita5187bb6ac96cc43f68367c5dc9332854c250713 (patch)
tree3331c1ecc813776ee666494e873cb847e719fb2b /ChangeLog
parent25ded6226c4922ccded0432552689ac95ae574b5 (diff)
downloadzsh-a5187bb6ac96cc43f68367c5dc9332854c250713.tar.gz
zsh-a5187bb6ac96cc43f68367c5dc9332854c250713.tar.xz
zsh-a5187bb6ac96cc43f68367c5dc9332854c250713.zip
23670: use getaddrinfo() and getnameinfo() instead of get*by* functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb67ec1cb..3eaab955f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-07-12  Clint Adams  <clint@zsh.org>
+
+	* 23670: Src/Modules/tcp.c, Src/Modules/tcp.mdd,
+	Src/Modules/zftp.c, Src/Modules/zftp.mdd, configure.ac: use
+	getaddrinfo() and getnameinfo() instead of get*by* functions.
+
 2007-07-06  Clint Adams  <clint@zsh.org>
 
 	* 23666: Completion/Debian/Type/_deb_packages: