2005-02-25 Lluis Sanchez Gual <lluis@novell.com>
[mono.git] / mcs / class / System.Web / ChangeLog
1 2005-02-23  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * System.Web_test.dll.sources: Added new unit tests for
4         HttpRequest, HttpServerUtility and HttpUtility to test for XSS.
5
6 2005-02-18  Lluis Sanchez Gual <lluis@novell.com>
7
8         * System.Web.dll.sources: New file:
9                 System.Web.UI.WebControls/CollectionDataSource.cs
10
11 2005-02-10  Lluis Sanchez Gual <lluis@novell.com>
12
13         * System.Web.dll.sources: New files:
14                 System.Web.UI/ICheckBoxControl.cs
15                 System.Web.UI/IStaticTextControl.cs
16                 System.Web.UI/ITextControl.cs
17
18 2005-02-04  Lluis Sanchez Gual <lluis@novell.com>
19
20         * Makefile: Added resource file.
21
22 2005-02-02  Lluis Sanchez Gual <lluis@novell.com>
23
24         * System.Web.dll.sources: Added some files to the build:
25                 System.Web.UI.WebControls/CompositeControl.cs
26                 System.Web.UI.WebControls/ControlPropertyNameConverter.cs
27
28 2005-01-28  Lluis Sanchez Gual <lluis@novell.com>
29
30         * System.Web.dll.sources: Added new files:
31                 System.Web.UI.WebControls/MultiView.cs
32                 System.Web.UI.WebControls/View.cs
33                 System.Web.UI.WebControls/ViewCollection.cs
34
35 2005-01-21  Lluis Sanchez Gual <lluis@novell.com>
36
37         * System.Web.dll.sources: Added new files:
38                 System.Web.UI.WebControls/Content.cs
39                 System.Web.UI.WebControls/ContentControlBuilder.cs
40                 System.Web.UI.WebControls/ContentPlaceHolder.cs
41                 System.Web.UI.WebControls/ContentPlaceHolderBuilder.cs
42                 System.Web.UI/MasterPage.cs
43                 System.Web.UI/MasterPageParser.cs
44
45 2005-01-10  Lluis Sanchez Gual <lluis@novell.com>
46
47         * System.Web.dll.sources: Added new files:
48                 System.Web.UI.WebControls/MenuItemTemplateContainer.cs
49                 System.Web.UI.WebControls/SubMenuStyle.cs
50         * Makefile: Added those files to the build.
51
52 2004-12-20  Lluis Sanchez Gual <lluis@novell.com>
53
54         * System.Web.dll.sources: Added some new files to the build.
55         
56 2004-12-10  Lluis Sanchez Gual <lluis@novell.com>
57
58         * Makefile: Added Menu script.
59         
60 2004-12-02  Lluis Sanchez Gual <lluis@novell.com>
61
62         * System.Web.dll.sources: Added new files:
63                 System.Web.UI.WebControls/Menu.cs
64                 System.Web.UI.WebControls/MenuEventArgs.cs
65                 System.Web.UI.WebControls/MenuEventHandler.cs
66                 System.Web.UI.WebControls/MenuItem.cs
67                 System.Web.UI.WebControls/MenuItemBinding.cs
68                 System.Web.UI.WebControls/MenuItemBindingCollection.cs
69                 System.Web.UI.WebControls/MenuItemCollection.cs
70                 System.Web.UI.WebControls/MenuItemStyle.cs
71                 System.Web.UI.WebControls/MenuItemStyleCollection.cs
72
73 2004-12-02  Lluis Sanchez Gual <lluis@novell.com>
74
75         * Makefile: Added more TreeView resources.
76
77 2004-11-30  Raja R Harinath  <rharinath@novell.com>
78
79         * Makefile (RESOURCE_FILES): Make sure that we distribute these,
80         irrespective of the profile.
81         (OTHER_RES): New.
82
83 2004-11-29 Sanjay Gupta <gsanjay@novell.com>
84
85         * System.Web.dll.sources: Added DataControlField.cs and 
86         DataControlFieldCell.cs.
87
88 2004-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
89
90         * System.Web.dll.sources: added ReusableMemoryStream.
91
92 2004-11-26  Lluis Sanchez Gual <lluis@novell.com>
93
94         * System.Web.dll.sources: Added new file:
95                 System.Web.UI/ClientScriptManager
96         * Makefile: Added more resources.
97
98 2004-11-25  Raja R Harinath  <rharinath@novell.com>
99
100         * Makefile (RESOURCE_FILES): New.  List set of resources.
101         (EXTRA_DISTFILES): New.  Distribute them.
102
103 2004-11-23  Lluis Sanchez Gual <lluis@novell.com>
104
105         * Makefile: Added TreeView resources.
106         * System.Web.dll.sources: Added new files:
107                 System.Web.UI.WebControls/BaseDataBoundControl.cs
108                 System.Web.UI.WebControls/HierarchicalDataBoundControl.cs
109                 System.Web.UI.WebControls/TreeNode.cs
110                 System.Web.UI.WebControls/TreeNodeBinding.cs
111                 System.Web.UI.WebControls/TreeNodeBindingCollection.cs
112                 System.Web.UI.WebControls/TreeNodeCollection.cs
113                 System.Web.UI.WebControls/TreeNodeEventArgs.cs
114                 System.Web.UI.WebControls/TreeNodeEventHandler.cs
115                 System.Web.UI.WebControls/TreeNodeStyle.cs
116                 System.Web.UI.WebControls/TreeNodeStyleCollection.cs
117                 System.Web.UI.WebControls/TreeView.cs
118         
119 2004-11-19  Sanjay Gupta <gsanjay@novell.com>
120
121         * System.Web.dll.sources: Added new file:
122                 System.Web.UI.WebControls/AccessDataSourceView.cs.
123
124 2004-11-18  Lluis Sanchez Gual <lluis@novell.com>
125
126         * System.Web.dll.sources: Added new files:
127                 System.Web.Security/ActiveDirectoryMembershipProvider.cs
128                 System.Web.Security/MembershipProvider.cs
129                 System.Web.Security/RoleProvider.cs
130                 System.Web.UI.WebControls/SiteMapDataSource.cs
131                 System.Web.UI.WebControls/SiteMapHierarchicalDataSourceView.cs
132                 System.Web/ParserError.cs
133                 System.Web/ParserErrorCollection.cs
134                 System.Web/SiteMapResolveEventArgs.cs
135
136 2004-11-15  Lluis Sanchez Gual <lluis@novell.com>
137
138         * System.Web.dll.sources: Added new files:
139                 System.Web.Configuration/AdapterDictionary.cs
140                 System.Web.Configuration/AnonymousIdentificationSection.cs
141                 System.Web.Configuration/AssemblyCollection.cs
142                 System.Web.Configuration/AssemblyInfo.cs
143                 System.Web.Configuration/AuthenticationSection.cs
144                 System.Web.Configuration/FormsAuthenticationConfiguration.cs
145                 System.Web.Configuration/InternalSection.cs
146                 System.Web.Configuration/PassportAuthentication.cs
147
148 2004-10-20  Sanjay Gupta <gsanjay@novell.com>
149
150         * System.Web.dll.sources: Added new class in System.Web.UI.
151
152 2004-10-12  Sanjay Gupta <gsanjay@novell.com>
153
154         * System.Web_test.dll.sources: Added new test case source file.
155
156 2004-10-12  Sanjay Gupta <gsanjay@novell.com>
157
158         * System.Web.dll.sources: Added new class in System.Web.UI.
159
160 2004-10-11  Sanjay Gupta <gsanjay@novell.com>
161
162         * makefile: Added flag to build System.Web_test.dll.
163
164 2004-10-08  Sanjay Gupta <gsanjay@novell.com>
165
166         * System.Web_test.dll.sources: Added new file.
167
168 2004-10-08  Sanjay Gupta <gsanjay@novell.com>
169
170         * System.Web.dll.sources: Added new classes in  
171           System.Web.UI.WebControls.
172
173 2004-09-30  Sanjay Gupta <gsanjay@novell.com>
174
175         * System.Web.dll.sources: Added and removed an enumeration in  
176           System.Web.UI.WebControls.
177
178 2004-09-29  Sanjay Gupta <gsanjay@novell.com>
179
180         * System.Web.dll.sources: Added new classes in 
181           System.Web.UI.WebControls.WebParts.
182
183 2004-09-29  Sanjay Gupta <gsanjay@novell.com>
184
185         * System.Web.dll.sources: Added new classes in 
186           System.Web.UI.WebControls.WebParts.
187
188 2004-09-28  Sanjay Gupta <gsanjay@novell.com>
189
190         * System.Web.dll.sources: Added new classes in 
191           System.Web.UI.WebControls.WebParts.
192
193 2004-09-24  Sanjay Gupta <gsanjay@novell.com>
194
195         * System.Web.dll.sources: Added new attribute class in System.Web.UI.
196
197 2004-09-14  Sanjay Gupta <gsanjay@novell.com>
198
199         * System.Web.dll.sources: Added new attribute classes in System.Web.UI.
200
201 2004-09-07  Sanjay Gupta <gsanjay@novell.com>
202
203         * System.Web.dll.sources: Added new class in System.Web.UI.WebControls.
204
205 2004-09-03  Sanjay Gupta <gsanjay@novell.com>
206
207         * System.Web.dll.sources: Added new interface and classes in 
208         System.Web.UI namespace.
209
210 2004-08-31  Sanjay Gupta <gsanjay@novell.com>
211
212         * System.Web.dll.sources: Added new interfaces in 
213         System.Web.UI.WebControls.WebParts namespace.
214
215 2004-08-31  Sanjay Gupta <gsanjay@novell.com>
216
217         * System.Web.dll.sources: Added new *EventArgs.cs and *EventHandler in 
218         System.Web.UI.WebControls namespace.
219
220 2004-08-31  Sanjay Gupta <gsanjay@novell.com>
221
222         * System.Web.dll.sources: Added new delegates in System.Web.SessionState
223          and System.Web.UI.
224
225 2004-08-31  Sanjay Gupta <gsanjay@novell.com>
226
227         * System.Web.dll.sources: Added new interfaces in System.Web.SessionState
228          and System.Web.UI.
229
230 2004-08-18  Sanjay Gupta <gsanjay@novell.com>
231
232         * System.Web.dll.sources: Added new file RelatedBodyPart.cs.
233
234 2004-08-05  Sanjay Gupta  <gsanjay@novell.com>
235
236         * System.Web.dll.sources: Added new interfaces to System.Web.UI.WebControls and 
237         a class to System.Web.UI. 
238
239 2004-08-05  Sanjay Gupta  <gsanjay@novell.com>
240
241         * System.Web.dll.sources: Added new interfaces to System.Web.SessionState.
242
243 2004-08-04  Sanjay Gupta  <gsanjay@novell.com>
244
245         * System.Web.dll.sources: Added new enums.
246
247 2004-08-02  Duncan Mak  <duncan@ximian.com>
248
249         * System.Web.dll.sources: Added new enums and interfaces,
250         re-ordered alphabetically.
251
252 2004-06-08  Alon Gazit <along@mainsoft.com>
253
254         * System.Web.dll.sources: added ServerVariablesCollection.
255
256 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
257
258         * System.Web.dll.sources: removed CSCompiler.cs
259
260 2004-06-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
261
262         * System.Web.dll.sources: removing ServerVariablesCollection. It does
263         not compile.
264
265 2004-06-07  Alon Gazit <along@mainsoft.com>
266
267         * System.Web.dll.sources: added ServerVariablesCollection.
268
269 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
270
271         * System.Web.dll.sources: added Html32TextWriter.
272
273 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
274
275         * System.Web.dll.sources: removed unused/obsolete files from
276         System.Web.Util.
277
278 2004-02-09  Jackson Harper  <jackson@ximian.com>
279
280         * System.Web.dll.sources: Remove System.Web.Caching.Watcher from
281         build. We are now using FileSystemWatcher.
282         
283 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
284
285         * System.Web.dll.sources: added new files in S.W.Configuration.
286
287 2004-01-11  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
288
289         * makefile: Dependency to EnterpriseServices.dll added
290         * System.Web.dll.sources: Added 4 files in System.Util, sorted Web.Util
291         file names.
292
293 2004-01-10  Jackson Harper <jackson@ximian.com>
294
295         * System.Web.dll.sources: Add TraceConfig.cs and
296         TraceConfigurationHandler.cs to the build.
297         
298 2004-01-10  Jackson Harper <jackson@ximian.com>
299
300         * System.Web.dll.sources: Add TraceData.cs and TraceManager.cs to
301         build.
302         
303 2003-12-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
304
305         * System.Web.dll.sources: added HttpRequestValidationException.
306
307 2003-12-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
308
309         * System.Web.dll.sources: added CustomErrorsConfigHandler.cs
310
311 2003-12-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
312
313         * System.Web.dll.sources: added CapabilitiesLoader.cs
314
315 2003-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
316
317         * System.Web.dll.sources: added WebConfigurationSettings.
318
319 2003-11-25  Jackson Harper <jackson@ximian.com>
320
321         * System.web.dll.sources: Add AltSerialization.cs to the build
322
323 2003-11-24  Jackson Harper <jackson@ximian.com>
324
325         * System.web.dll.sources: Add State server classes to build.
326         
327 2003-11-21  Jackson Harper <jackson@ximian.com>
328
329         * System.web.dll.sources: Add CachedVaryBy.cs to the build
330         
331 2003-11-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
332
333         * System.Web.dll.sources: added XmlBuilder.cs
334
335 2003-11-20  Jackson Harper <jackson@ximian.com>
336
337         * System.web.dll.sources: add OutputCacheModule.cs and
338         CachedRawResponse.cs to the build.
339         
340 2003-11-19  Todd Berman <tberman@gentoo.org>
341
342         * System.Web.dll.sources: Add KeyedList.cs and KeyedListEnumerator.cs
343
344 2003-11-18  Todd Berman <tberman@gentoo.org>
345
346         * System.Web.dll.sources: Add ParameterCollection.cs
347
348 2003-11-13  Jackson Harper  <jackson@ximian.com>
349
350         * System.web.dll.sources: Add System.Web.Util.TimeUtil.cs to the
351         build
352         
353 2003-11-06 Jackson Harper <jackson@ximian.com>
354
355         * System.web.dll.sources: Add SessionId.cs to build
356         
357 2003-11-03 Jackson Harper <jackson@ximian.com>
358
359         * System.Web.dll.sources: Add SessionSQLServerHandler.cs
360         * makefile: Reference System.Data.dll
361         
362 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
363
364         * System.Web.dll.sources: added WebControlsSectionHandler.cs
365
366 2003-07-30  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
367
368         * System.Web.dll.sources: added Locale.cs
369
370 2003-07-30  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
371
372         * System.Web.dll.sources: added new files to System.Web.SessionState and System.Web.UI
373
374 2003-07-25  Ravi Pratap  <ravi@ximian.com>
375
376         * everywhere: Remove uses of direct invocation of the 'Invoke'
377         method on a delegate type - that is error cs1533 now flagged by
378         mcs.
379
380 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
381
382         * System.Web.dll.sources:
383         * list: HtmlControlPersistableAttribute.cs, IgnoreUnknownContentAttribute.cs added
384
385 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
386
387         * System.Web.dll.sources:
388         * list: System.Web.UI/IUserControlDesignerAccessor.cs added
389
390 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
391
392         * System.Web.dll.sources:
393         * list: AssemblyInfo.cs added, Consts.cs added
394
395 2003-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
396
397         * list: sorted, added a couple of missing files and 3 new ones.
398
399 2003-04-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
400
401         * list: added CollectionBuilder and TemplateBuilder.
402
403 2003-04-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
404
405         * list: added Watcher.cs
406
407 2003-03-31  Stefan Görling <stefan@gorling.se>
408
409         * list: added new files to System.Web.SessionState
410
411 2003-03-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
412
413         * list: added SessionConfig.cs and SessionStateSectionHandler.cs
414
415 2003-02-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
416
417         * list: added AuthorizationConfig and AuthorizationConfigHandler.
418
419 2003-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
420
421         * list: added a couple of new files.
422
423 2002-11-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
424
425         * list: added new file.
426
427 2002-11-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
428
429         * list: added/removed files.
430
431 2002-11-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
432
433         * makefile.gnu: s/MONO_PATH_PREFIX/MONO_PATH/
434
435 2002-10-28  Duncan Mak  <duncan@ximian.com>
436
437         * list: added DataGridLinkButton.cs.
438
439 2002-10-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
440
441         * list: added WebEncoding.cs
442
443 2002-10-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
444
445         * makefile.trace: used to build System.Web.dll with trace enabled.
446         * System.Web.build: added trace and clean targets.
447
448 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
449
450         * System.Web.build: added options (commented out) to activate tracing.
451
452 2002-10-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
453
454         * list: added new file in System.Web.Handlers.
455
456 2002-10-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
457
458         * list: added new files in System.Web.Configuration.
459
460 2002-09-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
461
462         * list: added new files in System.Web.
463
464 2002-09-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
465
466         * list: added PageHandlerFactory.
467
468 2002-09-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
469
470         * list: added 2 new files (DataGrid*Internal.cs).
471
472 2002-09-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
473
474         * list: added new files.
475
476 2002-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
477
478         * list: added new files in System.Web.Security
479
480 2002-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
481
482         * list: added HorizontalAlignConverter and VerticalAlignConverter.
483
484 2002-08-05  Patrik Torstensson <ptorsten@hotmail.com>
485         * list: 
486                 Add System.Web/ApplicationFactory.cs
487                 Add System.Web/HttpAsyncResult.cs
488                 Add System.Web.Configuration/GlobalizationConfiguration.cs
489                 Add System.Web.Configuration/HandlerFactoryConfiguration.cs
490                 Add System.Web.Configuration/HandlerFactoryProxy.cs
491                 Add System.Web.Configuration/HandlerItem.cs
492                 Add System.Web.Configuration/ModuleItem.cs
493                 Add System.Web.Configuration/ModulesConfiguration.cs
494
495 2002-07-24  Tim Coleman <tim@timcoleman.com>
496         * list: 
497                 Add System.Web/ProcessInfo.cs
498                 Add System.Web/HttpCompileException.cs
499                 Add System.Web/HttpParseException.cs
500                 Add System.Web/HttpUnhandledException.cs
501
502 2002-07-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
503
504         * list: added some more files from System.Web.Hosting.
505
506 2002-07-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
507
508         * System.Web.build: removed some more excludes.
509
510 2002-07-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
511
512         * list: updated. Currently mcs cannot compile System.Web because it
513         cannot find NameObjectCollectionBase.KeysCollection.
514
515         * System.Web.build: don't display unused event nor always default value
516         warnings by now.
517
518 2002-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
519
520         * list: updated and reformatted.
521
522 2002-06-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
523
524         * System.Web.build: added /debug flag. I wanna see line numbers in
525         exceptions thrown.
526         
527 2002-06-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
528
529         * System.Web.Security:
530         * System.Web.SessionState: new directories.
531
532 2002-05-17  Duncan Mak  <duncan@ximian.com>
533
534         * System.Web.build: Added new arguments: "/noconfig",
535         "/r:System.Drawing.dll" and "/r:System.Xml.dll".
536
537 2002-05-10  Duncan Mak  <duncan@ximian.com>
538
539         * System.Web.build: Include the System.Web.UI.HtmlControls namespace.
540
541         * Page.cs:
542         * ValidatorCollection.cs: Stubs to make things compile for
543         now. Added one dummy method (RegisterClientScriptFile) that's used
544         in the existing codebase,  but not in MS docs.
545
546 2002-04-26  Lawrence Pit <loz@cable.a2000.nl>
547
548         * Added directory: System.Web.Mail
549         
550 2002-04-10  Patrik Torstensson <patrik.torstensson@labs2.com>
551
552         * System.Web -- Assembly build.
553         
554           The basic runtime support is now working, we can now start working
555           on the runtime flow system (thread pool etc) and also start testing
556           the parser and control framework. (224 files are compiled)
557
558 2002-03-26  Gaurav Vaish <gvaish@iitk.ac.in>
559
560         * System.Web.Security: Removed all files. Will do it later.
561                   May be someone else like to do it for the time being.
562
563 2002-03-17  Gaurav Vaish <gvaish@iitk.ac.in>
564
565         * System.Web -- Assembly build.
566           Another milestone reached. Compiled 195 classes successfully.
567           Build includes System.Web.UI.WebControls and all the dependencies
568           for the namespace.
569
570 2002-03-05  Gaurav Vaish <gvaish@iitk.ac.in>
571
572         * System.Web.Security: Added directory.
573
574 2002-03-04  Gaurav Vaish <gvaish@iitk.ac.in>
575
576         * System.Web.UI.WebContorls: Virtually complete. See
577           System.Web.UI.WebControls/ChangeLog for a comprehensensive
578           description of what's left and where. But, don't go for
579           a build at this stage. There are a few classes left in
580           System.Web namespace that need to be filled-up, though
581           I will try to fix up the current state to be able to make
582           a build.
583
584 2001-12-20  Gaurav Vaish <gvaish@iitk.ac.in>
585
586        Did first successful build of System.Web.dll that included
587          System.Web.UI.WebControls namespace. Though, not updating
588          the System.Web.build file, since with the changes that
589          followed, the build again fails :( 
590
591 2001-11-30  Gaurav Vaish <gvaish@iitk.ac.in>
592
593         * System.Web.WebUtils: Removed
594         * System.Web.Utils   : Added --- replacement of WebUtils
595
596 2001-11-08  Gaurav Vaish <gvaish@iitk.ac.in>
597
598         *  System.Web.WebUtils:  Added directory
599
600 2001-08-22  Bob Smith <bob@thestuff.net>
601
602         * Added directory: System.Web.UI.HtmlControls
603         * Added directory: Test
604
605 2001-08-17  Bob Smith <bob@thestuff.net>
606
607         * Added directory: System.Web.UI
608
609 2001-08-09  Bob Smith <bob@thestuff.net>
610
611         * Added directory: System.Web
612
613 2001-07-20      Patrik Torstensson (Patrik.Torstensson@labs2.com)
614
615         * Added directory: System.Web.Caching