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.2111,1.2112 NEWS,1.22,1.23


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet ChangeLog,1.2111,1.2112 NEWS,1.22,1.23 configure.in,1.108,1.109
Date: Fri, 07 Feb 2003 21:38:29 -0500

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

Modified Files:
        ChangeLog NEWS configure.in 
Log Message:


Update version for the "0.5.0" release.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ChangeLog,v
retrieving revision 1.2111
retrieving revision 1.2112
diff -C2 -r1.2111 -r1.2112
*** ChangeLog   7 Feb 2003 11:31:29 -0000       1.2111
--- ChangeLog   8 Feb 2003 02:38:26 -0000       1.2112
***************
*** 1,3 ****
--- 1,7 ----
  
+ 2003-02-08  Rhys Weatherley  <address@hidden>
+ 
+       * NEWS, configure.in: update version for the "0.5.0" release.
+ 
  2003-02-07  Rhys Weatherley  <address@hidden>
  

Index: NEWS
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/NEWS,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** NEWS        11 Jan 2003 02:42:37 -0000      1.22
--- NEWS        8 Feb 2003 02:38:26 -0000       1.23
***************
*** 1,3 ****
--- 1,63 ----
  
+ 0.5.2 (8 February 2003)
+ 
+       Runtime engine:
+ 
+       * Verification of "newobj" when used with single-dimensional arrays.
+       * 64-bit fixes for CVM opcode "ldtoken".
+       * Marshalling for the LPWSTR type.
+       * Support code for custom marshalling (not finished yet).
+       * Return the full pathname for argv[0] from "GetCommandLineArgs()".
+       * Pad the "System_Array" header for 64-bit platforms.
+       * Fix CVM opcode "get2d", which was computing the wrong offset.
+ 
+       C# Compiler:
+ 
+       * Structs with no fields should be 1-sized, not 0-sized.
+       * Fixes to implicit handling of "Attribute" suffixes (Gopal V, Rhys).
+       * Ordering issues when resolving "const" fields (Gopal V).
+       * Better error reporting for missing types (Gopal V).
+       * Fixes to "foreach" loops containing "continue" (Gopal V).
+       * Don't warn for decimal constants that start with 0 any more.
+       * Allow libraries to directly or indirectly depend upon themselves.
+ 
+       Assembler & Disassembler:
+ 
+       * Force the use of "instance" on instructions that always take
+         instance methods as arguments (Gopal V, Rhys Weatherley).
+       * Set ".maxstack" to 8 by default instead of 0.
+       * Round-tripping support for public key declarations.
+       * Dump the contents of the ".data" and ".tls" sections in "ildasm".
+ 
+       Documentation:
+ 
+       * Fix a sprintf-related segfault in "csdoc2stub" (Gopal V).
+       * Correct XML output for enums in "csdoc" (Gopal V).
+       * Add directory entries to texinfo documentation (Stephen Compall).
+ 
+       Loader and Metadata:
+ 
+       * Handle missing shared objects during PInvoke operations (Gopal V).
+       * Recursive parent type dependencies.
+       * Begin adding the infrastructure for on-demand token loading.
+ 
+       Csant:
+ 
+       * Add the "mkdir" and "copy" tasks.
+       * Add the "-c" option, which emulates <csc> in terms of <compile>.
+       * Prefer *.csant files over *.build files.
+ 
+       Platform Support:
+ 
+       * Work-around problems when compiling rc2.c under alpha.
+       * Update libffi and libgc to the most recent versions.
+       * Change the definition of "ILInt8" to support platforms that
+         have unsigned "char" types (e.g. s390, arm).
+ 
+       Other:
+ 
+       * Add "-fno-inline-functions" to the "engine" build process, to work
+         around problems with -O3 vs -O2 compiles.
+ 
  0.5.0 (11 January 2003)
  

Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/configure.in,v
retrieving revision 1.108
retrieving revision 1.109
diff -C2 -r1.108 -r1.109
*** configure.in        7 Feb 2003 06:33:23 -0000       1.108
--- configure.in        8 Feb 2003 02:38:26 -0000       1.109
***************
*** 6,10 ****
  
  dnl Initialize automake.
! AM_INIT_AUTOMAKE(pnet, 0.5.1)
  AM_CONFIG_HEADER(include/il_config.h)
  AM_MAINTAINER_MODE
--- 6,10 ----
  
  dnl Initialize automake.
! AM_INIT_AUTOMAKE(pnet, 0.5.2)
  AM_CONFIG_HEADER(include/il_config.h)
  AM_MAINTAINER_MODE





reply via email to

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