Update of /cvsroot/nice/Nice/debian
In directory sc8-pr-cvs1:/tmp/cvs-serv4305/debian
Modified Files:
changelog
Log Message:
Added the fix about declaration of multiple variables.
Closed 0.8
Index: changelog
===================================================================
RCS file: /cvsroot/nice/Nice/debian/changelog,v
retrieving revision 1.161
retrieving revision 1.162
diff -C2 -d -r1.161 -r1.162
*** changelog 12 May 2003 18:00:40 -0000 1.161
--- changelog 14 May 2003 14:39:12 -0000 1.162
***************
*** 1,11 ****
! nice (0.8.0) unstable; urgency=low
* Stable version, based on 0.7.9
* Bugfixes (some cases of optional parameters, allowing arbitrarily nested
tuples on the left side of an assignment, recursion for local functions,
! allow method parameter's default values to refer to this when the method
! is declared inside a class).
! --
nice (0.7.9) unstable; urgency=low
--- 1,11 ----
! nice (0.8) unstable; urgency=low
* Stable version, based on 0.7.9
* Bugfixes (some cases of optional parameters, allowing arbitrarily nested
tuples on the left side of an assignment, recursion for local functions,
! allow method parameter's default values to refer to 'this' when the method
! is declared inside a class, declaration of multiple local variables).
! -- Daniel Bonniot <bo...@us...> Wed, 14 May 2003 16:30:15 +0200
nice (0.7.9) unstable; urgency=low
|