X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FChangeLog;h=53f47507600c08fdfdfa9ad8b53af962c2d54393;hb=34f3516909b1a205da108d563a0af495837a4e10;hp=2f01d829942da74e248107ba42e2b2f63f7e239b;hpb=93d3ee72e7c3ac75aea9cc6e9e9ef79e0267ecf2;p=mono.git diff --git a/mcs/class/ChangeLog b/mcs/class/ChangeLog index 2f01d829942..53f47507600 100644 --- a/mcs/class/ChangeLog +++ b/mcs/class/ChangeLog @@ -1,3 +1,134 @@ +2003-10-21 Pedro Martínez Juliá + + * Makefile: Removed Mono.Security.Tls. + + * Mono.Security.Tls: Removed directory, now TLS support is in + Mono.Security assembly. + +2003-10-16 Pedro Martínez Juliá + + * Makefile: Add Mono.Security.Tls assembly. + +2003-08-11 Duncan Mak + + * Makefile (SUBDIRS): Add Mono.Cairo.dll + +2003-07-24 Gonzalo Paniagua Javier + + * Makefile: only build Mono.CSharp.Debugger under linux. + +2003-07-23 Peter Williams + + * Makefile (SUBDIRS): Add System.Drawing.Design.dll to the + default build. + +2003-07-22 Cesar Lopez Nataren + + * mcs/class/Makefile: Added Microsoft.Vsa.dll to the build. + +2003-04-04 Miguel de Icaza + + * + ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/Zip/Compression/Streams/InflaterInputStream.cs: Do not close the file. + +2003-04-03 Miguel de Icaza + + * + ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/Zip/Compression/Streams/InflaterInputStream.cs + (InflaterInputStream.Skip): Use a more memory friendly implementation. + +2003-04-17 Nick Drochak + + * library.make: Only try to run the unit tests if there is a Test + directory. + +2003-04-11 Duncan Mak + + * Mono.Globalization/Data/*.xml: Check in XML files used in + the implementation of System.Globalization. + +2003-03-31 Martin Willemoes Hansen + + * Stubed System.Drawing.Design + +2003-03-31 Alan Tam + + * makefile.gnu: Added System.Design to build + +2003-03-31 Alan Tam + + * library.build: Added back System.Design to build + +2003-03-22 Martin Willemoes Hansen + + * Stubed Custommarshalers + +2003-03-20 Piers Haken + + * makefile.gnu: really fix the System.Management build problems + +2003-03-11 Cesar Octavio Lopez Nataren + + * mcs/class: Added the directories Microsoft.JScript and Microsoft.Vsa that + will have the runtime support and CodeDom support for the JScript Compiler. + +2003-03-06 Jackson Harper + + * makefile.gnu: Add PEAPI to the build + +2003-03-06 Sebastien Pouliot + + * library.build: added Mono.Security to build, test and clean. + +2003-03-04 Gonzalo Paniagua Javier + + * class/library.build: + * class/makefile.gnu: added Mono.Posix and System.Management. + +2003-03-02 Jackson Harper + + * mcs/class: Add PEAPI directory + +2003-02-22 Martin Baulig + + * library.make: Pass `MCS_FLAGS' to MCS. + +2003-02-15 Zoltan Varga + + * makefile.gnu (test): do not install .dbg files since mcs no longer + generates them. + +2003-02-13 Tim Coleman + * makefile.gnu: Add System.Data.OracleClient to linux build. + +2003-02-10 Nick Drochak + + * library.build: + * makefile: add testcorlib target to run unit tests just for corlib. + +2003-02-05 Sebastien Pouliot + + * library.build: added Mono.Security.Win32 to build, test and + clean. There's no makefile.gnu for this assembly as it is + specific to Win32. + +2003-01-23 Nick Drochak + + * makefile: install the .dbg files too so the debugger can use them. + +2003-01-17 Sebastien Pouliot + + * library.build: added System.Security to build, test and clean. + There's no makefile.gnu yet for this assembly. + +2003-01-16 Rodrigo Moya + + * makefile.gnu: added Mono.Data.DB2Client directory. + +2003-01-08 Gaurav Vaish + + * System.Web.Mobile : Added new directory + 2002-12-11 Jeroen Janssen * enabled building Mono.Directory.LDAP and