diff options
author | Not Zed <NotZed@Ximian.com> | 2004-11-22 11:19:47 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-11-22 11:19:47 +0800 |
commit | b64055ed673da750908950bb183000f4b5b2820c (patch) | |
tree | 19970d988081a098c3e830457b9deb658ea84bf7 /camel/ChangeLog | |
parent | 3c80fbd004c256274bf6856c19cb119226415a89 (diff) | |
download | gsoc2013-evolution-b64055ed673da750908950bb183000f4b5b2820c.tar gsoc2013-evolution-b64055ed673da750908950bb183000f4b5b2820c.tar.gz gsoc2013-evolution-b64055ed673da750908950bb183000f4b5b2820c.tar.bz2 gsoc2013-evolution-b64055ed673da750908950bb183000f4b5b2820c.tar.lz gsoc2013-evolution-b64055ed673da750908950bb183000f4b5b2820c.tar.xz gsoc2013-evolution-b64055ed673da750908950bb183000f4b5b2820c.tar.zst gsoc2013-evolution-b64055ed673da750908950bb183000f4b5b2820c.zip |
** See bug #69109.
2004-11-10 Not Zed <NotZed@Ximian.com>
** 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
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
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 <NotZed@Ximian.com> + + ** 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 <snallagatla@novell.com> * 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 <NotZed@Ximian.com> * providers/nntp/camel-nntp-stream.c: |