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.1047,1.1048 NEWS,1.22,1.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.1047,1.1048 NEWS,1.22,1.23 configure.in,1.79,1.80
Date: Tue, 17 Jun 2003 00:17:53 -0400

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

Modified Files:
        ChangeLog NEWS configure.in 
Log Message:


Update version and news for the 0.5.8 release.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.1047
retrieving revision 1.1048
diff -C2 -r1.1047 -r1.1048
*** ChangeLog   17 Jun 2003 03:54:27 -0000      1.1047
--- ChangeLog   17 Jun 2003 04:17:51 -0000      1.1048
***************
*** 11,14 ****
--- 11,16 ----
        out for when stubbing classes.
  
+       * configure.in, NEWS: update version and news for the 0.5.8 release.
+ 
  2003-06-16  Rhys Weatherley  <address@hidden>
  

Index: NEWS
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/NEWS,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** NEWS        3 May 2003 01:10:33 -0000       1.22
--- NEWS        17 Jun 2003 04:17:51 -0000      1.23
***************
*** 1,3 ****
--- 1,44 ----
  
+ 0.5.8 (17 June 2003)
+ 
+       * Add the "Xsharp" library.
+       * Add the "System.Drawing" and "System.Drawing.Xsharp" libraries.
+       * Add the "System.Windows.Forms" library, wrapped around Xsharp.
+       * Allow "DllImportAttribute" to also be used on fields.
+       * Fixes to number formatting (David Corking).
+       * Fixes to "Web*" and "Http*" (Gopal V).
+       * Don't close the underlying stream in classes like BinaryReader,
+         StreamWriter, etc, unless constructed locally (Gopal V).
+       * Accept '?' and '!' in XML text (Gopal V).
+       * Fake out asynchronous DNS lookups (Gopal V).
+       * Capacity management for "MemoryStream" (Thong Nguyen).
+       * Commit the Visual Basic support library under "Basic".
+       * Match extensions in wildcards correctly (Gopal V).
+       * Signature-compatibility improvements in the "System" assembly.
+       * Rewrite "Uri" to use regex parsing instead (Gopal V).
+       * "System.ComponentModel.Design", "System.IO", "System.Timers",
+         "System.Web", "System.Win32", and "System.Configuration"
+         namespaces in "System" assembly.
+       * IPv6 address support (Gopal V, Rhys Weatherley).
+       * IrDA support routines.
+       * New profile options for Serialization, Reflection.Emit, ComInterop,
+         X509Certificates, Crypto, Permissions, PolicyObjects, Diagnostics,
+         ComponentModel, ComponentModelDesign, IsolatedStorage, SmallConsole.
+       * SSL implementation, wrapped around "OpenSSL".
+       * Integrate SSL into "System.Net" (Gopal V).
+       * Move the culture and region name tables out of "mscorlib" into "I18N".
+       * Culture handling for date/time and number format information.
+       * Re-write the DateTime formatter and parser to use culture handling.
+       * Guid conversions in "XmlConvert" (Dennis Hayes).
+       * Test cases for "InteropServices" and "CompilerServices".
+       * Fix "Char.GetNumericValue" to return the correct value.
+       * Stub out XML stylesheet code (Gopal V).
+       * Bezier curves (Gopal V).
+       * Control, ButtonBase, Button, Label, and Form widgets.
+       * ProgressBar widget (Gopal V).
+       * Add the MS version numbers and public key values to that apps
+         compiled against pnetlib will run on MS'es runtime engine without
+         raising silly policy exceptions.
+ 
  0.5.6 (3 May 2003)
  

Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/configure.in,v
retrieving revision 1.79
retrieving revision 1.80
diff -C2 -r1.79 -r1.80
*** configure.in        11 Jun 2003 07:07:18 -0000      1.79
--- configure.in        17 Jun 2003 04:17:51 -0000      1.80
***************
*** 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.7)
  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.8)
  AM_MAINTAINER_MODE
  





reply via email to

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