X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Net%2FSystem.Net.Policy%2FChangeLog;h=d73a06ba6223c3a397c6f8ae198bebc973e3db94;hb=bf5947a0fd2b523c30833605ee69b2b041aa43f4;hp=7939d0426c12f232b905dddb78bb87f633dbea40;hpb=e1a5014726977031d3ab3f69eca77cdf46f8bd86;p=mono.git diff --git a/mcs/class/System.Net/System.Net.Policy/ChangeLog b/mcs/class/System.Net/System.Net.Policy/ChangeLog index 7939d0426c1..d73a06ba622 100644 --- a/mcs/class/System.Net/System.Net.Policy/ChangeLog +++ b/mcs/class/System.Net/System.Net.Policy/ChangeLog @@ -1,3 +1,9 @@ +2010-07-23 Sebastien Pouliot + + * BaseDomainPolicy.cs: Add internal setter for Exception property + * ClientAccessPolicy.cs: Re-order checks (to match SL) and throw + NotSupportedException for invalid headers + 2010-07-20 Sebastien Pouliot * NoAccessPolicy.cs: Set default to SecurityException each time