Merge pull request #129 from grumpydev/CryptoFixo
[mono.git] / mcs / class / System / ChangeLog
index e3474f10dc6b04e1a780b18e4a5de69d606cca1e..321c80768286a3344a28f9451a1073e942c5149d 100644 (file)
@@ -1,3 +1,57 @@
+2010-07-21  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Makefile: Ensure SECURITY_DEP gets defined in our moonlight
+       raw profile
+
+2010-05-10  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * moonlight_bootstrap_System.dll.sources: Minimal build for 
+       bootstrap. Does not depend on corlib's internals
+       * moonlight_raw_System.dll.sources: Full raw (pre-tuned) build 
+       for Moonlight - includes SSL code
+       * moonlight_shared_System.dll.sources: New. Parts that are both
+       needed for bootstrap and raw builds
+
+2010-04-29  Marek Habersack  <mhabersack@novell.com>
+
+       * System.Security.Authentication.ExtendedProtection/ChannelBinding.cs:
+       added
+
+2010-04-23  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * moonlight_raw_System.dll.sources: Add new (for SL4) types
+       to moonlight build
+
+2010-04-16  Raja R Harinath  <harinath@hurrynot.org>
+       and Marek Habersack  <mhabersack@novell.com>
+
+       * Makefile (LIBRARY_COMPILE) [USE_BOOT_COMPILE]:
+       Don't override if the profile says it isn't necessary by setting
+       PROFILE_MCS_HAS_BOOTSTRAP_FALLBACK.
+
+2010-04-01  Jb Evain  <jbevain@novell.com>
+
+       * System.dll.sources: add SortedSet to the build.
+
+2010-03-20  Miguel de Icaza  <miguel@novell.com>
+
+       * Eliminate warnings in a bunch of places.
+
+2010-03-19  Miguel de Icaza  <miguel@novell.com>
+
+       * Eliminate warnings in a bunch of places.
+
+2010-03-19  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * moonlight_*_System.dll.sources: Bring extra types so we can
+       build a full, managed, internal HTTP stack to be reused for SL3+
+       * Makefile: Add a INSIDE_SYSTEM define when compiling System.dll
+       to makes it possible to rebuild the same types in System.Net.dll
+
+2010-03-16  Jb Evain  <jbevain@novell.com>
+
+       * net_2_1_*.dll.sources: rename to moonlight_*.dll.sources.
+
 2010-03-11  Sebastien Pouliot  <sebastien@ximian.com>
 
        * net_2_1_raw_System.dll.sources: Add existing files that are