ChangeLog 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. 2002-07-24 Tim Coleman <[email protected]>
  2. * list:
  3. Add System.Web/ProcessInfo.cs
  4. Add System.Web/HttpCompileException.cs
  5. Add System.Web/HttpParseException.cs
  6. Add System.Web/HttpUnhandledException.cs
  7. 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
  8. * list: added some more files from System.Web.Hosting.
  9. 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
  10. * System.Web.build: removed some more excludes.
  11. 2002-07-05 Gonzalo Paniagua Javier <[email protected]>
  12. * list: updated. Currently mcs cannot compile System.Web because it
  13. cannot find NameObjectCollectionBase.KeysCollection.
  14. * System.Web.build: don't display unused event nor always default value
  15. warnings by now.
  16. 2002-06-20 Gonzalo Paniagua Javier <[email protected]>
  17. * list: updated and reformatted.
  18. 2002-06-05 Gonzalo Paniagua Javier <[email protected]>
  19. * System.Web.build: added /debug flag. I wanna see line numbers in
  20. exceptions thrown.
  21. 2002-06-03 Gonzalo Paniagua Javier <[email protected]>
  22. * System.Web.Security:
  23. * System.Web.SessionState: new directories.
  24. 2002-05-17 Duncan Mak <[email protected]>
  25. * System.Web.build: Added new arguments: "/noconfig",
  26. "/r:System.Drawing.dll" and "/r:System.Xml.dll".
  27. 2002-05-10 Duncan Mak <[email protected]>
  28. * System.Web.build: Include the System.Web.UI.HtmlControls namespace.
  29. * Page.cs:
  30. * ValidatorCollection.cs: Stubs to make things compile for
  31. now. Added one dummy method (RegisterClientScriptFile) that's used
  32. in the existing codebase, but not in MS docs.
  33. 2002-04-26 Lawrence Pit <[email protected]>
  34. * Added directory: System.Web.Mail
  35. 2002-04-10 Patrik Torstensson <[email protected]>
  36. * System.Web -- Assembly build.
  37. The basic runtime support is now working, we can now start working
  38. on the runtime flow system (thread pool etc) and also start testing
  39. the parser and control framework. (224 files are compiled)
  40. 2002-03-26 Gaurav Vaish <[email protected]>
  41. * System.Web.Security: Removed all files. Will do it later.
  42. May be someone else like to do it for the time being.
  43. 2002-03-17 Gaurav Vaish <[email protected]>
  44. * System.Web -- Assembly build.
  45. Another milestone reached. Compiled 195 classes successfully.
  46. Build includes System.Web.UI.WebControls and all the dependencies
  47. for the namespace.
  48. 2002-03-05 Gaurav Vaish <[email protected]>
  49. * System.Web.Security: Added directory.
  50. 2002-03-04 Gaurav Vaish <[email protected]>
  51. * System.Web.UI.WebContorls: Virtually complete. See
  52. System.Web.UI.WebControls/ChangeLog for a comprehensensive
  53. description of what's left and where. But, don't go for
  54. a build at this stage. There are a few classes left in
  55. System.Web namespace that need to be filled-up, though
  56. I will try to fix up the current state to be able to make
  57. a build.
  58. 2001-12-20 Gaurav Vaish <[email protected]>
  59. Did first successful build of System.Web.dll that included
  60. System.Web.UI.WebControls namespace. Though, not updating
  61. the System.Web.build file, since with the changes that
  62. followed, the build again fails :(
  63. 2001-11-30 Gaurav Vaish <[email protected]>
  64. * System.Web.WebUtils: Removed
  65. * System.Web.Utils : Added --- replacement of WebUtils
  66. 2001-11-08 Gaurav Vaish <[email protected]>
  67. * System.Web.WebUtils: Added directory
  68. 2001-08-22 Bob Smith <[email protected]>
  69. * Added directory: System.Web.UI.HtmlControls
  70. * Added directory: Test
  71. 2001-08-17 Bob Smith <[email protected]>
  72. * Added directory: System.Web.UI
  73. 2001-08-09 Bob Smith <[email protected]>
  74. * Added directory: System.Web
  75. 2001-07-20 Patrik Torstensson ([email protected])
  76. * Added directory: System.Web.Caching