ChangeLog 3.1 KB

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