From: <fwi...@us...> - 2009-08-19 14:31:31
|
Revision: 6697 http://jython.svn.sourceforge.net/jython/?rev=6697&view=rev Author: fwierzbicki Date: 2009-08-19 14:31:17 +0000 (Wed, 19 Aug 2009) Log Message: ----------- Need to add the shell support for -J-classpath to NEWS Modified Paths: -------------- trunk/jython/NEWS Modified: trunk/jython/NEWS =================================================================== --- trunk/jython/NEWS 2009-08-19 14:30:14 UTC (rev 6696) +++ trunk/jython/NEWS 2009-08-19 14:31:17 UTC (rev 6697) @@ -7,6 +7,7 @@ - Setting __javaname__ in classes subclassing Java classes or implementing Java interfaces sets the name of the produced proxy class. - Built in JSR 223 scripting engine, with LiveTribe JSR 223 implementation for JDK 5 + - Jython "-J-classpath cp_args_here" now works as expected for unix shell. Bugs Fixed - [ 645615 ] cannot import through symbolic links - [ 1366 ] parsing of lamda expression fails This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |