From: <fwi...@us...> - 2009-03-17 19:07:41
|
Revision: 6101 http://jython.svn.sourceforge.net/jython/?rev=6101&view=rev Author: fwierzbicki Date: 2009-03-17 19:07:37 +0000 (Tue, 17 Mar 2009) Log Message: ----------- Added NEWS item for issue1261. Modified Paths: -------------- trunk/jython/NEWS Modified: trunk/jython/NEWS =================================================================== --- trunk/jython/NEWS 2009-03-17 19:02:03 UTC (rev 6100) +++ trunk/jython/NEWS 2009-03-17 19:07:37 UTC (rev 6101) @@ -3,6 +3,7 @@ Jython 2.5.0 rc 1 Bugs fixed (new numbering due to move to Roundup) - [ 1272 ] ASTList ClassCastException + - [ 1261 ] jython -c "import sys; sys.exit(1)" not giving correct exit code. - [ 1215 ] extra spaces in import statement break importing Jython 2.5.0 a0 - b3 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |