Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutchinson@novell.com>2006-11-02 19:27:17 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2006-11-02 19:27:17 +0300
commit0488247dde3ef10b924450735f224aced6742817 (patch)
tree5d43fd5d07f1cb8217870bf993a7f2bcebba286f
parentd8f7e0066baea35a6d3bc4b8146744f529a02699 (diff)
2006-11-02 Michael Hutchinson <m.j.hutchinson@gmail.com>
* data/net_2_0/machine.config: defaultProxy section is no longer necessary, so remove. svn path=/trunk/mono/; revision=67278
-rw-r--r--ChangeLog5
-rw-r--r--data/net_2_0/machine.config7
2 files changed, 5 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index cb7b075cbfa..8d54ef69b60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-11-02 Michael Hutchinson <m.j.hutchinson@gmail.com>
+
+ * data/net_2_0/machine.config: defaultProxy section is no longer
+ necessary, so remove.
+
2006-11-01 Jonathan Pryor <jonpryor@vt.edu>
* configure.in: Add type checks for blkcnt_t, blksize_t, suseconds_t. Some
diff --git a/data/net_2_0/machine.config b/data/net_2_0/machine.config
index 96bd489dd09..92a85210353 100644
--- a/data/net_2_0/machine.config
+++ b/data/net_2_0/machine.config
@@ -76,13 +76,6 @@
<add type="System.Net.DigestClient, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<add type="System.Net.NtlmClient, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</authenticationModules>
- <defaultProxy>
- <proxy
- usesystemdefault = "true"
- bypassonlocal = "true"
- />
- <!-- proxyaddress can also be set -->
- </defaultProxy>
<webRequestModules>
<add prefix="http" type="System.Net.HttpRequestCreator, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<add prefix="https" type="System.Net.HttpRequestCreator, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />