Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web/System.Web.Utils/ChangeLog')
-rw-r--r--mcs/class/System.Web/System.Web.Utils/ChangeLog57
1 files changed, 0 insertions, 57 deletions
diff --git a/mcs/class/System.Web/System.Web.Utils/ChangeLog b/mcs/class/System.Web/System.Web.Utils/ChangeLog
deleted file mode 100644
index e027d138da4..00000000000
--- a/mcs/class/System.Web/System.Web.Utils/ChangeLog
+++ /dev/null
@@ -1,57 +0,0 @@
-2002-01-03 Nick Drochak <ndrochak@gol.com>
-
- * FileChangesMonitor.cs: remove redundant using statement; use int
- for MAXLEN; capitalize correctly 'WebHashCodeProvider';
- fix typo rsLock -> rwLock; Change IsRooted to IsPathRooted;
- set out parameter value where needed
- * FilePathParser.cs: qualify method GetPathRoot() with 'Path.'
- * IISVersionInfo.cs: initialize static member to avoid compile error.
- * WebEqualComparer.cs: static member defC shouldn't be readonly;
- the string comparer had some typos (fixed)
- * WebHashCodeProvider.cs: needed System.Globalization; static member
- defHcp shouldn't be readonly; remove double equal typo.
-
-2002-01-02 Nick Drochak <ndrochak@gol.com>
-
- * FileAction.cs: Use 0x7FFFFFFF as enum value for error. 0xFFFFFFFF
- is too big for Int32.
- * FileChangeEventHandler.cs: put missing 'void' return type on delegate
- FileChangeEventHandler()
- * FileChangedEventArgs.cs: ditto for FileChangedEvent()
- * NativeFileChangeEventHandler.cs: ditto for NativeFileChangeEventHandler()
- * FileChangesMonitor.cs: add needed namespaces and comment out imcomplete
- code.
-
-2001-12-21 Gaurav Vaish <gvaish@iitk.ac.in>
-
- * ApacheVersionInfo.cs - Dummy class, for later use.
- * FileAction.cs:
- * FileChangeEventHandler.cs:
- * FileChangeEventArgs.cs:
- * FileChangesMonitor.cs:
- * NativeFileChangeEventHandler.cs
- - To be used in System.Web/Http* classes.
- Initially needed for HttpRuntime
- * IISVersionInfo.cs - Some useful methods
-
-
-2001-12-17 Gaurav Vaish <gvaish@iitk.ac.in>
-
- * UrlUtils.cs - Added functions Combine and Reduce
-
-2001-12-16 Miguel de Icaza <miguel@ximian.com>
-
- * DataSourceHelper.cs, UrlUtils.cs: Set the correct namespace.
-
-2001-11-30
- Gaurav Vaish <gvaish@iitk.ac.in>
- * DataSourceHelper.cs - Resolving DataSource objects
-
-2001-11-09
- Gaurav Vaish <gvaish@iitk.ac.in>
- * UrlUtil.cs - Some basic functions
-
-2001-11-08
- Gaurav Vaish <gvaish@iitk.ac.in>
- * Namespace - Created the namespace for commonly used,
- otherwise not available functions \ No newline at end of file