2007-07-11 Jb Evain <jbevain@novell.com>
[mono.git] / mcs / class / System.Core / ChangeLog
1 2007-07-11  Jb Evain  <jbevain@novell.com>
2
3         * Makefile: work on the 2.1 profile.
4
5 2007-05-11  Stephane Delcroix  <stephane@delcroix.org>
6
7         * System/DateTimeOffset.cs:
8         * System/InvalidTimeZoneException.cs:
9         * System/TimeZoneInfo.AdjustmentRules.cs:
10         * System/TimeZoneInfo.cs:
11         * System/TimeZoneInfo.TransitionTime.cs
12         * System/TimeZoneNotFoundException.cs: new TimeZoneInfo class
13
14         * System.Core.dll.sources: Added the above files
15
16         * Makefile: compile with -d:LIBC so TimeZoneInfo will look for libc
17         defined timezones
18
19 2007-03-29  Miguel de Icaza  <miguel@novell.com>
20
21         * Reapply the patch from Antonello, and rework the code to not use
22         extension methods on Enumerable. 
23
24 2007-02-04  Marek Safar  <marek.safar@gmail.com>
25
26         * System.Core.dll.sources: Added common constants.
27
28         * Makefile: An assembly is 2.0 only.
29
30 2007-02-03  Atsushi Enomoto  <atsushi@ximian.com>
31
32         * System.Core.dll.sources : added LambdaExpression.cs.
33
34 2006-11-01  Alejandro Serrano "Serras"  <trupill@yahoo.es>
35
36     * Add IOrderedSequence, IQueryable
37     * Change Sequence.Join and Sequence.GroupJoin to use Lookup<K, T>
38       as stated on the Standard Query Operators paper
39
40 2006-06-05  Alejandro Serrano "Serras"  <trupill@yahoo.es>
41
42     * Updates as of LINQ May 2006 release
43
44 2006-01-31  Alejandro Serrano "Serras"  <trupill@yahoo.es>
45
46     * Fix bug in SkipWhile<T>, where the first element was never yielded
47
48 2006-01-30  Alejandro Serrano "Serras"  <trupill@yahoo.es>
49
50     * Initial commit