|
From: <zy...@us...> - 2010-10-06 22:08:25
|
Revision: 7138
http://jython.svn.sourceforge.net/jython/?rev=7138&view=rev
Author: zyasoft
Date: 2010-10-06 22:08:18 +0000 (Wed, 06 Oct 2010)
Log Message:
-----------
Updated NEWS
Modified Paths:
--------------
trunk/jython/NEWS
Modified: trunk/jython/NEWS
===================================================================
--- trunk/jython/NEWS 2010-10-06 22:00:23 UTC (rev 7137)
+++ trunk/jython/NEWS 2010-10-06 22:08:18 UTC (rev 7138)
@@ -2,10 +2,13 @@
Jython 2.5.2rc1
Bugs Fixed
+ - [ 1660 ] threading module memory leak
- [ 1452 ] pydoc help() function fails because sys.executable is None in stand-alone Jython
- [ 1568 ] sys.stdout.encoding returns wrong value in Windows with Jython 2.5.1 (fixed on Java 6 only)
- [ 1647 ] zxJDBC does not handle NVARCHAR
+ socket module now supports ephemeral server ports (by using port 0); see discussion for #1660
+
Jython 2.5.2b2
Bugs Fixed
- [ 1327 ] Classloaders cannot GC, which exhausts permgen (partial bug fix)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|