ChangeLog 2.9 KB

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