[interchange-cvs] interchange - jon modified WHATSNEW

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Thu May 16 11:13:01 2002


User:      jon
Date:      2002-05-16 15:12:29 GMT
Modified:  .        Tag: STABLE_4_8-branch WHATSNEW
Log:
Document latest changes.

Revision  Changes    Path
No                   revision



No                   revision



2.6.2.54  +13 -0     interchange/WHATSNEW


rev 2.6.2.54, prev_rev 2.6.2.53
Index: WHATSNEW
===================================================================
RCS file: /var/cvs/interchange/WHATSNEW,v
retrieving revision 2.6.2.53
retrieving revision 2.6.2.54
diff -u -u -r2.6.2.53 -r2.6.2.54
--- WHATSNEW	14 May 2002 15:25:26 -0000	2.6.2.53
+++ WHATSNEW	16 May 2002 15:12:29 -0000	2.6.2.54
@@ -23,6 +23,18 @@
   of other browsers, to get intermittent "CGI mapping error" failures
   when POSTing forms.
 
+* Fixed a bug in profiles that kept &calc, &return, etc. from ever failing
+  (because no variable name was associated with them). Even if you returned
+  a false value, the profile passed. Now false values cause the profile to
+  fail properly.
+
+Usertags
+--------
+
+* Fixed a bug in profile handling of table-editor tag that kept '$' in
+  profiles from working right ($Values->{whatever} etc.). Also tolerate
+  profiles that don't end with a newline (e.g. when quoted with |...|).
+
 Packaging
 ---------
 
@@ -34,6 +46,7 @@
 -------------
 
 * Expire script didn't work with a VariableDatabase in SQL.
+
 
 ------------------------------------------------------------------------------