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.471,1.472 NEWS,1.17,1.18


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.471,1.472 NEWS,1.17,1.18 configure.in,1.43,1.44
Date: Sat, 23 Nov 2002 02:04:07 -0500

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

Modified Files:
        ChangeLog NEWS configure.in 
Log Message:


Update version for the "0.4.8" release.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.471
retrieving revision 1.472
diff -C2 -r1.471 -r1.472
*** ChangeLog   23 Nov 2002 02:13:47 -0000      1.471
--- ChangeLog   23 Nov 2002 07:04:03 -0000      1.472
***************
*** 5,8 ****
--- 5,10 ----
        it doesn't work with BSD-ish sed programs.
  
+       * NEWS, configure.in: update version for the "0.4.8" release.
+ 
  2002-11-23  Gopal.V  <address@hidden>
  

Index: NEWS
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/NEWS,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** NEWS        5 Nov 2002 03:39:13 -0000       1.17
--- NEWS        23 Nov 2002 07:04:03 -0000      1.18
***************
*** 1,3 ****
--- 1,37 ----
  
+ 0.4.8 (23 November 2002)
+ 
+       * Bring version numbers into sync with "pnet".
+       * Small bug in I18N.Common.ByteEncoding (Gonzalo Paniagua Javier).
+       * Implement "ToString" for reflection classes.
+       * Use the "InvokeMember" flag from "Activator.CreateInstance".
+       * Run regression tests from the in-tree built copy of pnetlib.
+       * Implement the rest of "System.Collections.Specialized".
+       * Missing non-ECMA attribute classes in "System.Reflection".
+       * Implement some of the easy "System.ComponentModel" classes.
+       * Missing byte count for "BinaryReader" and "BinaryWriter" (Gopal V).
+       * Implement "System.CodeDom" and "System.CodeDom.Compiler".
+       * "make install" now works (Gopal V).
+       * Bugs in "StringBuilder.Insert" (Jonathan Springer).
+       * Bug fixes to "StreamWriter" (Jeff Post and Adam Treat).
+       * More directory functions (Charlie Carnow).
+       * Test fixes (Jonathan Springer, Gopal V, Rhys Weatherley, etc)
+       * Globalization English fallbacks for ToUpper/ToLower (Gopal V).
+       * Fix enumerator logic for "System.Array" (Gopal V).
+       * Add I18N hooks for non-charset Globalization functionality.
+       * Fix "ArrayList.IndexRange" to match ECMA.
+       * Fixes to various "System.Net" classes (Gopal V).
+       * Bug fixes to "ArrayList".
+       * Fix makefile dependency checks so that csant-using components
+         rebuild properly when source files change.
+       * Rename tests to make it clearer which test class failed.
+       * Move security-sensitive public internalcalls from runtime to System.
+       * ECMA compatibility fixes to reduce the number of validation errors.
+       * Private regular expression routines to support "Directory" (Gopal V).
+       * Test cases for cryptographic API's.
+       * Range check problem in "FileStream" constructor (Yannis BRES).
+       * Uri test case fixes (Gopal V).
+       * Make "mklist.sh" BSD-friendly.
+ 
  0.3.0 (5 November 2002)
  

Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/configure.in,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -r1.43 -r1.44
*** configure.in        5 Nov 2002 03:41:12 -0000       1.43
--- configure.in        23 Nov 2002 07:04:03 -0000      1.44
***************
*** 1,5 ****
  dnl Process this file with autoconf to produce a configure script.
  AC_INIT(runtime/System/Object.cs)
! AM_INIT_AUTOMAKE(pnetlib, 0.3.1)
  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.4.8)
  AM_MAINTAINER_MODE
  





reply via email to

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