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.766,1.767 NEWS,1.20,1.21


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.766,1.767 NEWS,1.20,1.21 configure.in,1.64,1.65
Date: Sat, 29 Mar 2003 04:48:20 -0500

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

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.766
retrieving revision 1.767
diff -C2 -r1.766 -r1.767
*** ChangeLog   29 Mar 2003 06:48:17 -0000      1.766
--- ChangeLog   29 Mar 2003 09:48:18 -0000      1.767
***************
*** 19,22 ****
--- 19,24 ----
        "PathSeparator", to be ECMA-compatible.
  
+       * configure.in, NEWS: update version and news for the 0.5.4 release.
+ 
  2003-03-28  Rhys Weatherley  <address@hidden>
  

Index: NEWS
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/NEWS,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** NEWS        8 Feb 2003 02:57:37 -0000       1.20
--- NEWS        29 Mar 2003 09:48:18 -0000      1.21
***************
*** 1,3 ****
--- 1,34 ----
  
+ 0.5.4 (29 March 2003)
+ 
+       * Stub out System.Diagnostics.SymbolStore (Gopal V).
+       * Use "" for the invariant culture name instead of "iv" in some areas.
+       * Null string fix for Console.WriteLine (Marcus Urban).
+       * Null name handling in NameValueCollection (Marcus Urban).
+       * DayOfWeek fixes (Yannis BRES).
+       * Various ECMA-compatibility mode fixes.
+       * Fixes to "Directory" and "Process" (Yannis BRES).
+       * Re-sync regular expression code with Mono (Gopal V).
+       * Type.FindMembers (Gopal V).
+       * Make the inheritance of SocketException variable for ECMA (Gopal V).
+       * Stub out some threading classes (Gopal V).
+       * Continue System.Xml implementation (Adam Ballai).
+       * Directory.CreateDirectory (Aditya P. Bansod).
+       * Extra methods for supporting generic types.
+       * Collection bug fixes.
+       * Parsing comma-separated enumerated values.
+       * "==" and "!=" operators for "Version" (Yannis BRES).
+       * Begin implementing a generic collections class library.
+       * Endian issues in IPAddress test cases (Jonathan Springer).
+       * Performance improvements to StringBuilder, XmlTextReader, I18N.
+       * Implement most of System.Reflection.Emit (Gopal V, Rhys Weatherley).
+       * Fix to NodeList iterator that was skipping the first child.
+       * Byte order mark detection in UnicodeEncoding.
+       * Add UCS-4 handler to System.Xml.
+       * Continue implementing JScript.
+       * DateTime parsing and formatting code (Michael Moore).
+       * Number parsing and formatting code (Jonathan Springer).
+       * Fill out the AppDomain class (Gopal V, Rhys Weatherley).
+ 
  0.5.2 (8 February 2003)
  

Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/configure.in,v
retrieving revision 1.64
retrieving revision 1.65
diff -C2 -r1.64 -r1.65
*** configure.in        8 Feb 2003 03:08:21 -0000       1.64
--- configure.in        29 Mar 2003 09:48:18 -0000      1.65
***************
*** 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.3)
  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.4)
  AM_MAINTAINER_MODE
  





reply via email to

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