
Revision history for Perl extension User::Identity.

version 0.06: Wed Aug  6 10:41:23 CEST 2003

version 0.05: Mon Jul 28 18:34:49 CEST 2003

	Interface breaking:

	- Mail::Identity::email() renamed to Mail::Identity::address(),
	  otherwise some very confusion options would appear.

	- Mail::Identity::domainname() renamed to Mail::Identity::domain(),
	  which feels better.

	- Mail::Identity::address() defaults to Mail::Identity::name()
	  if no username or domainname are present.

	Fixes:

	Improvements:

	- Added charset to Mail::Identity

	- Moved all modules to the lib sub-directory, which makes the
	  */Makefile.PL helpers redundant.

	- Added Mail::Identity->from(Mail::Address or User::Identity)

	- Added enough options to OODoc::processFiles() to be able
	  to join multiple distributions into one set of documentation
	  pages.

version 0.04: Tue Mar 25 08:19:13 CET 2003

	Fixes:

	- [Jorg Krieger] found typo's and saw that the ::System module
	  was not correctly produced via copy-paste: too many things
	  refered to e-mail i.s.o. systems.

version 0.03: Fri Mar  7 23:26:25 CET 2003

	Improvements:

	- implemented new classes:
		User::Identity::Item
		User::Identity::System
		User::Identity::Collection
		User::Identity::Collection::Systems

	- Everything is now derived from User::Identity::Item

	- User::Identity requires a name (not nickname).

version 0.02

	Improvements:

	- extended User::Identity with collection handling.

	- implemented new classes:
		Mail::Identity
		User::Identity::Collection
		User::Identity::Collection::Item
		User::Identity::Collection::Emails

version 0.01  Thu Jan 30 17:22:28 CET 2003
	- original version

