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=33ba6b492a74b9c35739587bf9b81e3c566b8f62;hpb=be62236ebf214f4a6435576c023a5a088cd20a5e;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 33ba6b492a7..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,17 @@ +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.