2006-11-05  Vladimir Krasnov  <vladimirk@mainsoft.com>

	* ProfileBase.cs, ProfileGroupBase.cs, ProfileManager.cs, 
	ProfileModule.cs, ProfileProviderCollection.cs, SqlProfileProvider.cs:
	implemented profile feature
	* added: ProfileParser.cs, ProfileParser.jvm.cs stubs for profile
	helper classes compilation

2006-02-28  Chris Toshok  <toshok@ximian.com>

	* ProfileBase.cs: corcompare work.

	* SqlProfileProvider.cs: add stubbed out file.

2005-11-30  Chris Toshok  <toshok@ximian.com>

	* ProfileBase.cs (Properties): mark as override, not static.

	* ProfileProviderCollection.cs (ProfileProvider): mark as "new" to
	fix warning.

2005-11-18  Chris Toshok  <toshok@ximian.com>

	* ProfileModule.cs: hook up saving of the request's profile.

	* ProfileBase.cs (Save): call base.Save instead of throwing NIE.

2005-11-03  Chris Toshok  <toshok@ximian.com>

	* ProfileEventArgs.cs, ProfileProviderCollection.cs,
	ProfileAutoSaveEventArgs.cs, ProfileMigrateEventArgs.cs,
	ProfileBase.cs, ProfileManager.cs,
	SettingsAllowAnonymousAttribute.cs, ProfileProviderAttribute.cs,
	ProfileEventHandler.cs, CustomProviderDataAttribute.cs,
	DefaultProfile.cs, ProfileModule.cs,
	ProfileAutoSaveEventHandler.cs, ProfileGroupBase.cs,
	ProfileMigrateEventHandler.cs: 90% unimplemented skeletons.
	
	* ProfileInfoCollection.cs: make serializable.

	* ProfileAuthenticationOption.cs: fix ordering of enum elements.

2005-11-03  Chris Toshok  <toshok@ximian.com>

	* ProfileInfoCollection.cs: new implementation.

	* ProfileProvider.cs: new implementation.

2005-08-19  Chris Toshok  <toshok@ximian.com>

	* ProfileInfo.cs: I was bored.  implement this.

2004-08-02  Duncan Mak  <duncan@ximian.com>

	* ProfileAuthenticationOption.cs: Added enumeration.