Update of /cvsroot/jython/jython
In directory usw-pr-cvs1:/tmp/cvs-serv13763
Modified Files:
NEWS
Log Message:
Updated to rc1.
Index: NEWS
===================================================================
RCS file: /cvsroot/jython/jython/NEWS,v
retrieving revision 2.22
retrieving revision 2.23
diff -C2 -r2.22 -r2.23
*** NEWS 2001/01/10 11:25:43 2.22
--- NEWS 2001/01/15 18:18:50 2.23
***************
*** 1,4 ****
--- 1,14 ----
Jython NEWS
+ 15-Jan-2001 Jython 2.0 release candidate 1
+
+ New features
+ - Experimental support for reloading java packages. Thanks to
+ Samuele Pedroni for all his work on the Jython/Java integration.
+
+ Bug fixes.
+ - Prevent a NPE when a .jar on the classpath is corrupt. Instead
+ a message with the original IOException is printed.
+
10-Jan-2001 Jython 2.0 beta 2
|