|
From: Finn B. <bc...@us...> - 2001-01-10 11:25:25
|
Update of /cvsroot/jython/jython
In directory usw-pr-cvs1:/tmp/cvs-serv9260
Modified Files:
NEWS
Log Message:
Updated to beta2.
Index: NEWS
===================================================================
RCS file: /cvsroot/jython/jython/NEWS,v
retrieving revision 2.21
retrieving revision 2.22
diff -C2 -r2.21 -r2.22
*** NEWS 2001/01/07 09:20:05 2.21
--- NEWS 2001/01/10 11:25:43 2.22
***************
*** 1,9 ****
Jython NEWS
! xx-Jan-2001 Jython 2.0 beta 2
Bug fixes.
- Fixed innerclass names with '$' #127200
- Fixed a bug where final methods were overriden in proxy #127201.
31-Dec-2000 Jython 2.0 beta 1
--- 1,14 ----
Jython NEWS
! 10-Jan-2001 Jython 2.0 beta 2
+ New features
+ - Added socket.getfqdn(). Thanks to Brian Zimmer for the patch.
+
Bug fixes.
- Fixed innerclass names with '$' #127200
- Fixed a bug where final methods were overriden in proxy #127201.
+ - Fixed a bug in exec which allow a fileobject to be passed in.
+ Thanks to Brian Zimmer for the patch.
31-Dec-2000 Jython 2.0 beta 1
|