2009-03-28 Jb Evain <jbevain@novell.com>
[mono.git] / mcs / class / System.Core / ChangeLog
index 5665f59b5ca6da9ca48b8afbf10367660d83dacc..36d27ce7de2af84b37101baec06b929dac47858e 100644 (file)
@@ -1,9 +1,85 @@
+2008-09-05  Marek Safar  <marek.safar@gmail.com>
+
+       * System.Core.dll.sources: Add System.Threading
+
+2008-08-05  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * System.Core.dll.sources: Add new files for crypto.
+       * System.Core_test.dll.sources: Add crypto unit tests.
+
+2008-05-01  Jb Evain  <jbevain@novell.com>
+
+       * System.Core-2008.csproj, System.Core.dll.sources: add new files.
+
+2008-03-27  Leonid Freydovich  <leonidf@mainsoft.com>
+
+       * Add some TARGET_JVM specific code
+
+2008-01-09  Jb Evain  <jbevain@novell.com>
+
+       * Makefile: remove -langversion:linq which is
+       default now.
+
+2007-12-04  Marek Safar  <marek.safar@gmail.com>
+
+       * System.Core.dll.sources: System.Linq.Expression refresh.
+
+2007-08-20  Marek Safar  <marek.safar@gmail.com>
+
+       * Makefile: Hardcoded 3.5 define for now.
+
+2007-08-13  Federico Di Gregorio <fog@initd.org>
+
+       * Added Test/ directory, modified Makefile to build and execute them.
+
+       * Changed a couple of Expression methods to raise exceptions identicals to
+       MS ones.
+
+       * Added tests for AddExpression and ConstantExpression.
+
+       * Implemented somme missing stuff in BinaryExpression.
+
+       * The stuff in ExpressionUtils is very generic and does quite some
+       redundant checks: I started splitting the stuff there into more
+       "specific" methods that should be both understandable and fast.
+
+       * Fixed the StringBuilder problem, added unique IDs to all tests,
+       used Assert.IsNull where appropriate and fixed one more Expression
+       method (AndAlso). Hope this is good enough for commit.
+
+2007-07-12  Marek Safar  <marek.safar@gmail.com>
+
+       * System.Core.dll.sources: A few Beta 2 updates.
+
+2007-07-11  Jb Evain  <jbevain@novell.com>
+
+       * Makefile: work on the 2.1 profile.
+
+2007-05-11  Stephane Delcroix  <stephane@delcroix.org>
+
+       * System/DateTimeOffset.cs:
+       * System/InvalidTimeZoneException.cs:
+       * System/TimeZoneInfo.AdjustmentRules.cs:
+       * System/TimeZoneInfo.cs:
+       * System/TimeZoneInfo.TransitionTime.cs
+       * System/TimeZoneNotFoundException.cs: new TimeZoneInfo class
+
+       * System.Core.dll.sources: Added the above files
+
+       * Makefile: compile with -d:LIBC so TimeZoneInfo will look for libc
+       defined timezones
+
+2007-03-29  Miguel de Icaza  <miguel@novell.com>
+
+       * Reapply the patch from Antonello, and rework the code to not use
+       extension methods on Enumerable.
+
 2007-02-04  Marek Safar  <marek.safar@gmail.com>
 
-       * System.Core.dll.sources: Added common constants.\r
-\r
+       * System.Core.dll.sources: Added common constants.
+
        * Makefile: An assembly is 2.0 only.
-\r
+
 2007-02-03  Atsushi Enomoto  <atsushi@ximian.com>
 
        * System.Core.dll.sources : added LambdaExpression.cs.