From: Finn B. <bc...@us...> - 2001-12-31 13:41:08
|
Update of /cvsroot/jython/htdocs In directory usw-pr-cvs1:/tmp/cvs-serv19146 Modified Files: NEWS.ht Log Message: Generated from the "NEWS" file. Index: NEWS.ht =================================================================== RCS file: /cvsroot/jython/htdocs/NEWS.ht,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** NEWS.ht 2001/12/21 22:24:00 1.13 --- NEWS.ht 2001/12/31 13:41:05 1.14 *************** *** 2,5 **** --- 2,12 ---- Jython NEWS + 31-dec-2001 Jython 2.1 final + + Bug fixes. + - [ #493359 ] Installer should include <EXIT> button + - [ #495602 ] os.path.dirname() can result in an NPE + - [ #495604 ] imp.find_module fails when None is 2 arg + 21-dec-2001 Jython 2.1 beta 2 |