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

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

[dotgnu-pnet-commits] pnet ChangeLog configure.in NEWS


From: Klaus Treichel
Subject: [dotgnu-pnet-commits] pnet ChangeLog configure.in NEWS
Date: Sat, 03 Mar 2007 12:09:19 +0000

CVSROOT:        /cvsroot/dotgnu-pnet
Module name:    pnet
Changes by:     Klaus Treichel <ktreichel>      07/03/03 12:09:19

Modified files:
        .              : ChangeLog configure.in NEWS 

Log message:
        Add news entries for the 0.8.0 release and update the version to the 
new "0.8.1"
        development version.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pnet/ChangeLog?cvsroot=dotgnu-pnet&r1=1.3430&r2=1.3431
http://cvs.savannah.gnu.org/viewcvs/pnet/configure.in?cvsroot=dotgnu-pnet&r1=1.224&r2=1.225
http://cvs.savannah.gnu.org/viewcvs/pnet/NEWS?cvsroot=dotgnu-pnet&r1=1.39&r2=1.40

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ChangeLog,v
retrieving revision 1.3430
retrieving revision 1.3431
diff -u -b -r1.3430 -r1.3431
--- ChangeLog   27 Feb 2007 18:49:22 -0000      1.3430
+++ ChangeLog   3 Mar 2007 12:09:19 -0000       1.3431
@@ -1,3 +1,9 @@
+2007-03-03  Klaus Treichel  <address@hidden>
+
+       * NEWS, configure.in: update version for the "0.8.0" release.
+
+       * configure.in: update version to the new "0.8.1" development version.
+
 2007-02-27  Gopal V  <address@hidden>
 
        * auto_gen.sh: Remove bash specific pushd/popd

Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/configure.in,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -b -r1.224 -r1.225
--- configure.in        20 Feb 2007 17:00:52 -0000      1.224
+++ configure.in        3 Mar 2007 12:09:19 -0000       1.225
@@ -5,7 +5,7 @@
 AC_CANONICAL_SYSTEM
 
 dnl Initialize automake.
-AM_INIT_AUTOMAKE(pnet, 0.7.5)
+AM_INIT_AUTOMAKE(pnet, 0.8.1)
 AM_CONFIG_HEADER(include/il_config.h)
 AM_MAINTAINER_MODE
 

Index: NEWS
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/NEWS,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -b -r1.39 -r1.40
--- NEWS        15 Jan 2006 06:02:24 -0000      1.39
+++ NEWS        3 Mar 2007 12:09:19 -0000       1.40
@@ -1,4 +1,76 @@
 
+0.8.0 (3 March 2007)
+
+       JIT 
+       
+       * JIT_Coder opcodes implementation (Klaus Treichel, Aleksey Demakov,
+         Kirill Kononenko)
+       * On Demand JIT Compilation (Klaus Treichel)
+       * JIT exception handling (Klaus Treichel, Kirill Kononenko)
+       * Method Inlining support (Klaus Treichel)
+       * Inlining internal calls, PInvoke and math (Klaus Treichel)
+       * Local and Thread Local variable support (Klaus Treichel)
+       * Reflection support (Klaus Treichel)
+       * Array optimisations (Klaus Treichel)
+       * Static ctor support (Klaus Treichel, Aleksey Demakov)
+       * Delegate and Async Delegate support (Klaus Treichel)
+       * Safepoints and builtin/managed Exceptions (Klaus Treichel)
+       * Null check reduction (Klaus Treichel)
+       * Finalizers and GC support (Klaus Treichel)
+       * Method and variable profiling (Klaus Treichel)
+       * Debugging and diagnostic functions (Klaus Treichel)
+
+       Runtime Engine
+
+       * New Debugger (Radek Polak)
+       * Typed allocations (Klaus Treichel)
+       * Array structure optimisations (Klaus Treichel)
+       * Static cctor manager (Klaus Treichel)
+       * Watching variables (Radek Polak)
+       * Spec fixes on String IndexOf and LastIndexOf (Russell Stuart)
+       * Array.Clear fixes (Radek Polak)
+       * Handle fixes for JIT support (Klaus Treichel)
+       * Verifier fixes (Gopal V)
+
+       Compiler & Tools
+
+       * Remove ann.live & ann.ref opcodes from ilasm (Klaus Treichel)
+       * Add readonly., no. and constrained. prefixes to ilasm (Klaus Treichel)
+       * Mcs flag support for csant (Marcus Urban)
+       * Struct constructor fixes (Kaushik Sreenivasan)
+       * ILGac fixes for win32 (Radek Polak)
+
+       Image
+
+       * Nested value type fixes (Klaus Treichel)
+       * Remove unused metadata locks (Klaus Treichel)
+       * Remove ann.live & ann.ref opcodes (Klaus Treichel)
+       * Add readonly., no. and constrained. prefixes (Klaus Treichel)
+       * Class Initializer flags for Static ctors (Klaus Treichel)
+
+
+       GC
+
+       * Import latest libgc from gcc (Rainer Groesslinger, Klaus Treichel)
+       * Weak references (Klaus Treichel)
+       * Memory leak fixes (Heiko Weiss)
+       * uClibc support (Radek Polak)
+
+       Platform
+
+       * Cygwin/win32 fixes (Yan Burman, Klaus Treichel, Radek Polak, 
+         Roman Khirov)
+       * Timezone fixes (Roman Khirov, Peter Flaig)
+       * Profile fixes (Roman Khirov, Klaus Treichel)
+       * Socket fixes (Klaus Treichel, Heiko Weiss)
+
+       Build
+
+       * Make dist support (Robert Schwebel, Gopal V)
+       * Debian build fixes (Russell Stuart)
+       * Libffi and libgc build fixes (Klaus Treichel)
+       * Lookup paths for libjit (Klaus Treichel, Boris Manojlovic)
+       
 0.7.4 (15 January 2006)
 
        Runtime engine:




reply via email to

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