[interchange-cvs] interchange - racke modified WHATSNEW

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Tue Oct 28 09:34:10 EST 2003


User:      racke
Date:      2003-10-28 14:34:10 GMT
Modified:  .        WHATSNEW
Log:
completed changelog entries for 4.9.9

Revision  Changes    Path
2.156     +27 -1     interchange/WHATSNEW


rev 2.156, prev_rev 2.155
Index: WHATSNEW
===================================================================
RCS file: /anon_cvs/repository/interchange/WHATSNEW,v
retrieving revision 2.155
retrieving revision 2.156
diff -u -r2.155 -r2.156
--- WHATSNEW	24 Oct 2003 15:01:39 -0000	2.155
+++ WHATSNEW	28 Oct 2003 14:34:10 -0000	2.156
@@ -6,7 +6,7 @@
 ------------------------------------------------------------------------------
 
 
-Interchange 4.9.9 not yet released.
+Interchange 4.9.9 released 2003-10-31.
 
 Core
 ----
@@ -288,6 +288,9 @@
 * Fix problem with alphabetic sorting of more lists where search results
   appeared in the wrong group.
 
+* Add delimiter option to checked/selected tags. Patch provided by
+  Mat Jones <mat at thinkopensource.com>.
+
 Tables
 ------
 
@@ -351,6 +354,18 @@
 * Fix bug in DBI module that caused arbitrary column to get set 
   to primary key instead of to the intended new value.
 
+* Add internal Interchange locking routines and support for GDBM. (Should
+  work on others as well but is not tested.)
+
+  To set internal locking, just put in the config:
+
+  	Database access IC_LOCKING 1
+
+  On GDBM, employs the GDBM_NOLOCK parameter.
+
+  It should prevent the errors in access.gdbm when multiple admins are
+  logged in. It might also serve to make userdb in GDBM somewhat usable.
+
 Search
 ------
 
@@ -718,6 +733,8 @@
 
 * Ensure that you don't leave secure server through metaconfig link.
 
+* Remove obsolete wizard pages.
+
 Form
 ----
 
@@ -819,6 +836,8 @@
 
 * Don't focus on meta links when tabbing through form.
 
+* Allow cancel_text to be set when in database edit mode.
+
 Foundation
 ----------
 
@@ -1045,6 +1064,9 @@
 * Convert nonstandard != to standard SQL <> (which also avoids a parse
   error in the new Vend::SQL_Parser) within options stuff.
 
+* Add option to RPM spec file for /usr/local/bin/perl to work around threaded 
+  vendor perls.
+
 Extensions
 ----------
 
@@ -2021,6 +2043,10 @@
 * Add stub for delete_record method.
 
 * Non-select queries are passed to underlying database immediately.
+
+* Fix queries with list type.
+
+* Fix errmsg calls.
 
 Static Page Generation
 ----------------------








More information about the interchange-cvs mailing list