[Nice-commit] Nice/web roadmap.xml,1.4,1.5
Brought to you by:
bonniot
From: <bo...@us...> - 2003-05-10 14:03:24
|
Update of /cvsroot/nice/Nice/web In directory sc8-pr-cvs1:/tmp/cvs-serv31720/web Modified Files: roadmap.xml Log Message: Updated the roadmap after 0.7.9 Index: roadmap.xml =================================================================== RCS file: /cvsroot/nice/Nice/web/roadmap.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** roadmap.xml 9 Dec 2002 19:48:57 -0000 1.4 --- roadmap.xml 10 May 2003 14:03:21 -0000 1.5 *************** *** 26,50 **** <para> <!-- The current stable version is 0.6, released July 11th, 2002. --> ! The latest version is 0.7.5, released November 20th, 2002. It includes all the planned features for version 0.8, which should be ! released soon. </para> <para> <variablelist> - <varlistentry><term>0.8</term> - <listitem> - <para> - Add various missing Java constructs: super, synchronized statements - and Java 1.4 style assertions. - Also consider more Design By Contract features: pre- and post-conditions, - class invariants. These might be part of a later release. - </para> - </listitem> - </varlistentry> <varlistentry><term>1.0</term> <listitem> <para> Implement visibility modifiers (private, default, public). Finish a first version of the User's manual. </para> --- 26,43 ---- <para> <!-- The current stable version is 0.6, released July 11th, 2002. --> ! The latest version is 0.7.9, released May 6th, 2003. It includes all the planned features for version 0.8, which should be ! released real soon now! </para> <para> <variablelist> <varlistentry><term>1.0</term> <listitem> <para> Implement visibility modifiers (private, default, public). + Improve the support for object creation, besides automatic constructors. + A plugin to write Nice programs in <ulink url="http://www.eclipse.org">Eclipse + </ulink> will likely be included. Finish a first version of the User's manual. </para> *************** *** 57,60 **** --- 50,65 ---- <ulink url="mailto:bo...@us...">What are the best places to announce Nice ? Tell me !</ulink> + </para> + </listitem> + </varlistentry> + + <varlistentry><term>0.8 (done)</term> + <listitem> + <para> + Added various missing Java constructs: super, synchronized statements, + Java 1.4 style assertions, and Java 1.5-compatible generic classes. + Also implemented Design By Contract features: pre- and post-conditions for + methods. + Method dispatch can be done on boolean and integer values. </para> </listitem> |