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

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

[Dotgnu-pnet-commits] pnet ChangeLog, 1.2723, 1.2724 NEWS, 1.28, 1.29 co


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnet ChangeLog, 1.2723, 1.2724 NEWS, 1.28, 1.29 configure.in, 1.146, 1.147
Date: Wed, 15 Oct 2003 01:15:23 +0000

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

Modified Files:
        ChangeLog NEWS configure.in 
Log Message:


Update version for the "0.6.0" release.


Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/configure.in,v
retrieving revision 1.146
retrieving revision 1.147
diff -C2 -d -r1.146 -r1.147
*** configure.in        13 Oct 2003 06:15:24 -0000      1.146
--- configure.in        15 Oct 2003 01:15:21 -0000      1.147
***************
*** 6,10 ****
  
  dnl Initialize automake.
! AM_INIT_AUTOMAKE(pnet, 0.5.13)
  AM_CONFIG_HEADER(include/il_config.h)
  AM_MAINTAINER_MODE
--- 6,10 ----
  
  dnl Initialize automake.
! AM_INIT_AUTOMAKE(pnet, 0.6.0)
  AM_CONFIG_HEADER(include/il_config.h)
  AM_MAINTAINER_MODE

Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ChangeLog,v
retrieving revision 1.2723
retrieving revision 1.2724
diff -C2 -d -r1.2723 -r1.2724
*** ChangeLog   14 Oct 2003 05:24:16 -0000      1.2723
--- ChangeLog   15 Oct 2003 01:15:21 -0000      1.2724
***************
*** 1,3 ****
--- 1,7 ----
  
+ 2003-10-15  Rhys Weatherley  <address@hidden>
+ 
+       * NEWS, configure.in: update version for the "0.6.0" release.
+ 
  2003-10-14  Rhys Weatherley  <address@hidden>
  

Index: NEWS
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/NEWS,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** NEWS        6 Sep 2003 03:08:19 -0000       1.28
--- NEWS        15 Oct 2003 01:15:21 -0000      1.29
***************
*** 1,3 ****
--- 1,58 ----
  
+ 0.6.0 (15 October 2003)
+ 
+       Runtime engine:
+ 
+       * Make the autoconf target string available to pnetlib so that
+         the platform can be detected using "Environment.OSVersion".
+       * Marshal structures that contain delegate fields, for Win32 winforms.
+       * Internalcall for the zero-argument case of constructing value types.
+       * Add delegates to the GC handle table when they are marshalled, to
+         prevent the object from being disposed while the closure is in use.
+ 
+       Common Compiler Issues:
+ 
+       * Be careful not to treat absolute pathnames as options in the
+         csc/mcs-compatibility mode.
+       * Fixed a bug in "foreach" loops containing "break" in their body.
+ 
+       C Compiler:
+ 
+       * Improve the handling of boolean constant values.
+       * Constant coercions where the machine type does not change.
+       * Allow function pointer types to be coerced if they have the
+         same basic "shape", differing only in pointer types.
+ 
+       Loader and Metadata:
+ 
+       * Don't add parameter name information to debug symbol data because
+         it duplicates information already available in metadata.
+       * Put some infrastructure in place to support on-demand type loading.
+       * Fix a bug with debug overflow blocks that caused the wrong filename
+         data to be written, causing odd names in stack traces.
+       * Add the link directory to the debug symbol table so that the
+         full pathname of source files can be recovered by a debugger.
+       * Search for owned items in a way that avoids loading an item if
+         it isn't actually the one that was sought.
+ 
+       Documentation:
+ 
+       * Ignore classes with "NonStandardExtra" in "csdocvalil".
+       * Document the "csant" XML file syntax in the texinfo documentation.
+       * Updates to the FAQ.
+       * Man page for "ilverify".
+ 
+       Platform Support:
+ 
+       * Socket support under "mingw32".
+       * Fixed a bug in "libffi" that caused it to generate invalid closures
+         on some x86 platforms.
+ 
+       Other:
+ 
+       * Pass missing options to "mcs" from "csant".
+       * Fixes for building in non-full profiles.
+       * Remove some obsolete programs (ildiff, ildb, test_verify).
+ 
  0.5.12 (6 September 2003)
  





reply via email to

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