From 000fa87cdfb8145345a0ffcb2efca46baa056ad3 Mon Sep 17 00:00:00 2001 From: Jason Donenfeld Date: Wed, 25 Jun 2008 06:36:58 +0000 Subject: ext/soup/gstsouphttpsrc.c: Fix HTTP auth support with user/password passed via the URI. Original commit message from CVS: Patch by: Jason Donenfeld * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb): Fix HTTP auth support with user/password passed via the URI. Fixes bug #540067. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0c58e0fe..1f4f311b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-06-25 Sebastian Dröge + + Patch by: Jason Donenfeld + + * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb): + Fix HTTP auth support with user/password passed via the URI. + Fixes bug #540067. + 2008-06-24 Tim-Philipp Müller * configure.ac: -- cgit