[interchange-cvs] interchange - racke modified WHATSNEW

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Fri Nov 8 04:01:01 2002


User:      racke
Date:      2002-11-08 09:00:24 GMT
Modified:  .        WHATSNEW
Log:
documented new luhn check

Revision  Changes    Path
2.54      +15 -10    interchange/WHATSNEW


rev 2.54, prev_rev 2.53
Index: WHATSNEW
===================================================================
RCS file: /var/cvs/interchange/WHATSNEW,v
retrieving revision 2.53
retrieving revision 2.54
diff -u -r2.53 -r2.54
--- WHATSNEW	6 Nov 2002 15:16:05 -0000	2.53
+++ WHATSNEW	8 Nov 2002 09:00:24 -0000	2.54
@@ -105,16 +105,6 @@
 
 * Convert Mac line endings to Unix (as well as DOS).
 
-* Add "future" profile comparator so that you can do:
-
-    appointment_date=future 1 day "Sorry, we need some lead time."
-
-  That allows you to check that a date value (ala the date widget) is
-  in the future.
-
-* Enhance unique profile check to allow specification of a foreign key
-  for uniqueness check.
-
 * Finally discovered what is going on with GPG and errors.
 
   -- If PGP fails due to a system problem, like out of memory or
@@ -215,6 +205,21 @@
   This allows a next-sequential numbering for things that need it.
   Developed to support general-purpose survey UI for Ton's excellent
   product rating system.
+
+Profiles
+--------
+
+* Add "future" profile comparator so that you can do:
+
+    appointment_date=future 1 day "Sorry, we need some lead time."
+
+  That allows you to check that a date value (ala the date widget) is
+  in the future.
+
+* Added "luhn" profile check for "LUHN-10"-encoded numbers.
+
+* Enhance unique profile check to allow specification of a foreign key
+  for uniqueness check.
 
 Foundation
 ----------