Update of /cvsroot/jython/htdocs
In directory usw-pr-cvs1:/tmp/cvs-serv9907
Modified Files:
NEWS.ht index.ht links.h
Log Message:
Updated to alpha3.
Index: NEWS.ht
===================================================================
RCS file: /cvsroot/jython/htdocs/NEWS.ht,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** NEWS.ht 2001/07/19 14:52:11 1.10
--- NEWS.ht 2001/07/29 21:05:04 1.11
***************
*** 2,5 ****
--- 2,19 ----
Jython NEWS
+ 29-jul-2001 Jython 2.1 alpha 3
+
+ New features.
+ - A settable console encoding will allow windows users to enter
+ national characters at the command prompt.
+ - Non-public classes are available when respectJavaAccessibility is false
+ - The names of zip- and jarfiles can be added to sys.path.
+
+ Bug fixes.
+ - The standard python library files are from CPython-2.1.1
+ - A complete list of fixed bugs can be found on SF:
+ http://sourceforge.net/tracker/?group_id=12867&atid=112867
+ Select Status=Any and Group=Fixed in 2.1a3
+
18-jul-2001 Jython 2.1 alpha 2
Index: index.ht
===================================================================
RCS file: /cvsroot/jython/htdocs/index.ht,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** index.ht 2001/07/27 06:51:07 1.21
--- index.ht 2001/07/29 21:05:04 1.22
***************
*** 20,28 ****
<dl>
! <p><dt><b>Jython 2.1 alpha 2 released!</b>
<dd>Download the lastest release of Jython
! <a href="http://sourceforge.net/project/showfiles.php?group_id=12867&release_id=44111">here</a>, or
<a href="NEWS.html">read a summary</a>
! of recent changes. (18-jul-2001).
<p><dt><b>Jython 2.1a1 released!</b>
--- 20,31 ----
<dl>
! <p><dt><b>Jython 2.1 alpha 3 released!</b>
<dd>Download the lastest release of Jython
! <a href="http://sourceforge.net/project/showfiles.php?group_id=12867&release_id=45862">here</a>, or
<a href="NEWS.html">read a summary</a>
! of recent changes. (29-jul-2001).
!
! <p><dt><b>Jython 2.1a2 released!</b>
! <dd>The second alpha release of Jython 2.1 is available (18-jul-2001)
<p><dt><b>Jython 2.1a1 released!</b>
Index: links.h
===================================================================
RCS file: /cvsroot/jython/htdocs/links.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** links.h 2001/07/18 20:23:07 1.9
--- links.h 2001/07/29 21:05:04 1.10
***************
*** 4,8 ****
<li><a href="license.html">License</a>
<li><a href="download.html">Jython 2.0</a>
! <li><a href="http://sourceforge.net/project/showfiles.php?group_id=12867&release_id=44111">Jython 2.1a2</a>
<li><a href="install.html">Installing</a>
<li><a href="platform.html">JVM Compatibility</a>
--- 4,8 ----
<li><a href="license.html">License</a>
<li><a href="download.html">Jython 2.0</a>
! <li><a href="http://sourceforge.net/project/showfiles.php?group_id=12867&release_id=45862">Jython 2.1a3</a>
<li><a href="install.html">Installing</a>
<li><a href="platform.html">JVM Compatibility</a>
|