ChangeLog 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. 2002-10-28 Gaurav Vaish <[email protected]>
  2. * DataSourceHelper.cs : Fresh implementation. Moved from
  3. System.Web.UI.WebControls.DataGrid
  4. ::ResolveData(object, string).
  5. 2002-10-27 Gonzalo Paniagua Javier <[email protected]>
  6. * WebTrace.cs: fixed namespace.
  7. * WebEncoding.cs: new class that holds the default encoding for
  8. System.Web.
  9. 2002-01-03 Nick Drochak <[email protected]>
  10. * FileChangesMonitor.cs: remove redundant using statement; use int
  11. for MAXLEN; capitalize correctly 'WebHashCodeProvider';
  12. fix typo rsLock -> rwLock; Change IsRooted to IsPathRooted;
  13. set out parameter value where needed
  14. * FilePathParser.cs: qualify method GetPathRoot() with 'Path.'
  15. * IISVersionInfo.cs: initialize static member to avoid compile error.
  16. * WebEqualComparer.cs: static member defC shouldn't be readonly;
  17. the string comparer had some typos (fixed)
  18. * WebHashCodeProvider.cs: needed System.Globalization; static member
  19. defHcp shouldn't be readonly; remove double equal typo.
  20. 2002-01-02 Nick Drochak <[email protected]>
  21. * FileAction.cs: Use 0x7FFFFFFF as enum value for error. 0xFFFFFFFF
  22. is too big for Int32.
  23. * FileChangeEventHandler.cs: put missing 'void' return type on delegate
  24. FileChangeEventHandler()
  25. * FileChangedEventArgs.cs: ditto for FileChangedEvent()
  26. * NativeFileChangeEventHandler.cs: ditto for NativeFileChangeEventHandler()
  27. * FileChangesMonitor.cs: add needed namespaces and comment out imcomplete
  28. code.
  29. 2001-12-21 Gaurav Vaish <[email protected]>
  30. * ApacheVersionInfo.cs - Dummy class, for later use.
  31. * FileAction.cs:
  32. * FileChangeEventHandler.cs:
  33. * FileChangeEventArgs.cs:
  34. * FileChangesMonitor.cs:
  35. * NativeFileChangeEventHandler.cs
  36. - To be used in System.Web/Http* classes.
  37. Initially needed for HttpRuntime
  38. * IISVersionInfo.cs - Some useful methods
  39. 2001-12-17 Gaurav Vaish <[email protected]>
  40. * UrlUtils.cs - Added functions Combine and Reduce
  41. 2001-12-16 Miguel de Icaza <[email protected]>
  42. * DataSourceHelper.cs, UrlUtils.cs: Set the correct namespace.
  43. 2001-11-30
  44. Gaurav Vaish <[email protected]>
  45. * DataSourceHelper.cs - Resolving DataSource objects
  46. 2001-11-09
  47. Gaurav Vaish <[email protected]>
  48. * UrlUtil.cs - Some basic functions
  49. 2001-11-08
  50. Gaurav Vaish <[email protected]>
  51. * Namespace - Created the namespace for commonly used,
  52. otherwise not available functions