[interchange-cvs] interchange - racke modified WHATSNEW

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Tue Dec 10 18:30:01 2002


User:      racke
Date:      2002-12-10 23:28:30 GMT
Modified:  .        WHATSNEW
Log:
documented most of Jon's and Mike's changes since 4.9.4

Revision  Changes    Path
2.64      +29 -0     interchange/WHATSNEW


rev 2.64, prev_rev 2.63
Index: WHATSNEW
===================================================================
RCS file: /var/cvs/interchange/WHATSNEW,v
retrieving revision 2.63
retrieving revision 2.64
diff -u -r2.63 -r2.64
--- WHATSNEW	10 Dec 2002 20:10:25 -0000	2.63
+++ WHATSNEW	10 Dec 2002 23:28:30 -0000	2.64
@@ -9,6 +9,35 @@
 Interchange 4.9.5 not yet released.
 
 
+Core
+----
+
+* Fixed problem with PreFork and mod_perl modes where Interchange children
+  kept order profile state between runs.
+
+* Make sure STDERR is selected in mod_perl mode in case some other mod_perl 
+  code uses select. 
+
+* Tolerate people forgetting and putting , on the end of a parameter
+  when using line2options. A comma should never be the last character, I
+  would think, but you can choose to not use the filter if by some
+  bizarre chance it is needed.
+
+UserTags
+--------
+
+* min-rows option added to table-organize tag. Allows building small
+  result sets in one column (or however many columns needed to reach
+  min-rows).
+
+* Reworked [tree ...] tag to use DBI placeholders if supported.
+  While this doesn't seem to save too much CPU on a machine that
+  has the database and IC on the same machine, it should relieve
+  some network bandwidth on distributed setups.
+
+  If it is an IC database, uses $db->query() as before.
+
+
 ------------------------------------------------------------------------------