ChangeLog 3.3 KB

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