2003-04-27 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / ChangeLog
index 5cb23744e8b9c99ca71e832fb0911194209e7d52..ba9239e85afe9ebdcbbd4538901bcbc8478f1838 100644 (file)
@@ -1,3 +1,78 @@
+2003-04-15 Nick Drochak <ndrochak@gol.com>
+
+       * makefile: Remove nunit version 1 from build
+
+2002-03-14  Daniel Morgan <danmorg@sc.rr.com>
+
+       * class/makefile.gnu
+       * class/ByteFX.Data/makefile.gnu: add ByteFX.Data.dll 
+       to the Linux build
+
+2002-03-14  Daniel Morgan <danmorg@sc.rr.com>
+
+       * makefile: added ByteFX.Data.dll to windows install
+       
+       * class/library.build: added ByteFX.Data.dll 
+       to windows build.  added additional clean targets
+       
+       * class/Microsoft.VisualC/Microsoft.VisualC.build: fix 
+       windows clean
+       
+       * class/ByteFX.Data: added directory for ByteFX.Data.dll
+       which includes a MySQL ADO.NET Provider.  
+       Contributed by Reggie Burnett <rykr@bellsouth.net>
+       from ByteFX, Inc.
+       ByteFX.Data 0.6.5 is Copyright 2002-2003, ByteFX, Inc.\r
+       \r
+       Added the following files and directories:\r
+               
+       class/ByteFX.Data/AssemblyInfo.cs    \r
+       class/ByteFX.Data/list\r
+       class/ByteFX.Data/ByteFX.Data.build  \r
+       class/ByteFX.Data/makefile.gnu\r
+       class/ByteFX.Data/ChangeLog.txt      \r
+       class/ByteFX.Data/readme.txt\r
+       class/ByteFX.Data/lgpl.txt: new files\r
+               \r
+       BitStream.cs  \r
+       Connection.cs        \r
+       Field.cs        \r
+       Inflater.cs\r
+    ConnectionString.cs  \r
+    HuffmanTree.cs  \r
+    NamedPipeStream.cs\r
+    class/ByteFX.Data/Common: added files to new directory\r
+\r
+       Driver.cs     \r
+       command.resx            \r
+       todo.txt\r
+       CommandBuilder.cs  \r
+       Exception.cs  \r
+       dataadapter.cs           \r
+       transcaction.cs\r
+       Connection.cs      \r
+       Field.cs      \r
+       datareader.cs\r
+       Connection.resx    \r
+       MysqlDefs.cs  \r
+       parameter.cs
+       class/ByteFX.Data/mysqlclient: added files to new directory\r
+
+       command.cs    
+       parameter_collection.cs
+       class/ByteFX.Data/mysqlclient/Designers: added files to new directory
+       
+2003-03-14  Daniel Morgan <danmorg@sc.rr.com>
+
+       * makefile: add ilasm.exe to windows build and add missing assemblies
+       to windows install
+       
+       * class/library.build: include PEAPI.dll, Npgsql.dll, and
+       ICSharpCode.SharpZipLib part of the windows build
+
+2003-03-10  Martin Willemoes Hansen <mwh@sysrq.dk>
+       * Fixed some spelling errors in class/doc/TemplateTest.cs
+
 2003-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * makefile: added Mono.Posix and System.Management.
@@ -8,7 +83,7 @@
 
 2003-02-15  Nick Drochak  <ndrochak@gol.com>
 
-        * makefile.gnu: Add testcorlib target to run just the corlib unit tests.
+    * makefile.gnu: Add testcorlib target to run just the corlib unit tests.
 
 2003-02-10  Nick Drochak  <ndrochak@gol.com>