2
0

ChangeLog 3.2 KB

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