From: Finn B. <bc...@us...> - 2001-02-07 09:32:50
|
Update of /cvsroot/jython/jython In directory usw-pr-cvs1:/tmp/cvs-serv22720 Modified Files: NEWS Log Message: More 2.1 news. Index: NEWS =================================================================== RCS file: /cvsroot/jython/jython/NEWS,v retrieving revision 2.27 retrieving revision 2.28 diff -C2 -r2.27 -r2.28 *** NEWS 2001/02/04 15:04:21 2.27 --- NEWS 2001/02/07 09:33:07 2.28 *************** *** 20,23 **** --- 20,26 ---- tables. - Added workaround for a reader bug in MRJ22Jitc.01. + - Fixes #127340 where serializable parameter received a PyObject + instead of the wrapped java object. + - Include a LineNumberTable in the compiled class files. 17-Jan-2001 Jython 2.0 final release |