diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-06-25 23:09:21 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-06-25 23:09:21 +0800 |
commit | 46d1d136e72c69b62f09b8523c437576f8d2051c (patch) | |
tree | 7cdc715c2b6483257c52745272d82873012f1e88 /camel/ChangeLog | |
parent | ead0633d3ba2685b2311a26afc66aaa660666688 (diff) | |
download | gsoc2013-evolution-46d1d136e72c69b62f09b8523c437576f8d2051c.tar gsoc2013-evolution-46d1d136e72c69b62f09b8523c437576f8d2051c.tar.gz gsoc2013-evolution-46d1d136e72c69b62f09b8523c437576f8d2051c.tar.bz2 gsoc2013-evolution-46d1d136e72c69b62f09b8523c437576f8d2051c.tar.lz gsoc2013-evolution-46d1d136e72c69b62f09b8523c437576f8d2051c.tar.xz gsoc2013-evolution-46d1d136e72c69b62f09b8523c437576f8d2051c.tar.zst gsoc2013-evolution-46d1d136e72c69b62f09b8523c437576f8d2051c.zip |
Fixed to handle :pass in proto://user:pass@host. Fixes bug #60104.
2004-06-25 Jeffrey Stedfast <fejj@novell.com>
* camel-url-scanner.c (camel_url_web_end): Fixed to handle :pass
in proto://user:pass@host. Fixes bug #60104.
svn path=/trunk/; revision=26514
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index e96c83fa6e..7fd7c209c4 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2004-06-25 Jeffrey Stedfast <fejj@novell.com> + + * camel-url-scanner.c (camel_url_web_end): Fixed to handle :pass + in proto://user:pass@host. Fixes bug #60104. + 2004-06-24 Jeffrey Stedfast <fejj@novell.com> * providers/pop3/camel-pop3-store.c (connect_to_server): Error out |