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.888,1.889 NEWS,1.21,1.22


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.888,1.889 NEWS,1.21,1.22 configure.in,1.68,1.69
Date: Fri, 02 May 2003 21:10:35 -0400

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

Modified Files:
        ChangeLog NEWS configure.in 
Log Message:


Update version and news for the 0.5.4 release.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.888
retrieving revision 1.889
diff -C2 -r1.888 -r1.889
*** ChangeLog   1 May 2003 19:13:30 -0000       1.888
--- ChangeLog   3 May 2003 01:10:33 -0000       1.889
***************
*** 1,3 ****
--- 1,7 ----
  
+ 2003-05-03  Rhys Weatherley  <address@hidden>
+ 
+       * configure.in, NEWS: update version and news for the 0.5.4 release.
+ 
  2003-05-01  Gopal.V  <address@hidden>
        

Index: NEWS
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/NEWS,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** NEWS        29 Mar 2003 09:48:18 -0000      1.21
--- NEWS        3 May 2003 01:10:33 -0000       1.22
***************
*** 1,3 ****
--- 1,49 ----
  
+ 0.5.6 (3 May 2003)
+ 
+       * Full signature-compatibility with .NET Framework SDK 1.1.
+       * ECMA-compatibility fixups across the entire code base.
+       * Add "UTF8Encoding.GetBytes" and "UnicodeEncoding.GetBytes".
+       * Era name values and date/time format lists.
+       * Missing classes underneath "System.Security", "System.Threading",
+         "Microsoft.Win32.Registry", "System.Runtime.InteropServices",
+         "System.Runtime.Serialization", "System.Diagnostics",
+         "System.Runtime.Remoting", "System.IO.IsolatedStorage",
+         "System.Reflection", "System.Globalization",
+       * Continuation of System.Xml implementation (Adam Ballai).
+       * DTD support and partial verification (Adam Ballai).
+       * Re-implement classes in "System.Net.Sockets", "System.Threading",
+         and "System.IO".
+       * Thread pool implementation, with a single-threaded operation mode.
+       * Asynchronous I/O handling using the thread pool.
+       * Formatting of sbyte values (David Hoke).
+       * Implement type and member filters.
+       * Add HResult values to all exception classes.
+       * Fix "Hashtable.Keys" and "Hashtable.Values", which should return
+         live collections, not copies.
+       * Error in "StreamReader.ReadChars" - the buffer was not being correctly
+         moved down when it overflowed.
+       * Change instances of "protected internal" into "internal" because
+         the former didn't do what we thought it did.
+       * Better regex support under "System.Private".
+       * Serialization support code for all exception classes.
+       * "ArgIterator.GetHashCode" should always hash to the same value,
+         irrespective of the current position.
+       * Finally implement a working quicksort in "Array" and "ArrayList".
+       * Handle "NaN", "Infinity" and "-Infinity" in the number formatters.
+       * Use "Array.Clear" instead of "Array.Initialize" to clear sensitive
+         cryptographic values, because "Array.Initialize" doesn't always
+         give the expected result.
+       * Cut-down resource API for use in ECMA_COMPAT modes.
+       * Mark up the ECMA subsets "Reflection", "RuntimeInfrastructure",
+         and "ExtendedNumerics" with their own #if symbols.
+       * Update all build profiles.
+       * Don't bind string resources to assemblies if we do not have support
+         for loading them (i.e. "RuntimeInfrastructure" isn't present).
+       * Implement TODO's in "System.ComponentModel" (Rhys, Gopal V).
+       * Gregorian calendar variants "Japanese", "Korean", "Taiwan", and
+         "ThaiBuddhist".
+       * Conversion to and from UTC file time values in DateTime.
+ 
  0.5.4 (29 March 2003)
  

Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/configure.in,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -r1.68 -r1.69
*** configure.in        16 Apr 2003 03:28:43 -0000      1.68
--- configure.in        3 May 2003 01:10:33 -0000       1.69
***************
*** 1,5 ****
  dnl Process this file with autoconf to produce a configure script.
  AC_INIT(runtime/System/Object.cs)
! AM_INIT_AUTOMAKE(pnetlib, 0.5.5)
  AM_MAINTAINER_MODE
  
--- 1,5 ----
  dnl Process this file with autoconf to produce a configure script.
  AC_INIT(runtime/System/Object.cs)
! AM_INIT_AUTOMAKE(pnetlib, 0.5.6)
  AM_MAINTAINER_MODE
  





reply via email to

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