dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.758,1.759


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.758,1.759
Date: Sat, 22 Mar 2003 00:55:15 -0500

Update of /cvsroot/dotgnu-pnet/pnetlib
In directory subversions:/tmp/cvs-serv9126

Modified Files:
        ChangeLog 
Log Message:


Harden and secure the Reflection.Emit API against multi-threaded access.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.758
retrieving revision 1.759
diff -C2 -r1.758 -r1.759
*** ChangeLog   22 Mar 2003 05:12:30 -0000      1.758
--- ChangeLog   22 Mar 2003 05:55:13 -0000      1.759
***************
*** 28,31 ****
--- 28,43 ----
        signature building routines.
  
+       * runtime/System/Reflection/Emit/AssemblyBuilder.cs,
+       runtime/System/Reflection/Emit/ConstructorBuilder.cs,
+       runtime/System/Reflection/Emit/EventBuilder.cs,
+       runtime/System/Reflection/Emit/FieldBuilder.cs,
+       runtime/System/Reflection/Emit/ILGenerator.cs,
+       runtime/System/Reflection/Emit/MethodBuilder.cs,
+       runtime/System/Reflection/Emit/ModuleBuilder.cs,
+       runtime/System/Reflection/Emit/PropertyBuilder.cs,
+       runtime/System/Reflection/Emit/SignatureHelper.cs,
+       runtime/System/Reflection/Emit/TypeBuilder.cs: harden and secure
+       the Reflection.Emit API against multi-threaded access.
+ 
  2003-03-20  Rhys Weatherley  <address@hidden>
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]