diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-09-27 00:04:12 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-09-27 00:04:12 +0800 |
commit | 2e42040bad4c8998c7c2aef3f5f34db2730245a6 (patch) | |
tree | 686fc3e3d897c50195b60518f8c81acd29227492 /e-util/ChangeLog | |
parent | 99c61843f0d1da7f9b3b73b99bab0e918ce99e5b (diff) | |
download | gsoc2013-evolution-2e42040bad4c8998c7c2aef3f5f34db2730245a6.tar.gz gsoc2013-evolution-2e42040bad4c8998c7c2aef3f5f34db2730245a6.tar.zst gsoc2013-evolution-2e42040bad4c8998c7c2aef3f5f34db2730245a6.zip |
IPv6 implementation rewritten to use getnameinfo() which is the proper
2003-09-26 Jeffrey Stedfast <fejj@ximian.com>
* e-host-utils.c (e_gethostbyaddr_r): IPv6 implementation
rewritten to use getnameinfo() which is the proper function to use
in this case. Fixes bug #46006 the Right Way (tm).
svn path=/trunk/; revision=22720
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 38ee4c5d26..1fc1f8d1d3 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,9 @@ +2003-09-26 Jeffrey Stedfast <fejj@ximian.com> + + * e-host-utils.c (e_gethostbyaddr_r): IPv6 implementation + rewritten to use getnameinfo() which is the proper function to use + in this case. Fixes bug #46006 the Right Way (tm). + 2003-09-25 Jeffrey Stedfast <fejj@ximian.com> * e-host-utils.c (e_gethostbyaddr_r): Make sure that |