X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.Serialization.Formatters.Binary%2FChangeLog;h=05e84f9919b9ad4918e6fb3e1327babaacedd544;hb=9e3370d3351358044231dd1f3df5fff3720bdcc2;hp=50ea5dc89e7e1ac002dd6be7f7fe15368dcb0b25;hpb=24a7667524f1e4b5d722c45cd69e63a9f905cf56;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.Serialization.Formatters.Binary/ChangeLog b/mcs/class/corlib/System.Runtime.Serialization.Formatters.Binary/ChangeLog index 50ea5dc89e7..05e84f9919b 100755 --- a/mcs/class/corlib/System.Runtime.Serialization.Formatters.Binary/ChangeLog +++ b/mcs/class/corlib/System.Runtime.Serialization.Formatters.Binary/ChangeLog @@ -1,3 +1,23 @@ +2004-12-08 Zoltan Varga + + * CodeGenerator.cs: Call new DefineInternalDynamicAssembly method to prevent a race + condition in the setting of the CorlibInternal flag. + +2004-12-06 Zoltan Varga + + * CodeGenerator.cs: Mark the created assembly builder as internal. + +2004-11-29 Lluis Sanchez Gual + + * CodeGenerator.cs: Addded EnumToUnderlying method to get the underlying + type of an enum. This fixes bug #69753. + +2004-07-02 Lluis Sanchez Gual + + * BinaryCommon.cs: Added CheckSerializable method. + * ObjectWriter.cs: Check for type serializability even for members with + null values. + 2004-05-29 Gonzalo Paniagua Javier * ObjectWriter.cs: reduce contention in GetObjectData.