Changelog
=========

1.11 (2010-04-20)
-----------------

- Changed the subscriber handler references to
  absolute paths to assist in overriding them
  with z3c.unconfigure. Also tried to resolve
  an issue on the payment page where the
  proceed to payment button should automatically
  be clicked.


1.10 (2010-04-07)
-----------------

- Removed the functools requirement so that
  the package works on python 2.5+.


1.9 (2010-04-01)
----------------

- Changed the savepoints to be commits on
  every 500th item as on some systems was
  causing server to run out of diskspace
  in tmp directory.


1.8 (2010-03-31)
----------------

- Implemented savepoints for long imports.


1.7 (2010-03-31)
----------------

- Turning the password reset email back on after
  running the member import.


1.6 (2010-03-31)
----------------

- Ensured the member import process returns the total
  number of members imported.


1.5 (2010-03-31)
----------------

- Added in normalising of member ids.


1.4 (2010-03-31)
----------------

- Ensure new member email notifications are turned off
  prior to running the member import process.


1.3 (2010-03-26)
----------------

- Creating a utility for the memberimport facility and
  ensuring the import/export modules use the properties
  defined in the ZODB.


1.2 (2010-03-25)
----------------

- Removed customer specific wording in member expiry
  emails.


1.1 (2010-03-23)
----------------

- Resolved bug with default propertiestool GS profile
  not separating subscription options by semicolons.


1.0 (2010-03-23)
----------------

- Initial release