diff options
author | Not Zed <NotZed@Ximian.com> | 2004-09-22 09:06:27 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-09-22 09:06:27 +0800 |
commit | 6154276434c5616201d022079107af590b130c7e (patch) | |
tree | 0a35246b512d64ff3f0fe1d1da7db0c931e454b2 /camel/ChangeLog | |
parent | 5cbb876604b359b367e4bd76ff2bb20eefbca27b (diff) | |
download | gsoc2013-evolution-6154276434c5616201d022079107af590b130c7e.tar gsoc2013-evolution-6154276434c5616201d022079107af590b130c7e.tar.gz gsoc2013-evolution-6154276434c5616201d022079107af590b130c7e.tar.bz2 gsoc2013-evolution-6154276434c5616201d022079107af590b130c7e.tar.lz gsoc2013-evolution-6154276434c5616201d022079107af590b130c7e.tar.xz gsoc2013-evolution-6154276434c5616201d022079107af590b130c7e.tar.zst gsoc2013-evolution-6154276434c5616201d022079107af590b130c7e.zip |
** See bug #66199.
2004-09-21 Not Zed <NotZed@Ximian.com>
** See bug #66199.
* camel-http-stream.c (stream_read): handle relative url's in
redirect.
(camel_http_stream_set_proxy): generate the basic auth token for
basic proxy auth if we have a user and password.
* camel-http-stream.c: turn off debug.
svn path=/trunk/; revision=27326
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 3220642ade..3b630aaf6b 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,14 @@ +2004-09-21 Not Zed <NotZed@Ximian.com> + + ** See bug #66199. + + * camel-http-stream.c (stream_read): handle relative url's in + redirect. + (camel_http_stream_set_proxy): generate the basic auth token for + basic proxy auth if we have a user and password. + + * camel-http-stream.c: turn off debug. + 2004-09-08 Hannah & Fazlu <hannah_lins@yahoo.co.in> Fixes Bug#61088 |