0.1 -- 030630

o   Initial release for Dave's testing

0.1.1 -- 030630

o   Added this version info
o   auth/receipt.php now only has "Main Page" button
o   Fixed expiry date validation for credit cards
o   Neatened up index.tpl

0.1.2 -- 030711

o   Minor code cleanups
o   Removed the GET parameter cust_id from the customer receipt

0.1.3 -- 030723

o   Added logging constants to customHandler.inc
o   Minor code cleanups
o   Added cust_id index to users table

0.1.4 -- 030725

o   Fixed validation of password for new customer
o   Fixed winery region_id numbering in database

0.1.5 -- 030804

o   Added the PEAR Mail package into the source as the default method of
    sending out confirmation emails. It uses SMTP, which should work under
    MSWindows (but not tested yet!)

0.1.6 -- 030805

o   Removed the password change receipt, and used the $_SESSION["message"]
    scheme to display a confirmation instead.

0.1.7 -- 030918

o   Added sensible birth dates to the data
o	Reorganised the data file for readability

0.1.8 -- 030930

o	Added MyISAM table type to all tables
o	Removed the date attribute from items table

0.1.9 -- 031024

o	Fixed a bug in order-step2.php

0.2.0 -- 031206

o	New version of authenticate.inc
o	Fixed all of Saied's suggestions/bug fixes

0.2.1 -- 031207

0   Added showCountry and showTitle to winestore.inc

1.0.0 -- 040212

o	This is the release version that is in the 2nd edition of the book
