summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWouter Cloetens <wouter@mind.be>2008-01-30 13:29:15 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-01-30 13:29:15 +0000
commitee5bc192818d2a6b9660e5ced8a44e97bbb81fa6 (patch)
tree39ce32be9725ed9c94fe2fe8ef87a3c4f8dccf0b /ChangeLog
parent9d881227acb83a43fd33451fffe780bb30e18a18 (diff)
downloadgst-plugins-bad-ee5bc192818d2a6b9660e5ced8a44e97bbb81fa6.tar.gz
gst-plugins-bad-ee5bc192818d2a6b9660e5ced8a44e97bbb81fa6.tar.bz2
gst-plugins-bad-ee5bc192818d2a6b9660e5ced8a44e97bbb81fa6.zip
ext/soup/gstsouphttpsrc.c: Let the proxy property default to the content of the $http_proxy environment variable.
Original commit message from CVS: Patch by: Wouter Cloetens <wouter at mind dot be> * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_init): Let the proxy property default to the content of the $http_proxy environment variable.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 79da8e8f..3be092ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,14 @@
Patch by: Wouter Cloetens <wouter at mind dot be>
+ * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_init):
+ Let the proxy property default to the content of the $http_proxy
+ environment variable.
+
+2008-01-30 Sebastian Dröge <slomo@circular-chaos.org>
+
+ Patch by: Wouter Cloetens <wouter at mind dot be>
+
* tests/check/test-cert.pem:
* tests/check/test-key.pem:
Add missing files for the unit test.