New test.
[mono.git] / mcs / build / common / ChangeLog
index 94504175b72121139b5dd90cf7887bb6d5365e5f..cc967555e66b0b5de4b47f9f3f2c7348b7f4e75e 100644 (file)
@@ -1,5 +1,46 @@
-2005-08-26  Kornél Pál  <kornelpal@hotmail.com>\r
-\r
-       * ChangeLog: Added.\r
-       * Consts.cs: Renamed to Consts.cs.in.\r
-       * Consts.cs.in: Added MonoVersion.\r
+2006-09-06  Kornél Pál  <kornelpal@gmail.com>
+
+       * Makefile: Removed TestConfiguration.cs.
+
+2006-06-07  Kornél Pál  <kornelpal@gmail.com>
+
+       * Consts.cs.in: Removed RuntimeVersion as it should be the same as
+         FxFileVersion. Use FxFileVersion for Environment.Version.
+
+2005-11-05  Kornél Pál  <kornelpal@hotmail.com>
+
+       * Consts.cs.in: Removed obsolete using System.Runtime.InteropServices.
+
+2005-11-03  Kornél Pál  <kornelpal@hotmail.com>
+
+       * Consts.cs.in: Added FxFileVersion for use in assemblies instead of
+         RuntimeVersion.
+
+2005-11-03  Kornél Pál  <kornelpal@hotmail.com>
+
+       * Consts.cs.in: Added VsFileVersion that is used by assemblies.
+
+2005-11-03  Kornél Pál  <kornelpal@hotmail.com>
+
+       * Consts.cs.in: Added RuntimeVersion numbers for 1.0 and 1.1 as well.
+
+2005-10-28  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Consts.cs.in: Added RuntimeVersion as most 2.0 assemblies will 
+       require it (for AssemblyFileVersion).
+
+2005-09-21  Kornél Pál  <kornelpal@hotmail.com>
+
+       * Consts.cs.in: Removed UnmanagedType_80 that was required because mcs bug
+         #75945 was not discovered.
+
+2005-08-26  Kornél Pál  <kornelpal@hotmail.com>
+
+       * Consts.cs.in: Use Microsoft.VisualStudio.Web only in profile NET_2_0 as
+         the assembly does not exists in older versions. Fixed to use VsVersion.
+
+2005-08-26  Kornél Pál  <kornelpal@hotmail.com>
+
+       * ChangeLog: Added.
+       * Consts.cs: Renamed to Consts.cs.in.
+       * Consts.cs.in: Added MonoVersion.