From: Finn B. <bc...@us...> - 2001-01-10 11:24:55
|
Update of /cvsroot/jython/htdocs In directory usw-pr-cvs1:/tmp/cvs-serv9187 Modified Files: NEWS.ht download.ht index.ht install.ht Log Message: Updated to beta2. Index: NEWS.ht =================================================================== RCS file: /cvsroot/jython/htdocs/NEWS.ht,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** NEWS.ht 2000/12/31 13:39:21 1.4 --- NEWS.ht 2001/01/10 11:25:13 1.5 *************** *** 2,5 **** --- 2,16 ---- Jython NEWS + 10-Jan-2001 Jython 2.0 beta 2 + + New features + - Added socket.getfqdn(). Thanks to Brian Zimmer for the patch. + + Bug fixes. + - Fixed innerclass names with '$' #127200 + - Fixed a bug where final methods were overriden in proxy #127201. + - Fixed a bug in exec which allow a fileobject to be passed in. + Thanks to Brian Zimmer for the patch. + 31-Dec-2000 Jython 2.0 beta 1 Index: download.ht =================================================================== RCS file: /cvsroot/jython/htdocs/download.ht,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** download.ht 2000/12/31 13:33:51 1.5 --- download.ht 2001/01/10 11:25:13 1.6 *************** *** 33,37 **** <li><a href="license.html">Read the license</a> <li><a href="http://sourceforge.net/project/showfiles.php?group_id=12867"> ! Download Jython 2.0 beta 1</a> <li><a href="install.html">View Installation instructions</a> </ul> --- 33,37 ---- <li><a href="license.html">Read the license</a> <li><a href="http://sourceforge.net/project/showfiles.php?group_id=12867"> ! Download Jython 2.0 beta 2</a> <li><a href="install.html">View Installation instructions</a> </ul> Index: index.ht =================================================================== RCS file: /cvsroot/jython/htdocs/index.ht,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** index.ht 2000/12/31 13:34:22 1.10 --- index.ht 2001/01/10 11:25:13 1.11 *************** *** 12,16 **** <li><A HREF="download.html">Download</a> the lastest version. <li><A HREF="docs/index.html">Documentation</A> ! <li>The Jython <A HREF="docs/faq.html">FAQ</A>. </ul> --- 12,16 ---- <li><A HREF="download.html">Download</a> the lastest version. <li><A HREF="docs/index.html">Documentation</A> ! <li>The Jython <A HREF="http://jython.sourceforge.net/cgi-bin/faqw.py?req=index">FAQ</A>. </ul> *************** *** 20,27 **** <dl> ! <p><dt><b>Jython 2.0 beta 1 released!</b> <dd>Download the lastest relase of Jython <a href="download.html">here</a>, or <a href="NEWS.html">read a summary</a> ! of recent changes. (31-dec-2000). <p><dt><b>Step by step installation instruction for MacOS.</b> --- 20,30 ---- <dl> ! <p><dt><b>Jython 2.0 beta 2 released!</b> <dd>Download the lastest relase of Jython <a href="download.html">here</a>, or <a href="NEWS.html">read a summary</a> ! of recent changes. (10-jan-2001). ! ! <p><dt><b>Jython 2.0 beta 1 released!</b> ! <dd>The first beta release of Jython is available (31-dec-2000). <p><dt><b>Step by step installation instruction for MacOS.</b> *************** *** 67,71 **** </dl> ! <font size=-1> last updated 25-dec-2000 </font> --- 70,74 ---- </dl> ! <font size=-1> last updated 10-jan-2001 </font> Index: install.ht =================================================================== RCS file: /cvsroot/jython/htdocs/install.ht,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** install.ht 2000/12/31 13:34:43 1.7 --- install.ht 2001/01/10 11:25:13 1.8 *************** *** 6,13 **** <A HREF="http://liftoff.sourceforge.net">LiftOff</A>. To install Jython, open the command line to the directory in which ! you have placed the jython-20b1.class file and then type: <BLOCKQUOTE> ! <P><java interpreter> jython-20b1</P> </BLOCKQUOTE> --- 6,13 ---- <A HREF="http://liftoff.sourceforge.net">LiftOff</A>. To install Jython, open the command line to the directory in which ! you have placed the jython-20b2.class file and then type: <BLOCKQUOTE> ! <P><java interpreter> jython-20b2</P> </BLOCKQUOTE> *************** *** 17,25 **** <BLOCKQUOTE> ! <P><TT>java jython-20b1</TT></P> ! <P><TT>jre jython-20b1</TT></P> ! <P><TT>jview jython-20b1</TT> </BLOCKQUOTE> --- 17,25 ---- <BLOCKQUOTE> ! <P><TT>java jython-20b2</TT></P> ! <P><TT>jre jython-20b2</TT></P> ! <P><TT>jview jython-20b2</TT> </BLOCKQUOTE> *************** *** 27,37 **** <BLOCKQUOTE> ! <P><TT>env CLASSPATH=. java jython-20b1</TT> ! <P><TT>java -cp . jython-20b1</TT> ! <P><TT>java -classpath . jython-20b1</TT> ! <P><TT>jview /cp:. jython-20b1</TT> </BLOCKQUOTE> --- 27,37 ---- <BLOCKQUOTE> ! <P><TT>env CLASSPATH=. java jython-20b2</TT> ! <P><TT>java -cp . jython-20b2</TT> ! <P><TT>java -classpath . jython-20b2</TT> ! <P><TT>jview /cp:. jython-20b2</TT> </BLOCKQUOTE> *************** *** 42,46 **** to your PATH, so running the <tt>java jython-20a</tt> command will make jython use the JRE. Specify the full path if you want to use JDK instead, ie: ! <tt>c:\Programs\JDK1.2\bin\java -cp . jython-20b1</tt>. <P>If you do not have a GUI, then add <tt>-o dir_to_install_to</tt> to the --- 42,46 ---- to your PATH, so running the <tt>java jython-20a</tt> command will make jython use the JRE. Specify the full path if you want to use JDK instead, ie: ! <tt>c:\Programs\JDK1.2\bin\java -cp . jython-20b2</tt>. <P>If you do not have a GUI, then add <tt>-o dir_to_install_to</tt> to the *************** *** 50,54 **** <BLOCKQUOTE> ! <P><TT><java interpreter> jython-20b1 -o Jython-2.0 demo lib source</TT> </BLOCKQUOTE> --- 50,54 ---- <BLOCKQUOTE> ! <P><TT><java interpreter> jython-20b2 -o Jython-2.0 demo lib source</TT> </BLOCKQUOTE> *************** *** 82,86 **** <A HREF="mailto:jyt...@li...">jython-dev</A>. ! <P>As a workaround you can extract the jython-20b1.class manually. The class file is basicly a .zip file and most unzip programs can manage to extract the contents of the class into a directory. --- 82,86 ---- <A HREF="mailto:jyt...@li...">jython-dev</A>. ! <P>As a workaround you can extract the jython-20b2.class manually. The class file is basicly a .zip file and most unzip programs can manage to extract the contents of the class into a directory. |