From: Finn B. <bc...@us...> - 2001-01-15 19:51:58
|
Update of /cvsroot/jython/htdocs In directory usw-pr-cvs1:/tmp/cvs-serv22861 Modified Files: NEWS.ht Log Message: Updated to rc1. Index: NEWS.ht =================================================================== RCS file: /cvsroot/jython/htdocs/NEWS.ht,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** NEWS.ht 2001/01/10 11:25:13 1.5 --- NEWS.ht 2001/01/15 19:51:51 1.6 *************** *** 2,5 **** --- 2,15 ---- 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 |