[interchange-cvs] interchange - jon modified 3 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Thu Oct 30 19:29:25 EST 2003


User:      jon
Date:      2003-10-31 00:29:24 GMT
Modified:  .        WHATSNEW
Modified:  dist/foundation/products state.txt
Modified:  lib/Vend Order.pm
Log:
Add support for Canadian provincial symbol NL.

Revision  Changes    Path
2.158     +23 -0     interchange/WHATSNEW


rev 2.158, prev_rev 2.157
Index: WHATSNEW
===================================================================
RCS file: /var/cvs/interchange/WHATSNEW,v
retrieving revision 2.157
retrieving revision 2.158
diff -u -u -r2.157 -r2.158
--- WHATSNEW	28 Oct 2003 20:23:07 -0000	2.157
+++ WHATSNEW	31 Oct 2003 00:29:24 -0000	2.158
@@ -6,6 +6,29 @@
 ------------------------------------------------------------------------------
 
 
+Interchange 5.0.0 not yet released.
+
+Core
+----
+
+* On 2002-10-21 Canada Post changed symbol NF to NL to reflect the province of
+  Newfoundland changing its name to "Newfoundland and Labrador". For details
+  see:
+
+  http://www.canadapost.ca/personal/corporate/about/announcements/newpcode-e.asp
+
+  The "province" profile check will now accept both NF and NL, but NF is now
+  deprecated and will be removed in a future release.
+
+Foundation
+----------
+
+* Change Newfoundland from NF to NL in "state" table.
+
+
+------------------------------------------------------------------------------
+
+
 Interchange 4.9.9 released 2003-10-31.
 
 Core



2.5       +1 -1      interchange/dist/foundation/products/state.txt


rev 2.5, prev_rev 2.4
Index: state.txt
===================================================================
RCS file: /var/cvs/interchange/dist/foundation/products/state.txt,v
retrieving revision 2.4
retrieving revision 2.5
diff -u -u -r2.4 -r2.5
--- state.txt	12 Feb 2003 18:01:08 -0000	2.4
+++ state.txt	31 Oct 2003 00:29:24 -0000	2.5
@@ -67,7 +67,7 @@
 00040	01	CA	BC	British Columbia				
 00041	01	CA	MB	Manitoba	6%			PST
 00042	01	CA	NB	New Brunswick				
-00043	01	CA	NF	Newfoundland				
+00043	01	CA	NL	Newfoundland and Labrador				
 00044	01	CA	NS	Nova Scotia				
 00045	01	CA	NT	Northwest Territories				
 00046	01	CA	NU	Nunavut				



2.60      +5 -3      interchange/lib/Vend/Order.pm


rev 2.60, prev_rev 2.59
Index: Order.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Order.pm,v
retrieving revision 2.59
retrieving revision 2.60
diff -u -u -r2.59 -r2.60
--- Order.pm	28 Jul 2003 14:13:28 -0000	2.59
+++ Order.pm	31 Oct 2003 00:29:24 -0000	2.60
@@ -1,6 +1,6 @@
 # Vend::Order - Interchange order routing routines
 #
-# $Id: Order.pm,v 2.59 2003/07/28 14:13:28 jon Exp $
+# $Id: Order.pm,v 2.60 2003/10/31 00:29:24 jon Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -29,7 +29,7 @@
 package Vend::Order;
 require Exporter;
 
-$VERSION = substr(q$Revision: 2.59 $, 10);
+$VERSION = substr(q$Revision: 2.60 $, 10);
 
 @ISA = qw(Exporter);
 
@@ -1165,8 +1165,10 @@
 | PR DC AA AE GU VI AS MP FM MH PW AP FP FPO APO |
 EOF
 
+# NF = Newfoundland is deprecated and will be removed at some point;
+# use NL instead
 $state_template{CA} = <<EOF;
-| AB BC MB NB NF NS NT ON PE QC SK YT YK |
+| AB BC MB NB NF NL NS NT ON PE QC SK YT YK |
 EOF
 
 $zip_error{US} = "'%s' not a US zip code";








More information about the interchange-cvs mailing list