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

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

[Dotgnu-pnet-commits] CVS: pnet ChangeLog,1.2321,1.2322 NEWS,1.24,1.25


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet ChangeLog,1.2321,1.2322 NEWS,1.24,1.25 configure.in,1.116,1.117
Date: Fri, 02 May 2003 21:06:52 -0400

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

Modified Files:
        ChangeLog NEWS configure.in 
Log Message:


Update version for the "0.5.6" release.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ChangeLog,v
retrieving revision 1.2321
retrieving revision 1.2322
diff -C2 -r1.2321 -r1.2322
*** ChangeLog   3 May 2003 00:06:50 -0000       1.2321
--- ChangeLog   3 May 2003 01:06:50 -0000       1.2322
***************
*** 8,11 ****
--- 8,13 ----
        recognize Gtk# module references and remap them to shared objects.
  
+       * NEWS, configure.in: update version for the "0.5.6" release.
+ 
  2003-05-02  Gopal.V  <address@hidden>
        

Index: NEWS
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/NEWS,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** NEWS        29 Mar 2003 09:37:28 -0000      1.24
--- NEWS        3 May 2003 01:06:50 -0000       1.25
***************
*** 1,3 ****
--- 1,66 ----
  
+ 0.5.6 (3 May 2003)
+ 
+       Runtime engine:
+ 
+       * Internalcalls to support CAS-based security.
+       * Revised internalcalls for socket support.
+       * Add more functionality to the regex internalcalls, to expose
+         the full GNU regex syntax to C# libraries.
+       * Stub internalcalls for "FormatterServices", "Process", "TimeMethods".
+       * Off-by-1 bugs in vararg packing.
+       * Fix "ArgIterator.GetNextArg" for unmanaged C++ code.
+       * Set the correct array bounds for multi-dimensional arrays with
+         lower bound specifications.
+       * Disable finalizers while laying out classes, to prevent deadlocks.
+       * Set exception stack traces at the point of throw, not create.
+       * Fixes for the "kernel" and "compact" profiles.
+       * Support for thread-static values.
+       * Check for long overflow correctly.
+       * Restore 2D "index1" correctly when bounds check fails on "index2".
+       * Add "String[]" to the set of types recognized for PInvoke handling.
+ 
+       C# Compiler:
+ 
+       * Add the ILOp_UShr opcode to support Java compilation (Gopal V).
+       * Handle empty "__arglist" parameter lists correctly.
+       * Don't use "RuntimeHelpers.InitializeArray" for zero-sized arrays.
+       * Incorrect "ILGenSimple" in JVM code generator (Gopal V).
+       * Recognize "where" as an identifier in some circumstances.
+       * Error messages for missing event implementations (Gopal V).
+       * Resolve multiple indexer definitions in a class (Gopal V).
+       * Serialization of enum values in attributes (Gopal V).
+ 
+       C Compiler:
+ 
+       * Fix recognition of types like "short int" and "unsigned short int".
+       * Convert struct fields with type "X[]" into "X[0]".
+       * Permit enum's to be used to declare bit fields.
+       * Constant evaluation for the "sizeof" operator.
+ 
+       Assembler:
+ 
+       * Allow additional vararg call sites to be added after a class
+         has been marked as "completed".
+       * Set the permissions on exe files to "+x".
+ 
+       Loader and Metadata:
+ 
+       * Recognize boxing conversions in "ILTypeAssignCompatible".
+       * Map "ComImportAttribute" to the "import" typedef flag.
+       * Add a temporary hack to remap Gtk# library dependencies.
+ 
+       Platform Support:
+ 
+       * Use 32-bit arithmetic for RC2 under ARM because it has problems
+         with unsigned 16-bit arithmetic.
+       * Implement data cache flushing for ARM.
+ 
+       Other:
+ 
+       * Class size estimation in "ilsize" to give a rough indication of the
+         runtime memory requirements of a class.
+       * Make ildd more useful at showing the assemblies and modules used.
+ 
  0.5.4 (29 March 2003)
  

Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/configure.in,v
retrieving revision 1.116
retrieving revision 1.117
diff -C2 -r1.116 -r1.117
*** configure.in        3 Apr 2003 05:39:33 -0000       1.116
--- configure.in        3 May 2003 01:06:50 -0000       1.117
***************
*** 6,10 ****
  
  dnl Initialize automake.
! AM_INIT_AUTOMAKE(pnet, 0.5.5)
  AM_CONFIG_HEADER(include/il_config.h)
  AM_MAINTAINER_MODE
--- 6,10 ----
  
  dnl Initialize automake.
! AM_INIT_AUTOMAKE(pnet, 0.5.6)
  AM_CONFIG_HEADER(include/il_config.h)
  AM_MAINTAINER_MODE





reply via email to

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