From b64055ed673da750908950bb183000f4b5b2820c Mon Sep 17 00:00:00 2001 From: Not Zed Date: Mon, 22 Nov 2004 03:19:47 +0000 Subject: ** See bug #69109. 2004-11-10 Not Zed ** See bug #69109. * camel-service.c (cs_getnameinfo): honour the NI_NAMEREQD flag. * providers/smtp/camel-smtp-transport.c (smtp_helo): change the nameinfo flags a bit so we know when we got a numeric name and need to wrap it in []. svn path=/trunk/; revision=27959 --- camel/ChangeLog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 620481c2ce..b67943a9a9 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,13 @@ +2004-11-10 Not Zed + + ** See bug #69109. + + * camel-service.c (cs_getnameinfo): honour the NI_NAMEREQD flag. + + * providers/smtp/camel-smtp-transport.c (smtp_helo): change the + nameinfo flags a bit so we know when we got a numeric name and + need to wrap it in []. + 2004-11-21 Sivaiah Nallagatla * providers/groupwise/camel-groupwise-provider.c : added @@ -9,7 +19,6 @@ Add offline_sync property on e-sources if account is marked for offline - 2004-11-18 Not Zed * providers/nntp/camel-nntp-stream.c: -- cgit