2010-08-26  Stephane Galland  <galland@arakhne.org>

	* Release 3.1.
	* Enforce automatic database creation.

2010-08-25  Stephane Galland  <galland@arakhne.org>

	* Release 3.0.
	* Events.class.php: Avoid warning for unprovided function parameters.
	* Events.class.php: Display short date in list of events.
	* Events.class.php: Change hook handlers for event popup box.
	* i18n: Add each language translation has a dedicated file in i18n 
	        directory.
	* Events.i18n.php: Load the files inside i18n directory.
	* EventUtil.php: replace Nowdoc syntax by older string concatenation
	                 to avoid compilation error on PHP prior to 5.3.0.
	* EventUtil.php: Add database table 'eventglobal'.
	* Events.php: global variables $wgEventsOldAge and $wgEventsYoungAge
	              are introduced.
	* SpecialEvents.class.php: use global variables $wgEventsOldAge and
	                           $wgEventsYoungAge, if not set respectively
	                           '30' and '365' values, to skip too far
	                           events in the past or the future.
	* SpecialClearEvents.class.php: Add a special page to delete all event
	                                related tables in the database.

2010-08-09  Stephane Galland  <galland@arakhne.org>

	* Release 2.0.
	* Add pgSQL support.
	* Add automatic creation of the event tables in pgSQL and MySQL databases.
	* Apply recent Mediawiki extension writing rules.
	* Add output customization with CSS classes.

2009-03-08  Aran Deltac <unknown>, Sylvain Machefer <unknown>

	* Release 1.0-beta.
	* First public release on Mediawiki website.
