From: <fwi...@us...> - 2008-09-06 19:34:09
|
Revision: 5295 http://jython.svn.sourceforge.net/jython/?rev=5295&view=rev Author: fwierzbicki Date: 2008-09-06 19:34:07 +0000 (Sat, 06 Sep 2008) Log Message: ----------- Update README. Modified Paths: -------------- trunk/jython/README.txt Modified: trunk/jython/README.txt =================================================================== --- trunk/jython/README.txt 2008-09-06 18:58:02 UTC (rev 5294) +++ trunk/jython/README.txt 2008-09-06 19:34:07 UTC (rev 5295) @@ -1,12 +1,9 @@ -Welcome to Jython 2.5a0+ +Welcome to Jython 2.5a2+ ======================= -This is the first alpha of the 2.5 version of Jython. It -contains all of the most of the new features for the 2.5 release: +This is the second alpha of the 2.5 version of Jython. It +contains most of the new features for the 2.5 release. -In addition to these major features, several bugs have been fixed from 2.2rc2. -See the NEWS file for a more complete list of changes. - The release was compiled on Mac OS X with JDK 5 and requires JDK 5 to run. As an alpha release, this release is incomplete and contains bugs. Do not This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fwi...@us...> - 2008-09-11 00:37:33
|
Revision: 5316 http://jython.svn.sourceforge.net/jython/?rev=5316&view=rev Author: fwierzbicki Date: 2008-09-11 00:37:30 +0000 (Thu, 11 Sep 2008) Log Message: ----------- update readme for Jython 2.5a3. Modified Paths: -------------- trunk/jython/README.txt Modified: trunk/jython/README.txt =================================================================== --- trunk/jython/README.txt 2008-09-10 23:06:04 UTC (rev 5315) +++ trunk/jython/README.txt 2008-09-11 00:37:30 UTC (rev 5316) @@ -1,9 +1,12 @@ -Welcome to Jython 2.5a2+ +Welcome to Jython 2.5a3 ======================= -This is the second alpha of the 2.5 version of Jython. It +This is the third alpha of the 2.5 version of Jython. It contains most of the new features for the 2.5 release. +This release fixes an installation bug on windows and restores standalone +mode. + The release was compiled on Mac OS X with JDK 5 and requires JDK 5 to run. As an alpha release, this release is incomplete and contains bugs. Do not This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fwi...@us...> - 2009-01-09 20:53:59
|
Revision: 5905 http://jython.svn.sourceforge.net/jython/?rev=5905&view=rev Author: fwierzbicki Date: 2009-01-09 20:53:52 +0000 (Fri, 09 Jan 2009) Log Message: ----------- Update README Modified Paths: -------------- trunk/jython/README.txt Modified: trunk/jython/README.txt =================================================================== --- trunk/jython/README.txt 2009-01-09 20:43:55 UTC (rev 5904) +++ trunk/jython/README.txt 2009-01-09 20:53:52 UTC (rev 5905) @@ -1,7 +1,7 @@ -Welcome to Jython 2.5b0 +Welcome to Jython 2.5b1 ======================= -This is the first beta of the 2.5 version of Jython. It +This is the second beta of the 2.5 version of Jython. It contains most of the new features for the 2.5 release. The release was compiled on Mac OS X with JDK 5 and requires JDK 5 to run. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fwi...@us...> - 2009-03-10 19:29:09
|
Revision: 6090 http://jython.svn.sourceforge.net/jython/?rev=6090&view=rev Author: fwierzbicki Date: 2009-03-10 19:28:52 +0000 (Tue, 10 Mar 2009) Log Message: ----------- spelling error. Modified Paths: -------------- trunk/jython/README.txt Modified: trunk/jython/README.txt =================================================================== --- trunk/jython/README.txt 2009-03-10 19:12:24 UTC (rev 6089) +++ trunk/jython/README.txt 2009-03-10 19:28:52 UTC (rev 6090) @@ -2,7 +2,7 @@ ======================= This is the forth beta of the 2.5 version of Jython. It contains a couple of -bug fixes since the 2.5b2 release a couple of days ago. The bug that promted +bug fixes since the 2.5b2 release a couple of days ago. The bug that prompted another release was a corner case on Windows that caused Jython to not start. This beta contains all of the new features for the eventual 2.5 release and represents a feature freeze. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fwi...@us...> - 2009-04-28 17:31:20
|
Revision: 6267 http://jython.svn.sourceforge.net/jython/?rev=6267&view=rev Author: fwierzbicki Date: 2009-04-28 17:31:19 +0000 (Tue, 28 Apr 2009) Log Message: ----------- b4 readme Modified Paths: -------------- trunk/jython/README.txt Modified: trunk/jython/README.txt =================================================================== --- trunk/jython/README.txt 2009-04-27 05:00:40 UTC (rev 6266) +++ trunk/jython/README.txt 2009-04-28 17:31:19 UTC (rev 6267) @@ -1,11 +1,13 @@ -Welcome to Jython 2.5b3 +Welcome to Jython 2.5b4 ======================= -This is the forth beta of the 2.5 version of Jython. It contains a couple of -bug fixes since the 2.5b2 release a couple of days ago. The bug that prompted -another release was a corner case on Windows that caused Jython to not start. -This beta contains all of the new features for the eventual 2.5 release and -represents a feature freeze. +This is the fifth beta of the 2.5 version of Jython. It contains a new +implementation of List and Tuple, as well as a patch which helps Jython run in +an envrironment without file write access (specifically for use on Google App +Engine) There are also a number of smaller bug fixes. This beta contains all +of the new features for the eventual 2.5 release continues the feature freeze. +We are very close, once this beta has been tested in the wild for a bit and we +close a few more high priority bugs, we will start release candidates. The release was compiled on Mac OS X with JDK 5 and requires JDK 5 to run. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fwi...@us...> - 2009-09-01 14:02:39
|
Revision: 6739 http://jython.svn.sourceforge.net/jython/?rev=6739&view=rev Author: fwierzbicki Date: 2009-09-01 14:02:31 +0000 (Tue, 01 Sep 2009) Log Message: ----------- Update README Modified Paths: -------------- trunk/jython/README.txt Modified: trunk/jython/README.txt =================================================================== --- trunk/jython/README.txt 2009-09-01 13:59:14 UTC (rev 6738) +++ trunk/jython/README.txt 2009-09-01 14:02:31 UTC (rev 6739) @@ -1,11 +1,10 @@ -Welcome to Jython 2.5.0 -======================= +Welcome to Jython 2.5.1rc1 +========================== -This is the final release of the 2.5.0 version of Jython and brings us up to -language level compatibility with the 2.5 version of CPython. This release has -had a strong focus on CPython compatibility, and so this release of Jython can -run more pure Python apps then any previous release. Please see the NEWS file -for detailed release notes. +This is the first release candidate of the 2.5.1 version of Jython. This +release fixes a number of bugs, including some major errors when using +coroutines and when using relative imports. Please see the NEWS file for +detailed release notes. The release was compiled on Mac OS X with JDK 5 and requires JDK 5 to run. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fwi...@us...> - 2009-09-24 01:22:21
|
Revision: 6807 http://jython.svn.sourceforge.net/jython/?rev=6807&view=rev Author: fwierzbicki Date: 2009-09-24 00:16:35 +0000 (Thu, 24 Sep 2009) Log Message: ----------- Update README for rc3. Modified Paths: -------------- trunk/jython/README.txt Modified: trunk/jython/README.txt =================================================================== --- trunk/jython/README.txt 2009-09-23 20:45:33 UTC (rev 6806) +++ trunk/jython/README.txt 2009-09-24 00:16:35 UTC (rev 6807) @@ -1,10 +1,11 @@ Welcome to Jython 2.5.1rc2 ========================== -This is the second release candidate of the 2.5.1 version of Jython. This +This is the third release candidate of the 2.5.1 version of Jython. This release fixes a number of bugs, including some major errors when using -coroutines and when using relative imports. Please see the NEWS file for -detailed release notes. +coroutines and when using relative imports, as well as a potential data loss +bug when writing to files in append mode. Please see the NEWS file for detailed +release notes. The release was compiled on Mac OS X with JDK 5 and requires JDK 5 to run. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fwi...@us...> - 2009-09-24 01:22:32
|
Revision: 6808 http://jython.svn.sourceforge.net/jython/?rev=6808&view=rev Author: fwierzbicki Date: 2009-09-24 00:17:16 +0000 (Thu, 24 Sep 2009) Log Message: ----------- Finish updating README for rc3. Modified Paths: -------------- trunk/jython/README.txt Modified: trunk/jython/README.txt =================================================================== --- trunk/jython/README.txt 2009-09-24 00:16:35 UTC (rev 6807) +++ trunk/jython/README.txt 2009-09-24 00:17:16 UTC (rev 6808) @@ -1,4 +1,4 @@ -Welcome to Jython 2.5.1rc2 +Welcome to Jython 2.5.1rc3 ========================== This is the third release candidate of the 2.5.1 version of Jython. This This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fwi...@us...> - 2010-06-25 13:16:20
|
Revision: 7069 http://jython.svn.sourceforge.net/jython/?rev=7069&view=rev Author: fwierzbicki Date: 2010-06-25 13:16:13 +0000 (Fri, 25 Jun 2010) Log Message: ----------- Update for next release. Modified Paths: -------------- trunk/jython/README.txt Modified: trunk/jython/README.txt =================================================================== --- trunk/jython/README.txt 2010-06-24 22:16:42 UTC (rev 7068) +++ trunk/jython/README.txt 2010-06-25 13:16:13 UTC (rev 7069) @@ -1,11 +1,11 @@ -Welcome to Jython 2.5.1 Final +Welcome to Jython 2.5.2 Beta1 ============================= -This is the final release of the 2.5.1 version of Jython. This release fixes a -number of bugs, including some major errors when using coroutines and when -using relative imports, as well as a potential data loss bug when writing to -files in append mode. Please see the NEWS file for detailed release notes. +This is the first beta release of the 2.5.2 version of Jython. This release +fixes a number of bugs, including some Java integration problems, several modjy +bugs, a number of Python compatibility bugs, and more. See the NEWS file for +more details. -The release was compiled on Mac OS X with JDK 5 and requires JDK 5 to run. +The release was compiled on Windows XP with JDK 6 and requires JDK 5 to run. Please try this out and report any bugs at http://bugs.jython.org. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zy...@us...> - 2010-09-13 18:00:02
|
Revision: 7123 http://jython.svn.sourceforge.net/jython/?rev=7123&view=rev Author: zyasoft Date: 2010-09-13 17:59:56 +0000 (Mon, 13 Sep 2010) Log Message: ----------- Fixed typos in README.txt Modified Paths: -------------- trunk/jython/README.txt Modified: trunk/jython/README.txt =================================================================== --- trunk/jython/README.txt 2010-09-13 17:53:05 UTC (rev 7122) +++ trunk/jython/README.txt 2010-09-13 17:59:56 UTC (rev 7123) @@ -3,7 +3,7 @@ This is the second beta release of the 2.5.2 version of Jython. Our current plans is that this will be the last beta of 2.5.2, but this -will depend on bug report. +will depend on bug reports. This release fixes bugs related to resource leaks, Java integration, and a number of other issues. See the NEWS file for more details. In @@ -16,7 +16,7 @@ app containers, because the ThreadState often may not cleaned up by the app server's thread pool. -Fixing this problem without a breakwards breaking API change appears +Fixing this problem without a backwards breaking API change appears to be difficult. Therefore we recommend exploring workarounds, such as the one published in this blog post, http://weblogs.java.net/blog/jjviana/archive/2010/06/09/dealing-glassfish-301-memory-leak-or-threadlocal-thread-pool-bad-ide This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |