ChangeLog 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. 2009-01-07 Kornél Pál <[email protected]>
  2. * DefaultWsdlHelpGenerator.aspx: Move <script> at the end of <head> that
  3. will make Visual Studio recognize the web service disco reference.
  4. Contributed under MIT/X11 license.
  5. 2008-12-03 Marek Habersack <[email protected]>
  6. * machine.config: rename serviceModelHostingEnvironment to
  7. serviceHostingEnvironment.
  8. 2008-11-20 Gonzalo Paniagua Javier <[email protected]>
  9. * machine.config: in 2.0, there's no <connectionManagement> section
  10. here. Bug #445991 fixed.
  11. 2008-11-14 Gonzalo Paniagua Javier <[email protected]>
  12. * DefaultWsdlHelpGenerator.aspx: use javascript instead of
  13. HttpWebRequest to avoid a deadlock if the web service uses Session.
  14. Bug #444343 fixed.
  15. 2008-10-09 Gonzalo Paniagua Javier <[email protected]>
  16. * web.config: default values for httpRuntime are different in 2.0
  17. 2008-10-09 Marek Habersack <[email protected]>
  18. * web.config: added the default monoSettings section which works around
  19. an incompatibility between mcs and csc, mentioned in bug #433806
  20. * machine.config: added definition of the monoSettings section to
  21. the system.web group
  22. 2008-10-06 Marek Habersack <[email protected]>
  23. * machine.config: added entries to ignore the mobileControls and
  24. deviceFilters sections.
  25. 2008-09-02 Marek Habersack <[email protected]>
  26. * web.config: removed System.Web.Extensions.dll from the assemblies
  27. (reverting r112073) - it would break all the ASP.NET applications
  28. which use System.Web.Extensions other than 3.5.0.0
  29. 2008-09-06 Daniel Morgan <[email protected]>
  30. * machine.config: added Mono.Data.SybaseClient
  31. to DbProviderFactories section.
  32. 2008-09-02 Atsushi Enomoto <[email protected]>
  33. * web.config: added System.Web.Extensions.dll to assemblies.
  34. 2008-08-28 Zoltan Varga <[email protected]>
  35. * machine.config: Fix syntax error.
  36. 2008-03-23 Dean Brettle <[email protected]>
  37. * Makefile.am: added Browsers/Compat.browser
  38. 2008-02-29 Marek Habersack <[email protected]>
  39. * machine.config: added an entry to ignore the browserCaps section.
  40. 2007-12-15 Marek Habersack <[email protected]>
  41. * web.config: compilation/compilers are no longer necessary.
  42. 2007-12-08 Marek Habersack <[email protected]>
  43. * machine.config: updated the LocalSqlServer connection string to
  44. match MS.NET and added a new connection string, LocalSqliteServer,
  45. to be used by default on Unix.
  46. Updated the AspNetSqlMembershipProvider definition to match
  47. MS.NET.
  48. * settings.map: added
  49. * Makefile.am: added settings.map
  50. 2007-10-17 Atsushi Enomoto <[email protected]>
  51. * web.config, machine.config: moved webSerices section from former
  52. to latter.
  53. 2007-09-05 Atsushi Enomoto <[email protected]>
  54. * machine.config : added WCF sectionGroups.
  55. 2007-09-04 Marek Habersack <[email protected]>
  56. * machine.config: added an entry to ignore the <system.webServer>
  57. section. Fixes bug #82535
  58. 2007-07-03 Marek Habersack <[email protected]>
  59. * DefaultWsdlHelpGenerator.aspx: make head server-side, for the
  60. service generator to run on sites which use stylesheet themes
  61. configured in web.config. Fixes bug #81994
  62. 2007-05-01 Marek Habersack <[email protected]>
  63. * machine.config: added standard data provider factories, or
  64. otherwise the SqlDataSource tests will fail.
  65. 2007-04-27 Atsushi Enomoto <[email protected]>
  66. * DefaultWsdlHelpGenerator.aspx :
  67. ProfileViolations could be null, when there is no Binding. So,
  68. don't omit null check.
  69. Stop your bad habit of missing ChangeLog. Former changes (as long
  70. as logged) can be seen in ../../ChangeLog.