ChangeLog 2.9 KB

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