[interchange-cvs] interchange - jon modified WHATSNEW-5.5

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Sat Jun 24 12:26:33 EDT 2006


User:      jon
Date:      2006-06-24 16:26:33 GMT
Modified:  .        WHATSNEW-5.5
Log:
Note recent changes.

Revision  Changes    Path
1.8       +35 -1     interchange/WHATSNEW-5.5


rev 1.8, prev_rev 1.7
Index: WHATSNEW-5.5
===================================================================
RCS file: /var/cvs/interchange/WHATSNEW-5.5,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -u -r1.7 -r1.8
--- WHATSNEW-5.5	24 Jun 2006 15:43:34 -0000	1.7
+++ WHATSNEW-5.5	24 Jun 2006 16:26:33 -0000	1.8
@@ -17,7 +17,7 @@
   Vend::Util::string_to_ref for deserialization of carts and other 
   hashes.  
 
-* Remove odd formatting from --add entry in interchange manual page.
+* Removed odd formatting from --add entry in interchange manual page.
 
 * Fixed a DoS exploit. A carefully crafted HTTP POST request could cause
   an Interchange page processor to hang until it's killed by Interchange's
@@ -26,6 +26,22 @@
   processors, rendering Interchange unresponsive for a while. Fixed by
   Kevin Walsh; pointed out by Donald Alexander.
 
+* In &Vend::Table::DBI::set_row, avoid unwanted expansion of array when we
+  have PREFER_NULL fields and number of fields passed is one. Thanks to
+  Peter Ajamian for the patch and investigation.
+
+* Added Vend::Swish2 module provided by Brian Miller <brian at endpoint.com>.
+  This is superior to Vend::Swish, because instead of the awkward way to
+  interface with Swish-e by running the binary it uses the Swish Perl API.
+
+  Note: This module will replace Vend::Swish after we ensure as much backward
+  compatibility as possible.
+
+* Allow specification of one additional include directory for specific
+  modules, specified like this:
+
+  Require module Vend::Swish /usr/lib/swish-e/perl
+
 UserTag
 -------
 
@@ -33,6 +49,14 @@
 
 * Make [formel] call [display] on unknown types.
 
+Filter
+------
+
+* Added "round" filter to round in floating-point-safe way, using the
+  Vend::Util routine.
+
+* Avoid ambiguity between two time formats in date_change filter.
+
 Jobs
 ----
 
@@ -45,3 +69,13 @@
 * Fixed minor security hole of admin's session ID being exposed when placing
   an order in the admin. Found by Mark Lipscombe <markl at gasupnow.com>.
 
+* Various special_pages/missing.html fixes:
+  - Fixed broken admin 404 error page (which came from Standard).
+  - Removed duplicate, sometimes-bogus MV_PREV_PAGE display.
+  - Eliminated double-interpolation of page comparison.
+
+* Updated Discover Card logo. Provided by Steve Graham.
+
+* Increased compatibility with XHTML.
+
+* Cleaned up splash page and fixed broken links.








More information about the interchange-cvs mailing list