From: <cg...@us...> - 2009-06-23 07:52:04
|
Revision: 6499 http://jython.svn.sourceforge.net/jython/?rev=6499&view=rev Author: cgroves Date: 2009-06-23 07:50:56 +0000 (Tue, 23 Jun 2009) Log Message: ----------- NEWS updates Modified Paths: -------------- trunk/jython/NEWS Modified: trunk/jython/NEWS =================================================================== --- trunk/jython/NEWS 2009-06-23 06:51:07 UTC (rev 6498) +++ trunk/jython/NEWS 2009-06-23 07:50:56 UTC (rev 6499) @@ -1,8 +1,11 @@ Jython NEWS Jython 2.5.1 - New Features + New Features - Upgraded to ANTLR 3.1.3 + - [ 1859477 ] Dynamically loaded ServletFilters like PyServlet + Bugs Fixed + - [ 1377 ] Event names shadowed by a field name on Java types leads to a NPE Jython 2.5.0 The same as rc4. @@ -10,7 +13,7 @@ Jython 2.5.0 rc4 Bugs fixed - [ 1354 ] core language failures in interactive interpreter - - [ 1358 ] Simple pogram fails to parse in Jython 2.5rc3, but parses OK with CPython + - [ 1358 ] Simple program fails to parse in Jython 2.5rc3, but parses OK with CPython - [ 1357 ] no sys.executable when script runner is a relative link - [ 1338 ] Comparing Java objects to each other fails when classes of values do not match - [ 1363 ] Deep inheritance from a Java class causes MRO problems This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |