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.1333, 1.1334 NEWS, 1.24,


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib ChangeLog, 1.1333, 1.1334 NEWS, 1.24, 1.25 configure.in, 1.90, 1.91
Date: Fri, 05 Sep 2003 23:23:11 -0400

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

Modified Files:
        ChangeLog NEWS configure.in 
Log Message:


Update version and news for the 0.5.12 release.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.1333
retrieving revision 1.1334
diff -C2 -r1.1333 -r1.1334
*** ChangeLog   6 Sep 2003 03:09:55 -0000       1.1333
--- ChangeLog   6 Sep 2003 03:23:08 -0000       1.1334
***************
*** 1,2 ****
--- 1,7 ----
+ 
+ 2003-09-06  Rhys Weatherley  <address@hidden>
+ 
+       * configure.in, NEWS: update version and news for the 0.5.12 release.
+ 
  2003-09-05  Neil Cawse  <address@hidden>
  

Index: NEWS
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/NEWS,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** NEWS        26 Jul 2003 06:41:28 -0000      1.24
--- NEWS        6 Sep 2003 03:23:09 -0000       1.25
***************
*** 1,3 ****
--- 1,52 ----
  
+ 0.5.12 (6 September 2003)
+ 
+       System.Windows.Forms:
+ 
+       * TextBox (Mohan Embar, Neil Cawse).
+       * Fix delivery of key events from Xsharp (Rhys Weatherley).
+       * StatusBar, ComboBox (Simon Guindon).
+       * Text layout, font sizes (Neil Cawse).
+       * Handle client areas properly (Neil Cawse).
+       * Improvements to the region and clipping code (Neil Cawse).
+       * Label, TabControl, Menu (Neil Cawse).
+       * Toolkit support for mouse captures (Rhys Weatherley, Neil Cawse).
+       * Clipboard, ScrollBar, GroupBox (Cecilio Pardo).
+       * ButtonBase, ControlPaint, ThemePainter (Richard Baumann).
+       * RadioButton (Mario Luca Bernardi, Neil Cawse).
+       * Brush properties for pens (Rhys Weatherley).
+       * Infrastructure for images (Neil Cawse).
+       * Debug code for Xsharp event classes (Rhys Weatherley).
+ 
+       Other:
+ 
+       * Lots of simple TODO's throughout the code.
+       * Lots of signature-compatibility improvements.
+       * Examples and bug fixes for System.Reflection.Emit (Richard Baumann).
+       * Bug in "ClrType.TrimMembers" (Gopal V).
+       * Environment.GetFolderPath for Win32 (Yannis Bres).
+       * Continue serialization and remoting support.
+       * Fix culture lookup in Resource Manager.
+       * Remove stubbed tests, because they are confusing.
+       * Recursive directory creation.
+       * Conversion classes in System.ComponentModel.
+       * Stub out XML serialization classes (Richard Baumann).
+       * Update internalcalls for generic types.
+       * System.Configuration.Install and ilinstall.
+       * Bind "I18N-handlers.def" directly to "I18N.dll".
+       * Many new code pages, especially CJK, Mac, and EBCDIC.
+       * Rewrite "Path", "MemoryStream" in "System.IO".
+       * Remove obsolete Platform classes.
+       * Fully-qualified assembly names.
+       * HijriCalendar.
+       * Reading non-string resources.
+       * ResourceWriter.
+       * Serialization and de-serialization for many classes.
+       * Cleanups and missing classes in System.Net.
+       * Pass all string comparisons through the culture classes.
+       * Code page information for I18N TextInfo classes.
+       * Test cases and bug fixes for exception classes in "System".
+       * System.CodeDom.Compiler.
+ 
  0.5.10 (26 July 2003)
  

Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/configure.in,v
retrieving revision 1.90
retrieving revision 1.91
diff -C2 -r1.90 -r1.91
*** configure.in        9 Aug 2003 01:53:29 -0000       1.90
--- configure.in        6 Sep 2003 03:23:09 -0000       1.91
***************
*** 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.11)
  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.12)
  AM_MAINTAINER_MODE
  





reply via email to

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