Update of /cvsroot/nice/Nice/debian
In directory sc8-pr-cvs1:/tmp/cvs-serv14943/debian
Modified Files:
changelog
Log Message:
Made sure that the default value of optional parameters is typechecked and
desambiguated before typechecking code using them with a forward reference
(closes: #736280).
Index: changelog
===================================================================
RCS file: /cvsroot/nice/Nice/debian/changelog,v
retrieving revision 1.159
retrieving revision 1.160
diff -C2 -d -r1.159 -r1.160
*** changelog 5 May 2003 16:39:45 -0000 1.159
--- changelog 12 May 2003 11:11:44 -0000 1.160
***************
*** 1,2 ****
--- 1,10 ----
+ 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).
+
+ --
+
nice (0.7.9) unstable; urgency=low
|